:root {
  --red: #ef2b25;
  --red-dark: #c91713;
  --ink: #181817;
  --cream: #f4efe5;
  --paper: #fbf8f2;
  --white: #fff;
  --line: rgba(24, 24, 23, 0.17);
  --display: "Roboto Slab", Rockwell, Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.section-pad { padding-left: clamp(22px, 5vw, 80px); padding-right: clamp(22px, 5vw, 80px); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 88px;
  padding: 0 clamp(22px, 5vw, 80px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(244, 239, 229, 0.93);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand { width: 62px; height: 62px; }
.brand img { width: 100%; height: 100%; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width .2s ease;
}
.desktop-nav a:hover::after { width: 100%; }
.header-order { justify-self: end; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: var(--ink); transition: .2s; }
.mobile-nav { display: none; }

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 0 26px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button--small { min-height: 46px; padding: 0 24px; }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #333; }
.button--red { background: var(--red); color: var(--white); }
.button--red:hover { background: var(--red-dark); }
.button span { font-size: 20px; }
.text-link { font-size: 14px; font-weight: 800; text-transform: uppercase; border-bottom: 1px solid var(--ink); padding-bottom: 8px; }
.text-link span { padding-left: 12px; }

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
  overflow: hidden;
}
.hero__copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 30px; height: 3px; background: var(--red); }
.hero h1, .combo h2, .section-heading h2, .contacts h2, .manifesto h2 {
  margin: 20px 0;
  font-family: var(--display);
  font-weight: 700;
  line-height: .91;
  text-transform: uppercase;
  letter-spacing: -.04em;
}
.hero h1 { font-size: clamp(52px, 4.9vw, 88px); line-height: .96; }
.hero h1 span, .hero h1 em { display: block; white-space: nowrap; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero__copy > p { max-width: 550px; margin: 0; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.hero__facts { display: flex; gap: 46px; margin-top: 62px; }
.hero__facts div { display: flex; gap: 12px; align-items: flex-start; }
.hero__facts strong { font-family: var(--display); font-size: 34px; line-height: 1; }
.hero__facts span { padding-left: 12px; border-left: 1px solid var(--line); font-size: 11px; line-height: 1.4; text-transform: uppercase; }
.hero__visual {
  position: relative;
  min-height: 650px;
  align-self: stretch;
  border-radius: 5px;
  overflow: hidden;
  background: var(--red);
}
.hero__visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); pointer-events: none; }
.hero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero__sticker {
  position: absolute;
  right: 26px;
  top: 26px;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--white);
  background: var(--red);
  transform: rotate(8deg);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .08em;
}
.hero__sticker strong { font-size: 31px; line-height: .9; }
.hero__caption { position: absolute; left: 20px; bottom: 20px; padding: 13px 18px; background: var(--paper); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.hero__caption span { color: var(--red); margin-right: 10px; }

.marquee { overflow: hidden; padding: 16px 0; color: var(--white); background: var(--red); transform: rotate(-1.2deg) scale(1.02); }
.marquee__track { display: flex; width: max-content; align-items: center; gap: 30px; animation: ticker 22s linear infinite; font-family: var(--display); font-size: clamp(22px, 2.8vw, 44px); font-weight: 700; white-space: nowrap; }
.marquee i { color: var(--ink); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.menu-section { padding-top: 130px; padding-bottom: 120px; color: var(--ink); background: #f8f5ef; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 40px; align-items: end; }
.section-heading h2, .contacts h2 { margin-bottom: 0; font-size: clamp(68px, 8vw, 138px); }
.section-heading > p { max-width: 570px; margin: 0 0 12px; color: #625f59; font-size: 17px; line-height: 1.65; }
.eyebrow--light span { background: var(--red); }
.filter-row { display: flex; gap: 9px; padding: 44px 0 26px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; padding: 11px 20px; border: 1px solid #9d9890; border-radius: 999px; color: var(--ink); background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; }
.filter:hover, .filter.active { color: var(--white); background: var(--red); border-color: var(--red); }
.menu-catalog { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.menu-group { transition: opacity .2s ease, transform .2s ease; }
.menu-group.is-hidden { display: none; }
.product-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid #d8d1c6; }
.product-card__photo { position: relative; height: 285px; overflow: hidden; background: #e7e1d7; }
.product-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-card__photo img { transform: scale(1.035); }
.photo-note { position: absolute; right: 10px; bottom: 10px; padding: 6px 8px; color: #6d6760; background: rgba(255,255,255,.9); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-badge { position: absolute; left: 12px; top: 12px; padding: 8px 10px; color: var(--white); background: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-card__content { display: flex; min-height: 245px; flex-direction: column; padding: 22px; }
.product-card__top { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.product-card__top h3 { min-width: 0; margin: 0; color: #a51d19; font-family: var(--display); font-size: 25px; font-weight: 900; line-height: 1.05; text-transform: uppercase; letter-spacing: .035em; }
.product-card__top > strong { flex: 0 0 auto; color: var(--ink); font-family: var(--display); font-size: 20px; line-height: 1.1; white-space: nowrap; }
.product-card__content > p { margin: 16px 0 24px; color: #6d6963; font-size: 12px; line-height: 1.55; }
.nutrition { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); margin: auto 0 0; padding-top: 15px; border-top: 1px solid #ded8cf; }
.nutrition div { padding: 0 10px; border-right: 1px solid #ded8cf; }
.nutrition div:first-child { padding-left: 0; }
.nutrition div:last-child { padding-right: 0; border-right: 0; }
.nutrition dt { margin: 0 0 5px; color: #8c867f; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.nutrition dd { margin: 0; color: var(--ink); font-family: var(--display); font-size: 17px; font-weight: 900; }

.combo { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(44px, 7vw, 120px); align-items: center; padding-top: 120px; padding-bottom: 120px; }
.combo__visual { position: relative; min-height: 680px; overflow: hidden; }
.combo__visual > img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.combo__stamp { position: absolute; left: 25px; bottom: 25px; width: 150px; height: 150px; display: grid; place-content: center; text-align: center; color: var(--white); background: var(--red); border-radius: 50%; font-family: var(--display); font-size: 14px; transform: rotate(-8deg); }
.combo__stamp strong { font-size: 23px; }
.combo h2 { font-size: clamp(72px, 7.6vw, 126px); }
.combo__copy > p { max-width: 540px; color: #555; font-size: 17px; line-height: 1.65; }
.combo-list { margin: 36px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.combo-list li { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.combo-list strong { font-family: var(--display); font-size: 20px; }

.manifesto { padding: clamp(90px, 10vw, 160px) clamp(22px, 5vw, 80px); color: var(--white); background: var(--red); }
.manifesto__small { margin: 0 0 35px; text-align: center; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.manifesto h2 { margin: 0; text-align: center; font-size: clamp(53px, 8vw, 137px); line-height: .98; }
.manifesto h2 em { color: var(--ink); }
.manifesto__bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-top: 80px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.4); }
.manifesto__bottom p { max-width: 660px; margin: 0; font-size: 16px; line-height: 1.65; }
.manifesto__bottom span { justify-self: end; text-align: right; font-family: var(--display); font-size: 28px; font-style: italic; font-weight: 700; line-height: .8; }

.contacts { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); align-items: center; padding-top: 120px; padding-bottom: 120px; }
.contacts h2 { margin-top: 20px; }
.contacts__lead { font-size: clamp(22px, 2.4vw, 35px); line-height: 1.35; font-weight: 700; }
.contacts__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 44px 0; }
.contacts__meta div { padding-top: 13px; border-top: 1px solid var(--line); }
.contacts__meta span { display: block; margin-bottom: 12px; color: #777; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contacts__meta strong { font-size: 14px; line-height: 1.5; }
.contacts__meta a:hover { color: var(--red); }
.map-card { position: relative; min-height: 620px; overflow: hidden; background: #e5dfd2; border: 1px solid #d5cec2; }
.map-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-card__open { position: absolute; z-index: 2; left: 18px; bottom: 18px; padding: 14px 18px; color: var(--white); background: var(--red); box-shadow: 0 10px 25px rgba(0,0,0,.18); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.map-card__open:hover { background: var(--red-dark); }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding: 62px clamp(22px, 5vw, 80px) 32px; color: var(--white); background: var(--ink); }
footer > img { width: 180px; }
footer > p { margin: 0; color: #999; font-size: 14px; line-height: 1.6; }
.footer__links { display: flex; justify-self: end; gap: 26px; font-size: 13px; font-weight: 700; }
.footer__links a:hover { color: var(--red); }
.footer__bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 42px; padding-top: 22px; border-top: 1px solid #3b3b38; color: #777; font-size: 10px; text-transform: uppercase; }
.mobile-order { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero__visual { min-height: 560px; }
  .hero h1 { font-size: clamp(49px, 5.8vw, 68px); }
  .menu-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .combo__visual { min-height: 560px; }
}

@media (max-width: 780px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; }
  .brand { width: 54px; height: 54px; }
  .desktop-nav, .header-order { display: none; }
  .menu-toggle { display: block; z-index: 61; }
  .menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 49; inset: 72px 0 0; display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 28px; color: var(--white); background: var(--red); transform: translateY(-115%); transition: transform .3s ease; }
  .mobile-nav.is-open { transform: translateY(0); }
  .mobile-nav a { font-family: var(--display); font-size: 52px; font-weight: 700; line-height: 1.1; text-transform: uppercase; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 52px; padding-bottom: 28px; }
  .hero h1 { font-size: clamp(39px, 10.5vw, 48px); line-height: .96; letter-spacing: -.045em; }
  .hero__copy > p { max-width: 420px; }
  .hero__visual { min-height: 520px; order: 2; }
  .hero__facts { margin-top: 40px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { margin-top: -10px; }
  .menu-section { padding-top: 95px; padding-bottom: 90px; }
  .menu-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card__photo { height: 245px; }
  .combo { grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 90px; }
  .combo__visual { min-height: 520px; }
  .contacts { grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 90px; }
  .map-card { min-height: 500px; }
  footer { grid-template-columns: 1fr 1fr; padding-bottom: 100px; }
  .footer__links { grid-column: 1 / -1; justify-self: start; }
  .mobile-order { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 12px; display: flex; justify-content: space-between; align-items: center; min-height: 58px; padding: 0 22px; color: var(--white); background: var(--red); box-shadow: 0 10px 35px rgba(0,0,0,.25); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
  .mobile-order strong { font-size: 22px; }
}

@media (max-width: 520px) {
  .button { width: 100%; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .text-link { align-self: flex-start; }
  .hero__facts { gap: 22px; }
  .hero__visual { min-height: 400px; margin-left: -22px; margin-right: -22px; border-radius: 0; }
  .hero__sticker { width: 88px; height: 88px; right: 14px; top: 14px; }
  .hero__caption { left: 12px; bottom: 12px; }
  .menu-catalog { grid-template-columns: 1fr; }
  .product-card__photo { height: 275px; }
  .product-card__content { min-height: 225px; padding: 20px; }
  .manifesto__bottom { grid-template-columns: 1fr; margin-top: 55px; }
  .manifesto__bottom span { justify-self: start; text-align: left; }
  .contacts__meta { grid-template-columns: 1fr; }
  .map-card { min-height: 430px; }
  footer { grid-template-columns: 1fr; }
  .footer__links { flex-wrap: wrap; }
  .footer__bottom { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
