:root {
  --ink: #f6f1e8;
  --muted: #c9bca7;
  --dim: #8f846f;
  --paper: #120f0d;
  --panel: #191512;
  --line: rgba(246, 241, 232, 0.16);
  --gold: #c69a63;
  --gold-strong: #e3b06c;
  --ember: #d24d2f;
  --olive: #78875a;
  --shadow: rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

button {
  font: inherit;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  padding: 14px 48px;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
}

.brand {
  justify-self: center;
  grid-column: 2;
}

.brand img {
  width: 116px;
  height: auto;
}

.desktop-nav {
  grid-column: 1;
  display: flex;
  gap: 24px;
  align-items: center;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.desktop-nav a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--ink);
}

.header-actions {
  grid-column: 3;
  justify-self: end;
  display: flex;
  gap: 12px;
  align-items: center;
}

.lang-switch {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  padding: 3px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.36);
  cursor: pointer;
}

.lang-switch span {
  display: inline-grid;
  min-width: 34px;
  min-height: 30px;
  place-items: center;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 800;
}

.lang-switch .active {
  color: #160f09;
  background: var(--gold-strong);
}

.header-book {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 18px;
  color: #160f09;
  border-radius: 8px;
  background: var(--gold-strong);
  font-size: 0.84rem;
  font-weight: 850;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: clip;
  isolation: isolate;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -2;
  background-image: url("assets/hero-brunch-kajzerica.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.66) 45%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(0deg, var(--paper) 0%, rgba(18, 15, 13, 0.28) 34%, rgba(18, 15, 13, 0) 66%);
}

.hero-content {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 142px 0 42px;
}

.eyebrow,
.section-kicker,
.result-label {
  margin: 0 0 12px;
  color: var(--gold-strong);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.1rem, 6.5rem, 6.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.lead {
  max-width: 640px;
  margin: 22px 0 0;
  color: #fff7ea;
  font-size: 1.28rem;
}

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

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
}

.btn.primary {
  color: #160f09;
  background: var(--gold-strong);
}

.btn.secondary {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(0, 0, 0, 0.34);
}

.btn.quiet {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(120, 135, 90, 0.32);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 1px;
  width: min(920px, 100%);
  margin-top: 56px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 18px 60px var(--shadow);
}

.hero-facts div {
  padding: 18px;
  background: rgba(14, 12, 10, 0.82);
}

.hero-facts strong,
.proof-grid strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1.1;
}

.hero-facts span,
.quick-band span,
.proof-grid span,
.visit-action span,
.menu-link span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quick-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b0908;
}

.quick-band a,
.quick-band div {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 20px 28px;
  border-right: 1px solid var(--line);
}

.quick-band strong {
  font-size: 1.05rem;
}

.section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 82px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: 42px;
  align-items: start;
}

h2 {
  margin: 0;
  font-size: 2.7rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.intro p,
.section-head p,
.groups-copy p,
.planner-result p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 32px;
}

.planner {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
}

.planner-tabs {
  display: grid;
  align-content: stretch;
  gap: 1px;
  background: var(--line);
}

.tab {
  min-height: 92px;
  padding: 20px;
  color: var(--ink);
  border: 0;
  background: #0f0c0a;
  text-align: left;
  font-weight: 850;
  cursor: pointer;
}

.tab.active {
  color: #160f09;
  background: var(--gold-strong);
}

.planner-result {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 42px;
  background:
    linear-gradient(90deg, rgba(25, 21, 18, 0.96), rgba(25, 21, 18, 0.74)),
    url("assets/interior-2.webp") center / cover;
}

.planner-result h3 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 2.15rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.planner-result p {
  max-width: 700px;
}

.menus-section {
  padding-top: 40px;
}

.menu-links,
.visit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.menu-link,
.visit-action {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #171310;
  transition: border-color 160ms ease, transform 160ms ease;
}

.menu-link:hover,
.menu-link:focus-visible,
.visit-action:hover,
.visit-action:focus-visible {
  border-color: rgba(227, 176, 108, 0.72);
  transform: translateY(-2px);
}

.menu-link strong,
.visit-action strong {
  font-size: 1.08rem;
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 10px;
  width: min(1380px, calc(100% - 24px));
  margin: 10px auto 0;
}

.gallery figure {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #080706;
}

.gallery figure:first-child {
  min-height: 520px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.groups-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: 46px;
  align-items: center;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.proof-grid div {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: #0f0c0a;
}

.visit-section {
  padding-top: 36px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 46px;
  padding: 42px;
  border: 1px solid rgba(227, 176, 108, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(210, 77, 47, 0.24), rgba(120, 135, 90, 0.18)),
    #171310;
}

.footer {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 28px 44px;
  color: var(--dim);
  border-top: 1px solid var(--line);
  background: #080706;
}

.footer p {
  max-width: 740px;
  margin: 0;
}

.footer a {
  color: var(--muted);
  font-weight: 800;
}

.mobile-actions {
  display: none;
}

.mobile-actions a {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--gold-strong);
  color: #160f09;
  font-size: 0.86rem;
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 74px;
    padding: 12px 20px;
  }

  .brand {
    grid-column: 1;
    justify-self: start;
  }

  .desktop-nav {
    display: none;
  }

  .header-actions {
    grid-column: 3;
  }

  .header-book {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  h1 {
    font-size: 4.1rem;
  }

  h2 {
    font-size: 2.18rem;
  }

  .hero-facts,
  .quick-band,
  .menu-links,
  .visit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-grid,
  .section-head,
  .groups-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

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

  .planner-tabs {
    grid-template-columns: repeat(4, 1fr);
  }

  .tab {
    min-height: 66px;
    padding: 14px;
    text-align: center;
  }

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

  .gallery figure,
  .gallery figure:first-child {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .site-header {
    background: rgba(0, 0, 0, 0.82);
  }

  .brand img {
    width: 96px;
  }

  .lang-switch span {
    min-width: 31px;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.62)),
      linear-gradient(0deg, var(--paper) 0%, rgba(18, 15, 13, 0.12) 60%, rgba(18, 15, 13, 0) 100%);
  }

  .hero-content,
  .section {
    width: min(100% - 28px, 1180px);
  }

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

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 1.84rem;
  }

  .lead {
    font-size: 1.05rem;
  }

  .btn {
    width: 100%;
  }

  .hero-actions,
  .result-actions,
  .final-actions {
    width: 100%;
  }

  .hero-facts,
  .quick-band,
  .menu-links,
  .visit-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .quick-band a,
  .quick-band div {
    min-height: 82px;
    padding: 18px;
  }

  .section {
    padding: 58px 0;
  }

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

  .planner-result {
    min-height: 430px;
    padding: 28px;
  }

  .planner-result h3 {
    font-size: 1.7rem;
  }

  .gallery {
    width: min(100% - 16px, 1380px);
  }

  .gallery figure,
  .gallery figure:first-child {
    min-height: 270px;
  }

  .final-cta {
    padding: 28px;
  }

  .footer {
    display: block;
    padding: 24px 20px;
  }

  .footer a {
    display: inline-block;
    margin-top: 14px;
  }

  body {
    padding-bottom: 72px;
  }

  .mobile-actions {
    position: fixed;
    z-index: 40;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 7, 6, 0.92);
    box-shadow: 0 16px 46px var(--shadow);
    backdrop-filter: blur(12px);
  }
}
