:root {
  --ink: #0a0a0a;
  --paper: #f6f1e8;
  --surface: #fffdf7;
  --line: #171717;
  --muted: #5b554d;
  --accent: #c8412d;
  --green: #2f6f4f;
  --shadow: 8px 8px 0 var(--ink);
  --header-offset: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
  padding-top: var(--header-offset);
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(246, 241, 232, 0.94);
  border-bottom: 3px solid var(--ink);
  backdrop-filter: blur(10px);
}

.section,
.map-section {
  scroll-margin-top: calc(var(--header-offset) + 18px);
}

.brand img {
  display: block;
  width: 142px;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav a,
.lang-btn,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 2px solid var(--ink);
  background: var(--surface);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}

.nav a:hover,
.button:hover,
.lang-btn:hover {
  background: var(--ink);
  color: var(--surface);
}

.lang-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid var(--ink);
  background: var(--ink);
  gap: 2px;
}

.lang-btn {
  min-width: 48px;
  border: 0;
  background: var(--surface);
}

.lang-btn.is-active {
  background: var(--ink);
  color: var(--surface);
}

.hero {
  position: relative;
  display: grid;
  padding: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 42px);
  border-bottom: 3px solid var(--ink);
}

.hero-image {
  position: relative;
  min-height: clamp(520px, calc(100svh - 150px), 760px);
  overflow: hidden;
  background: var(--surface);
  border: 3px solid var(--ink);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246, 241, 232, 0.94) 0%, rgba(246, 241, 232, 0.72) 34%, rgba(246, 241, 232, 0) 68%),
    linear-gradient(0deg, rgba(246, 241, 232, 0.72) 0%, rgba(246, 241, 232, 0) 38%);
  pointer-events: none;
}

.hero-image > img {
  display: block;
  width: 100%;
  height: clamp(520px, calc(100svh - 150px), 760px);
  object-fit: cover;
  object-position: center 48%;
  filter: grayscale(1) contrast(1.05);
}

.hero-content {
  position: absolute;
  z-index: 2;
  left: clamp(26px, 5vw, 76px);
  bottom: clamp(30px, 5vw, 70px);
  width: min(980px, calc(100% - 52px));
  color: var(--ink);
}

.hero-logo {
  display: block;
  width: clamp(78px, 8vw, 128px);
  height: auto;
  margin-bottom: clamp(14px, 2vw, 24px);
  filter: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 14px;
  font-size: clamp(3.9rem, 7.3vw, 7.8rem);
  font-weight: 1000;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 2px 2px 0 var(--surface);
}

.hero-slogan {
  max-width: 100%;
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.85vw, 1.65rem);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  text-shadow: 1px 1px 0 var(--surface);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 34px;
  color: var(--ink);
  font-size: clamp(1rem, 1.7vw, 1.5rem);
  line-height: 1.15;
}

.hero-meta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.hero-meta span {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 1.1em;
}

.hero-meta strong {
  min-width: 0;
  font-weight: 900;
  overflow-wrap: anywhere;
  text-shadow: 1px 1px 0 var(--surface);
}

.button {
  min-height: 50px;
  box-shadow: 4px 4px 0 var(--ink);
}

.button.primary,
.map-button {
  color: var(--surface);
  background: var(--accent);
}

.section {
  padding: clamp(48px, 7vw, 90px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  border-bottom: 3px solid var(--ink);
}

.section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 1000;
  line-height: 0.8;
  text-transform: uppercase;
}

.menu-group {
  margin-top: 42px;
}

.menu-group h3 {
  display: inline-block;
  margin: 0 0 -3px;
  padding: 12px 22px 10px;
  color: var(--surface);
  background: var(--ink);
  font-size: clamp(1.25rem, 2.7vw, 2.2rem);
  font-weight: 1000;
  line-height: 0.9;
  text-transform: uppercase;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 3px solid var(--ink);
  border-left: 3px solid var(--ink);
  background: var(--surface);
}

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

.menu-item {
  min-height: 176px;
  padding: 22px;
  border-right: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  background: var(--surface);
}

.item-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.menu-item h4 {
  margin-bottom: 0;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.menu-item strong {
  flex: 0 0 auto;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
}

.desc {
  max-width: 58ch;
  margin-bottom: 14px;
  color: #24201c;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.22;
}

.weight {
  display: block;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.variants {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.variants li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: baseline;
}

.variants span,
.variants strong {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 1000;
}

.variants em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.contact-section {
  background: var(--ink);
  color: var(--surface);
}

.contact-section .section-heading {
  border-color: var(--surface);
}

.contact-section .eyebrow {
  color: #f2b84b;
}

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

.contact-link {
  display: grid;
  gap: 10px;
  min-height: 140px;
  padding: 24px;
  color: var(--ink);
  background: var(--surface);
  border: 3px solid var(--surface);
  text-decoration: none;
}

.contact-link:hover {
  color: var(--surface);
  background: var(--accent);
}

.contact-link span {
  color: inherit;
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.contact-link strong {
  overflow-wrap: anywhere;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1;
}

.map-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(320px, 1fr);
  min-height: 520px;
  border-top: 3px solid var(--ink);
}

.map-copy {
  padding: clamp(36px, 6vw, 72px);
  background: var(--surface);
}

.map-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 1000;
  line-height: 0.9;
  text-transform: uppercase;
}

.map-copy p:not(.eyebrow) {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.1rem;
  font-weight: 800;
}

.map-section iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  border-left: 3px solid var(--ink);
  filter: grayscale(1) contrast(1.08);
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 20px clamp(18px, 5vw, 72px);
  color: var(--surface);
  background: var(--ink);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 44px;
  height: 44px;
}

.footer-brand span {
  font-weight: 1000;
  text-transform: uppercase;
}

.footer-copy {
  color: #d9d3c9;
  font-size: 0.84rem;
  font-weight: 800;
}

.footer-powered {
  margin-left: auto;
  text-align: right;
  text-decoration: none;
  font-weight: 900;
}

.footer-powered:hover {
  color: #f2b84b;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: start;
    overflow-x: auto;
  }

  .map-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .menu-grid,
  .menu-grid.two-col,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .map-section iframe {
    border-left: 0;
    border-top: 3px solid var(--ink);
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 74px;
    gap: 12px;
    padding: 12px 14px;
  }

  .brand img {
    width: 116px;
  }

  .nav a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.86rem;
    white-space: nowrap;
  }

  .hero {
    padding: 16px 0 0;
  }

  .hero-image {
    min-height: 620px;
    border-right: 0;
    border-left: 0;
  }

  .hero-image::after {
    background:
      linear-gradient(0deg, rgba(246, 241, 232, 0.96) 0%, rgba(246, 241, 232, 0.88) 45%, rgba(246, 241, 232, 0) 76%),
      linear-gradient(90deg, rgba(246, 241, 232, 0.36) 0%, rgba(246, 241, 232, 0) 62%);
  }

  .hero-image > img {
    height: 620px;
    object-position: center top;
  }

  .hero-content {
    left: 18px;
    right: 18px;
    bottom: 34px;
    width: auto;
  }

  h1 {
    font-size: clamp(2.78rem, 14.6vw, 4.65rem);
  }

  .hero-slogan {
    font-size: clamp(0.9rem, 3.4vw, 1.08rem);
  }

  .hero-meta {
    display: grid;
    gap: 14px;
    font-size: 1rem;
  }

  .section-heading {
    display: block;
  }

  .menu-grid,
  .menu-grid.two-col,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .menu-item {
    min-height: 0;
    padding: 18px;
  }

  .item-top {
    align-items: flex-start;
  }

  .menu-item h4,
  .menu-item strong {
    font-size: 1.35rem;
  }

  .variants li {
    grid-template-columns: 1fr auto;
  }

  .variants em {
    grid-column: 1 / -1;
  }

  .contact-link {
    min-height: 112px;
  }

  .site-footer {
    display: grid;
    gap: 12px;
  }

  .footer-powered {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .button {
    width: 100%;
    min-width: 0;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .lang-btn {
    min-width: 42px;
  }

  .item-top {
    display: grid;
  }
}

@media (max-width: 340px) {
  .site-header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand img {
    width: 98px;
  }

  .nav {
    width: 100%;
    gap: 6px;
  }

  .nav a {
    flex: 1 1 0;
    min-width: 0;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 0.75rem;
  }

  .lang-btn {
    min-width: 38px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-content {
    left: 10px;
    right: 10px;
  }

  h1 {
    font-size: 2.54rem;
  }

  .hero-slogan {
    font-size: 0.65rem;
  }

  .map-copy {
    padding-right: 18px;
    padding-left: 18px;
  }
}
