:root {
  --ink: #1d1d1b;
  --muted: #65615a;
  --paper: #ffffff;
  --line: #e4ded3;
  --brand: #ef7d1a;
  --shadow: 0 18px 50px rgba(29, 29, 27, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  background: #fff;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 52px 14px;
}

.logo-mark {
  display: inline-grid;
  gap: 2px;
  padding: 6px 8px 7px;
  color: #fff;
  background: var(--brand);
  border: 2px solid #2a2a2a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.logo-the {
  font-size: 0.76rem;
  font-style: italic;
  line-height: 1;
}

.logo-name {
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 10px;
}

.icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.icon-search {
  border: 2px solid #111;
  border-radius: 50%;
}

.icon-search::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 10px;
  height: 2px;
  background: #111;
  transform: rotate(45deg);
  transform-origin: center;
}

.icon-bag {
  width: 21px;
  height: 18px;
  margin-top: 2px;
  border: 2px solid #111;
  border-radius: 5px 5px 6px 6px;
}

.icon-bag::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 5px;
  width: 8px;
  height: 7px;
  border: 2px solid #111;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.hero-band {
  position: relative;
}

.hero-band img {
  display: block;
  width: 100%;
  height: min(30vw, 280px);
  min-height: 220px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(29, 29, 27, 0.18), rgba(29, 29, 27, 0.38));
}

.hero-overlay h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 900;
}

.hero-overlay p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
  line-height: 1.45;
}

.hero-button,
.location-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: #fff;
  background: #111;
  border-radius: 14px;
  font-weight: 700;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 52px 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 54px;
}

.feature-card {
  margin: 0;
}

.feature-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.feature-card figcaption {
  margin-top: 16px;
  color: #111;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
}

.about-band {
  display: grid;
  justify-items: center;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 52px 70px;
}

.about-band h2,
.locations-band h2,
.hours-band h2 {
  margin: 0;
  color: #111;
  text-align: center;
  line-height: 1;
}

.about-band h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.about-copy {
  max-width: 650px;
  margin: 0 auto;
  color: #111;
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: center;
}

.about-copy p {
  margin: 0 0 18px;
}

.locations-band,
.hours-band {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 84px 52px 0;
  text-align: center;
}

.locations-band h2 {
  font-size: clamp(2.8rem, 5vw, 4.4rem);
}

.location-card {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.location-card h3 {
  margin: 0;
  color: #111;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.location-card address {
  color: #111;
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1.5;
}

.hours-band h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.hours-band h3 {
  margin: 0;
  color: #111;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1;
}

.hours-band p {
  margin: 0;
  color: #111;
  font-size: 1.2rem;
  font-weight: 700;
}

.hours-note {
  font-weight: 400 !important;
}

@media (max-width: 900px) {
  .nav,
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-band img {
    height: 260px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .header-icons {
    gap: 24px;
  }

  .about-band,
  .locations-band,
  .hours-band {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 560px) {
  .logo-name {
    font-size: 1rem;
  }

  .feature-card figcaption {
    font-size: 1.2rem;
  }
}
