:root {
  --ink: #211915;
  --muted: #725f52;
  --paper: #fff8ef;
  --sand: #efe2d1;
  --wine: #7c2630;
  --wine-dark: #581820;
  --olive: #536242;
  --brass: #c19752;
  --clay: #a4543f;
  --line: rgba(33, 25, 21, 0.14);
  --shadow: 0 24px 80px rgba(36, 20, 15, 0.18);
}

* {
  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;
  overflow-x: hidden;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff8ef;
  background: rgba(31, 22, 18, 0.78);
  border-bottom: 1px solid rgba(255, 248, 239, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: var(--wine-dark);
  background: var(--brass);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.brand-name,
.brand-place {
  display: block;
  white-space: nowrap;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.05;
}

.brand-place {
  color: rgba(255, 248, 239, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 28px);
  font-size: 0.94rem;
}

.nav-links a,
.header-action {
  text-decoration: none;
}

.nav-links a {
  color: rgba(255, 248, 239, 0.78);
}

.nav-links a:hover {
  color: #fff8ef;
}

.header-controls {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 36px;
  padding: 4px;
  background: rgba(255, 248, 239, 0.1);
  border: 1px solid rgba(255, 248, 239, 0.22);
  border-radius: 999px;
}

.language-switcher button {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 28px;
  padding: 0 8px;
  color: rgba(255, 248, 239, 0.78);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.language-switcher button:hover,
.language-switcher button.is-active {
  color: #2a1712;
  background: var(--brass);
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 42px;
  padding: 0 18px;
  color: #2a1712;
  background: var(--brass);
  border-radius: 999px;
  font-weight: 800;
}

.hero {
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 132px clamp(20px, 5vw, 72px) 96px;
  color: #fff8ef;
  background:
    linear-gradient(90deg, rgba(21, 13, 10, 0.88), rgba(21, 13, 10, 0.42) 48%, rgba(21, 13, 10, 0.12)),
    linear-gradient(0deg, rgba(21, 13, 10, 0.58), rgba(21, 13, 10, 0)),
    url("assets/keyifli-hero.webp") center / cover no-repeat;
}

.hero-content {
  width: min(720px, 100%);
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.04;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 8vw, 7rem);
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 32px;
  color: rgba(255, 248, 239, 0.84);
  font-size: clamp(1.04rem, 2vw, 1.35rem);
  overflow-wrap: break-word;
}

.hero-actions,
.location-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
}

.button-primary {
  color: #fff8ef;
  background: var(--wine);
  border-color: var(--wine);
}

.button-primary:hover {
  background: var(--wine-dark);
}

.button-secondary {
  color: var(--ink);
  background: var(--brass);
  border-color: var(--brass);
}

.button-quiet {
  color: #fff8ef;
  border-color: rgba(255, 248, 239, 0.38);
  background: rgba(255, 248, 239, 0.08);
}

.section,
.section-band {
  padding: clamp(58px, 8vw, 104px) 0;
}

.section-band {
  background: var(--sand);
}

.section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  min-width: 0;
}

.intro {
  padding-top: 44px;
  padding-bottom: 44px;
}

.intro-grid,
.contact-grid,
.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.intro h2,
.section-heading h2,
.contact-grid h2,
.location-grid h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.intro p:not(.section-kicker),
.contact-copy,
.location-grid p {
  color: var(--muted);
  font-size: 1.04rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.qr-grid,
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.menu-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qr-card,
.menu-card {
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.qr-card {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
}

.qr-card img {
  width: 168px;
  height: 168px;
  padding: 10px;
  background: #fff8ef;
  border: 1px solid rgba(33, 25, 21, 0.1);
  border-radius: 8px;
  object-fit: contain;
}

.qr-card h3,
.menu-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.qr-card p,
.menu-card p {
  margin-bottom: 14px;
  color: var(--muted);
}

.qr-card a {
  color: var(--wine);
  font-weight: 850;
  text-decoration-color: rgba(124, 38, 48, 0.28);
}

.menu-card {
  min-height: 210px;
  padding: 24px;
}

.menu-card span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--olive);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.center-action {
  justify-content: center;
  margin-top: 28px;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 16px 20px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.contact-list a:hover {
  border-color: rgba(124, 38, 48, 0.38);
}

.contact-list span {
  color: var(--muted);
}

.contact-list strong {
  text-align: right;
}

.location-section {
  padding-bottom: 72px;
}

.map-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: 320px;
  border: 1px solid rgba(83, 98, 66, 0.25);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background:
    linear-gradient(135deg, rgba(193, 151, 82, 0.12), rgba(83, 98, 66, 0.12)),
    var(--sand);
}

.map-frame::before {
  content: "ArTurbina Theater, Tiranë";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  padding: 30px;
  color: rgba(83, 98, 66, 0.45);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 700;
  text-align: center;
}

.map-frame iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-fallback {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: #fff8ef;
  background: var(--wine);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  box-shadow: 0 12px 34px rgba(36, 20, 15, 0.22);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
  padding: 28px 20px;
  color: #f8eadb;
  background: #241a15;
  font-size: 0.92rem;
}

.site-footer a {
  color: inherit;
}

.menu-page {
  background: #fff8ef;
}

.menu-qr-page {
  min-height: 100vh;
  color: #fff8ef;
  background:
    linear-gradient(90deg, rgba(21, 13, 10, 0.88), rgba(21, 13, 10, 0.48)),
    url("assets/keyifli-hero.webp") center / cover no-repeat fixed;
}

.menu-qr-shell {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 24px clamp(18px, 5vw, 56px) 42px;
}

.menu-qr-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.menu-qr-brand {
  color: #fff8ef;
}

.menu-qr-panel {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  width: min(440px, 100%);
  margin: 0 auto;
}

.menu-qr-panel img {
  width: min(360px, 82vw);
  height: auto;
  padding: 18px;
  background: #fff8ef;
  border: 1px solid rgba(255, 248, 239, 0.38);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.menu-qr-panel .button {
  min-width: min(320px, 82vw);
}

.menu-header {
  position: sticky;
  color: #fff8ef;
}

.menu-hero {
  padding: 72px 0 42px;
  color: #fff8ef;
  background:
    linear-gradient(90deg, rgba(34, 20, 15, 0.92), rgba(34, 20, 15, 0.72)),
    url("assets/keyifli-hero.webp") center / cover no-repeat;
}

.menu-hero h1 {
  max-width: 680px;
  margin-bottom: 16px;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
}

.menu-hero p {
  max-width: 640px;
  color: rgba(255, 248, 239, 0.82);
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.menu-list article {
  padding: 26px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-list h2 {
  margin-bottom: 20px;
  color: var(--wine);
  font-size: 1.5rem;
}

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

.menu-list li {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(33, 25, 21, 0.1);
}

.menu-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.menu-list span {
  font-weight: 850;
}

.menu-list small {
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header {
    min-height: 68px;
  }

  .site-header {
    gap: 14px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding-top: 112px;
    padding-bottom: 70px;
    background-position: 58% center;
  }

  .intro-grid,
  .contact-grid,
  .location-grid,
  .menu-list {
    grid-template-columns: 1fr;
  }

  .qr-grid,
  .menu-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-name {
    font-size: 1.02rem;
  }

  .brand-place {
    font-size: 0.72rem;
  }

  .header-action {
    min-width: 72px;
    height: 38px;
    padding: 0 14px;
  }

  .header-controls {
    gap: 8px;
  }

  .language-switcher {
    min-height: 34px;
    padding: 3px;
  }

  .language-switcher button {
    min-width: 32px;
    height: 28px;
    padding: 0 6px;
    font-size: 0.72rem;
  }

  .hero {
    min-height: 86vh;
    padding-left: 18px;
    padding-right: 18px;
    background:
      linear-gradient(90deg, rgba(21, 13, 10, 0.9), rgba(21, 13, 10, 0.48)),
      linear-gradient(0deg, rgba(21, 13, 10, 0.6), rgba(21, 13, 10, 0)),
      url("assets/keyifli-hero.webp") 62% center / cover no-repeat;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.35rem);
  }

  .hero-content {
    width: min(100%, calc(100vw - 36px));
  }

  .hero-actions,
  .location-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-inner {
    width: min(100% - 32px, 1120px);
  }

  .section-heading {
    display: block;
  }

  .intro h2,
  .section-heading h2,
  .contact-grid h2,
  .location-grid h2 {
    font-size: clamp(1.55rem, 7vw, 1.85rem);
    overflow-wrap: break-word;
  }

  .qr-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }

  .qr-card img {
    width: 112px;
    height: 112px;
    padding: 8px;
  }

  .qr-card h3 {
    font-size: 1.16rem;
  }

  .qr-card p {
    font-size: 0.92rem;
  }

  .contact-list a {
    display: grid;
    gap: 4px;
  }

  .contact-list strong {
    text-align: left;
  }

  .map-frame {
    min-height: 300px;
  }
}

@media (max-width: 430px) {
  .site-header .header-action {
    display: none;
  }

  .hero-copy {
    font-size: 0.98rem;
  }

  .menu-qr-topbar {
    align-items: flex-start;
  }
}
