:root {
  --ink: #182321;
  --muted: #5d6a66;
  --paper: #fbfaf6;
  --white: #ffffff;
  --teal: #114d4a;
  --teal-2: #1d6f69;
  --coral: #c74d32;
  --gold: #d8a240;
  --line: rgba(24, 35, 33, 0.14);
  --shadow: 0 24px 60px rgba(7, 28, 26, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(8, 24, 22, 0.86), rgba(8, 24, 22, 0.18));
}

.brand,
.header-actions,
.nav,
.footer-links,
.hero-actions,
.visit-actions,
.quick-strip {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.13);
  font-weight: 900;
}

.nav {
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.92rem;
}

.header-actions {
  justify-content: flex-end;
  gap: 10px;
}

.lang-toggle,
.button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.lang-toggle {
  min-width: 48px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 10px 22px rgba(199, 77, 50, 0.24);
}

.button-small {
  min-height: 38px;
  padding: 9px 14px;
  font-size: 0.9rem;
}

.button-light {
  color: var(--teal);
  background: var(--white);
  box-shadow: none;
}

.button-outline {
  color: var(--teal);
  background: transparent;
  border: 1px solid rgba(17, 77, 74, 0.28);
  box-shadow: none;
}

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

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

.hero-image {
  z-index: -2;
  object-fit: cover;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 17, 16, 0.9) 0%, rgba(4, 17, 16, 0.62) 42%, rgba(4, 17, 16, 0.18) 76%),
    linear-gradient(0deg, rgba(4, 17, 16, 0.58), rgba(4, 17, 16, 0.08) 44%);
}

.hero-content {
  width: min(1120px, 100%);
  padding: 132px clamp(18px, 5vw, 70px) 44px;
  color: var(--white);
}

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

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 7vw, 5.9rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.8vw, 1.24rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 930px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.hero-facts div {
  padding: 18px;
  background: rgba(4, 17, 16, 0.36);
}

.hero-facts dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 5px 0 0;
  font-weight: 800;
}

.quick-strip {
  position: sticky;
  z-index: 15;
  top: 0;
  justify-content: center;
  gap: 1px;
  background: var(--teal);
}

.quick-strip a {
  min-width: 128px;
  padding: 14px 18px;
  color: var(--white);
  text-align: center;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.07);
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 9vw, 108px) 0;
}

.intro-section,
.menu-section,
.visit-section,
.proof-section {
  display: grid;
  gap: clamp(24px, 5vw, 54px);
}

.intro-section,
.visit-section {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
}

.section-copy h2,
.visit-panel h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.6vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-copy p:not(.eyebrow),
.visit-panel p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.05rem;
}

.value-grid,
.menu-list,
.proof-grid {
  display: grid;
  gap: 14px;
}

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

.value-grid article,
.menu-list article,
.proof-grid article,
.visit-panel,
.info-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.value-grid article,
.menu-list article,
.proof-grid article {
  padding: 24px;
}

.value-grid span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
}

.value-grid h3,
.menu-list h3 {
  margin: 10px 0 10px;
  font-size: 1.2rem;
}

.value-grid p,
.menu-list p {
  margin: 0;
  color: var(--muted);
}

.menu-section {
  grid-template-columns: 0.8fr 1.2fr;
  border-top: 1px solid var(--line);
}

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

.visit-section {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - 1180px) / 2));
  padding-right: max(18px, calc((100vw - 1180px) / 2));
  background: #e8f0ed;
}

.visit-panel,
.info-panel {
  padding: clamp(24px, 4vw, 42px);
  box-shadow: var(--shadow);
}

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

.info-panel {
  display: grid;
  gap: 1px;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
}

.info-panel div {
  display: grid;
  gap: 8px;
  padding: 26px;
}

.info-panel span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.info-panel strong {
  font-size: 1.05rem;
}

.info-panel strong a {
  display: inline-block;
  margin-right: 12px;
  color: var(--teal-2);
}

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

.proof-grid strong {
  display: block;
  color: var(--teal);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.proof-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 5vw, 70px);
  color: var(--white);
  background: #0d2927;
}

.footer div:first-child {
  display: grid;
  gap: 4px;
}

.footer span {
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  font-weight: 800;
}

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

  .nav {
    display: none;
  }

  .hero {
    min-height: 90vh;
  }

  .hero-content {
    padding-top: 116px;
  }

  .hero-facts,
  .intro-section,
  .menu-section,
  .visit-section,
  .value-grid,
  .menu-list,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    max-width: 580px;
  }

  .quick-strip {
    top: 66px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .quick-strip a {
    flex: 0 0 auto;
  }
}

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

  .brand span:last-child {
    max-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .button-small {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    object-position: 61% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 17, 16, 0.92), rgba(4, 17, 16, 0.62)),
      linear-gradient(0deg, rgba(4, 17, 16, 0.68), rgba(4, 17, 16, 0.1));
  }

  .hero-content {
    padding: 126px 18px 28px;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 3.6rem);
  }

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

  .quick-strip {
    top: 58px;
  }

  .quick-strip a {
    min-width: 112px;
    padding: 13px 15px;
    font-size: 0.92rem;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 54px 0;
  }

  .section-copy h2,
  .visit-panel h2 {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .value-grid article,
  .menu-list article,
  .proof-grid article {
    padding: 20px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}
