@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #1d1b19;
  --muted: #6f6760;
  --paper: #fffaf2;
  --panel: #ffffff;
  --line: #eadfce;
  --charcoal: #272320;
  --accent: #e45b2b;
  --accent-dark: #b83e1c;
  --gold: #f5b23d;
  --shadow: 0 18px 45px rgba(32, 25, 18, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 242, 0.94);
  border-bottom: 1px solid rgba(234, 223, 206, 0.86);
  backdrop-filter: blur(14px);
}

.brand,
.nav,
.site-footer nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--gold);
  font-size: 14px;
}

.nav {
  gap: clamp(14px, 3vw, 30px);
  color: var(--muted);
  font-weight: 600;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--accent-dark);
}

.header-call,
.button,
.mobile-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 700;
}

.header-call,
.button-primary,
.mobile-call {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 26px rgba(228, 91, 43, 0.25);
}

.header-call {
  padding: 10px 16px;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 64px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(24, 20, 17, 0.88), rgba(24, 20, 17, 0.46) 54%, rgba(24, 20, 17, 0.18)),
    linear-gradient(0deg, rgba(24, 20, 17, 0.7), rgba(24, 20, 17, 0.08) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: clamp(34px, 8vw, 86px) clamp(18px, 6vw, 72px);
  color: #fff;
}

.badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.25;
}

.badge {
  padding: 8px 12px;
  background: rgba(255, 250, 242, 0.14);
  color: #fff4df;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 0.78rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.1;
}

h1 {
  max-width: 680px;
  margin-top: 18px;
  font-size: clamp(2.35rem, 7vw, 5rem);
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

h3 {
  font-size: 1.2rem;
}

.hero p {
  max-width: 570px;
  margin: 18px 0 0;
  color: #f8ead9;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  padding: 12px 18px;
}

.button-secondary {
  background: rgba(255, 250, 242, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 22px;
  color: #ffe3bc;
  font-weight: 700;
}

.quick-info,
.section,
.about-band,
.site-footer {
  width: min(1120px, calc(100% - 36px));
  margin-inline: auto;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.quick-info article,
.menu-card,
.contact-card,
.map-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.quick-info article {
  padding: 16px;
}

.quick-info span,
dt {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.quick-info strong {
  display: block;
  margin-top: 3px;
  line-height: 1.25;
}

.section {
  padding: clamp(62px, 9vw, 96px) 0 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 26px;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--muted);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 16px;
  align-items: start;
}

.menu-card {
  padding: clamp(18px, 3vw, 26px);
}

.menu-card h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
}

.menu-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.menu-card li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 14px;
  align-items: baseline;
}

.menu-card li span {
  min-width: 0;
}

.menu-card li strong {
  color: var(--accent-dark);
  white-space: nowrap;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gallery-grid figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #241f1b;
}

.gallery-grid .wide {
  grid-column: span 2;
}

.gallery-grid img {
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.03);
}

.gallery-grid figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(29, 27, 25, 0.78);
  color: #fff;
  font-weight: 700;
}

.about-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(24px, 6vw, 70px);
  align-items: center;
  margin-top: clamp(62px, 9vw, 96px);
  padding: clamp(28px, 6vw, 48px);
  border-radius: var(--radius);
  background: var(--charcoal);
  color: #fff;
}

.about-band .eyebrow {
  color: var(--gold);
}

.about-band p {
  margin: 0;
  color: #f4e4d0;
  font-size: 1.05rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 16px;
}

.contact-card {
  padding: clamp(20px, 4vw, 30px);
}

dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

dd {
  margin: 3px 0 0;
  font-weight: 700;
  line-height: 1.45;
}

.order-note {
  margin: 22px 0 0;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: #fff1df;
  color: var(--accent-dark);
  font-weight: 700;
}

.map-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(228, 91, 43, 0.14), transparent 45%),
    #efe4d3;
}

.map-street {
  position: absolute;
  background: #fffaf2;
  box-shadow: inset 0 0 0 1px rgba(190, 170, 145, 0.45);
}

.map-street-main {
  left: -10%;
  top: 46%;
  width: 120%;
  height: 62px;
  transform: rotate(-8deg);
}

.map-street-side {
  left: 52%;
  top: -8%;
  width: 58px;
  height: 120%;
  transform: rotate(18deg);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 47%;
  display: grid;
  place-items: center;
  width: min(220px, 72%);
  min-height: 84px;
  padding: 18px;
  transform: translate(-50%, -50%);
  border-radius: var(--radius);
  background: var(--charcoal);
  color: #fff;
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(36, 31, 27, 0.24);
}

.map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 28px;
  height: 28px;
  transform: translateX(-50%) rotate(45deg);
  background: var(--charcoal);
}

.map-pin span {
  position: relative;
  z-index: 1;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 72px;
  padding: 28px 0 92px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer nav {
  gap: 18px;
  font-weight: 700;
}

.mobile-call {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 14px;
  z-index: 30;
  display: none;
}

@media (max-width: 860px) {
  .site-header {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    padding-top: 6px;
    border-top: 1px solid var(--line);
  }

  .quick-info,
  .menu-grid,
  .contact-layout,
  .about-band {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid .wide {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 15px;
  }

  .site-header {
    padding: 12px 16px;
  }

  .brand {
    font-size: 0.98rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .header-call {
    display: none;
  }

  .nav {
    justify-content: space-between;
    gap: 8px;
    font-size: 0.94rem;
  }

  .hero {
    min-height: 680px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(24, 20, 17, 0.86), rgba(24, 20, 17, 0.18) 56%),
      linear-gradient(90deg, rgba(24, 20, 17, 0.72), rgba(24, 20, 17, 0.18));
  }

  .hero-content {
    padding-bottom: 42px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .quick-info {
    width: min(100% - 28px, 1120px);
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .quick-info article {
    padding: 14px;
  }

  .section,
  .about-band,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .menu-card li {
    gap: 12px;
  }

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

  .gallery-grid .wide {
    grid-column: span 1;
  }

  .gallery-grid figure,
  .gallery-grid img {
    min-height: 240px;
  }

  .map-card {
    min-height: 280px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-call {
    display: inline-flex;
  }
}
