:root {
  --green: #06442f;
  --green-dark: #032f22;
  --green-soft: #0c5a40;
  --gold: #efd779;
  --gold-dark: #c39b36;
  --cream: #fff8e8;
  --paper: #fffdf5;
  --ink: #16140f;
  --muted: #665d4d;
  --line: rgba(239, 215, 121, .5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 13px clamp(18px, 5vw, 72px);
  color: white;
  background: rgba(3, 47, 34, .92);
  border-bottom: 1px solid rgba(239, 215, 121, .22);
  backdrop-filter: blur(12px);
}

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

nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 46px);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lang-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(239, 215, 121, .36);
  border-radius: 4px;
}

.lang-switch button {
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 3px;
  color: rgba(255, 255, 255, .78);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.lang-switch button.active {
  color: var(--green-dark);
  background: var(--gold);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 900;
}

.header-cta {
  padding: 0 18px;
  color: var(--green-dark);
  background: var(--gold);
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  background: var(--green-dark);
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 47, 34, .94), rgba(3, 47, 34, .58) 48%, rgba(3, 47, 34, .15)),
    linear-gradient(0deg, rgba(3, 47, 34, .9), transparent 44%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 150px clamp(22px, 6vw, 86px) 86px;
}

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

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 102px);
  line-height: .94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 4.6vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hero-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(18px, 2vw, 25px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  padding: 0 24px;
  border: 1px solid var(--gold);
}

.button.primary {
  color: var(--green-dark);
  background: var(--gold);
}

.button.secondary {
  color: var(--gold);
}

.hero-panel {
  position: absolute;
  z-index: 1;
  right: clamp(22px, 5vw, 72px);
  bottom: 68px;
  width: min(330px, 30vw);
  padding: 22px;
  border: 1px solid var(--line);
  color: white;
  background: rgba(3, 47, 34, .76);
  backdrop-filter: blur(10px);
}

.hero-panel strong {
  display: block;
  color: var(--gold);
  font-size: 36px;
  line-height: 1;
}

.hero-panel span {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--green);
  color: white;
}

.proof-strip div {
  padding: 28px clamp(18px, 4vw, 56px);
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.proof-strip strong {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 20px;
}

.proof-strip span {
  color: rgba(255, 255, 255, .78);
}

.menu-section,
.fresh-section,
.product-section,
.brand-section,
.visit-section {
  padding: clamp(68px, 8vw, 124px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 38px;
}

.menu-section {
  background: var(--paper);
}

.menu-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
}

.menu-board {
  width: 100%;
  border: 8px solid var(--green);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(39, 28, 9, .18);
}

.menu-list,
.fresh-grid,
.product-cards {
  display: grid;
  gap: 14px;
}

.menu-list article,
.fresh-grid article,
.product-cards article {
  padding: 24px;
  border-radius: 8px;
  background: var(--cream);
}

.menu-list article {
  border-left: 5px solid var(--gold);
}

.menu-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-dark);
  font-weight: 900;
}

.fresh-section {
  background: var(--green-dark);
  color: white;
}

.fresh-section p {
  color: rgba(255, 255, 255, .76);
}

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

.fresh-grid article {
  min-height: 240px;
  border: 1px solid var(--line);
  color: white;
  background: rgba(255, 255, 255, .04);
}

.product-section,
.brand-section,
.visit-section {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(280px, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.product-section {
  background: linear-gradient(135deg, #fffdf5, #fff2c6);
}

.product-cards {
  grid-template-columns: repeat(3, 1fr);
}

.brand-section {
  background: var(--green);
  color: white;
}

.brand-section img {
  width: 100%;
  border: 1px solid var(--line);
}

.brand-section p {
  color: rgba(255, 255, 255, .78);
}

.visit-section {
  background: var(--cream);
}

.visit-card {
  justify-self: end;
  width: min(100%, 430px);
  padding: 32px;
  border-radius: 8px;
  color: white;
  background: var(--green-dark);
}

.visit-card p {
  color: rgba(255, 255, 255, .78);
}

.visit-card .button {
  width: 100%;
  margin-top: 10px;
}

.mobile-cta {
  display: none;
}

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

  .header-cta {
    display: none;
  }

  .lang-switch {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .hero-panel {
    display: none;
  }

  .proof-strip,
  .fresh-grid,
  .product-cards {
    grid-template-columns: 1fr;
  }

  .menu-layout,
  .product-section,
  .brand-section,
  .visit-section {
    grid-template-columns: 1fr;
  }

  .visit-card {
    justify-self: stretch;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: absolute;
    gap: 12px;
    padding: 13px 20px;
  }

  .brand img {
    width: 92px;
  }

  nav {
    justify-content: end;
    gap: 14px;
    font-size: 11px;
  }

  .lang-switch {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .lang-switch button {
    padding: 0 6px;
    font-size: 11px;
  }

  .hero {
    min-height: 760px;
  }

  .hero::after {
    background:
      linear-gradient(rgba(3, 47, 34, .45), rgba(3, 47, 34, .96)),
      linear-gradient(90deg, rgba(3, 47, 34, .8), rgba(3, 47, 34, .2));
  }

  .hero-copy {
    padding: 132px 22px 82px;
  }

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

  .proof-strip div,
  .menu-section,
  .fresh-section,
  .product-section,
  .brand-section,
  .visit-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-board {
    border-width: 5px;
  }

  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 14px 20px 20px;
    border: 1px solid var(--line);
    border-width: 1px 0 0;
    border-radius: 0;
    background: var(--green-dark);
  }

  .mobile-cta a {
    min-height: 44px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    color: var(--green-dark);
    background: var(--gold);
    font-weight: 900;
  }
}
