:root {
  --ink: #171717;
  --muted: #5f625d;
  --cream: #fbf3df;
  --paper: #fffaf0;
  --red: #bd0d1c;
  --green: #2f6d45;
  --gold: #f4c343;
  --teal: #0f9d9a;
  --pink: #ec2f84;
  --line: rgba(90, 53, 35, 0.18);
  --shadow: 0 24px 60px rgba(67, 29, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(255, 250, 240, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand,
.nav-links,
.button,
.header-message,
.messenger-float,
.trust-signal {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
}

.brand-logo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(189, 13, 28, 0.18);
}

.nav-links {
  gap: 24px;
  font-size: 15px;
  font-weight: 900;
}

.header-message {
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  color: #fff;
  background: var(--red);
  border-radius: 8px;
  font-weight: 900;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  grid-template-areas:
    "copy media"
    "trust media";
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(34px, 6vw, 90px) clamp(18px, 5vw, 84px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px) 0 0 / 100% 26px,
    radial-gradient(circle at 10% 18%, rgba(236, 47, 132, 0.16), transparent 28%),
    var(--cream);
}

.hero-copy {
  grid-area: copy;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(50px, 6.4vw, 108px);
  line-height: 0.92;
}

h2 {
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 0.98;
}

p {
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.48;
}

.hero-copy p {
  max-width: 680px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(67, 29, 18, 0.1);
}

.button-primary {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 20px 38px rgba(189, 13, 28, 0.22);
}

.hero-media {
  grid-area: media;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-media img {
  display: block;
  width: 100%;
  min-height: 460px;
  max-height: 70vh;
  object-fit: cover;
}

.lokal-panel {
  grid-area: trust;
  display: grid;
  width: min(100%, 370px);
  gap: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-left: 6px solid var(--pink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-label {
  color: #062b55;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lokal-panel img {
  width: min(100%, 230px);
  height: auto;
}

.lokal-panel b {
  font-size: 18px;
}

.lokal-panel small {
  color: var(--muted);
  line-height: 1.35;
}

.trust-chip,
.trust-signal {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.trust-chip {
  color: #06492f;
  background: #e9f8ee;
  border: 1px solid #bde8c9;
}

.trust-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-signal {
  color: #062b55;
  background: #eefafa;
}

.section {
  padding: clamp(42px, 6vw, 90px) clamp(18px, 5vw, 84px);
}

.section-copy {
  max-width: 920px;
  margin-bottom: 26px;
}

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

.menu-card {
  display: grid;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(67, 29, 18, 0.1);
  font-weight: 900;
}

.menu-card.featured {
  grid-column: span 2;
}

.menu-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

.menu-card.featured img {
  aspect-ratio: 2.35 / 1;
}

.split,
.location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
}

.delivery-card,
.map-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.delivery-card strong,
.map-card strong {
  font-size: 26px;
}

.delivery-card span {
  padding: 10px 12px;
  color: #06492f;
  background: #edf8ea;
  border: 1px solid #cfe9c8;
  border-radius: 999px;
  font-weight: 900;
}

.map-pin {
  width: 42px;
  height: 42px;
  background: var(--red);
  border: 8px solid #ffd9de;
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
}

.map-card small {
  color: var(--muted);
  font-size: 15px;
}

.contact {
  background: #fff;
  border-top: 1px solid var(--line);
}

.messenger-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  gap: 10px;
  padding: 10px 10px 10px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(67, 29, 18, 0.18);
}

.float-copy {
  display: grid;
  gap: 2px;
  font-size: 13px;
}

.float-copy small {
  color: var(--muted);
}

.float-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 42px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-weight: 900;
}

@media (max-width: 920px) {
  .site-header,
  .hero,
  .split,
  .location {
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-areas:
      "copy"
      "media"
      "trust";
  }

  .nav-links {
    flex-wrap: wrap;
  }

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

  .menu-card.featured {
    grid-column: auto;
  }

  .hero-media img,
  .menu-card.featured img {
    aspect-ratio: 1;
    min-height: auto;
  }
}
