:root {
  --primary: #9ef01a;
  --bg: #141611;
  --ink: #f2f5ec;
  --accent: #70b800;
  --paper: #1d2018;
  --line: #2c3025;
  --mute: #8a9080;
  --display: 'Bebas Neue', system-ui, sans-serif;
  --body: 'Roboto', system-ui, sans-serif;
  --r: 12px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--bg); line-height: 1.55; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1140px, 92vw); margin-inline: auto; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: .02em; line-height: 1.0; }
h1 { font-size: clamp(52px, 8vw, 100px); color: var(--primary); }
h2 { font-size: clamp(36px, 5vw, 58px); }
h3 { font-size: 20px; margin-bottom: 8px; }
p { font-size: 15px; color: var(--mute); line-height: 1.65; }
.eyebrow { display: block; font-family: var(--body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: var(--mute); margin-bottom: 12px; }
.eyebrow--lime { color: var(--primary); }

/* nav */
.nav { position: sticky; top: 0; z-index: 30; background: rgba(20,22,17,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; gap: 20px; height: 62px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand__box { width: 34px; height: 34px; background: var(--primary); color: var(--bg); font-family: var(--display); font-size: 22px; display: flex; align-items: center; justify-content: center; border-radius: 6px; }
.brand span:last-child { font-family: var(--display); font-size: 18px; color: var(--ink); letter-spacing: .04em; }
.nav__links { display: flex; gap: 28px; margin-left: auto; }
.nav__links a { text-decoration: none; font-size: 14px; font-weight: 500; color: var(--mute); transition: color .15s; }
.nav__links a:hover { color: var(--primary); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: var(--bg); text-decoration: none; font-weight: 700; font-size: 14px; padding: 12px 22px; border-radius: 6px; transition: transform .15s, background .15s; font-family: var(--body); }
.btn:hover { transform: translateY(-2px); background: var(--accent); }
.btn--accent { background: var(--primary); color: var(--bg); padding: 16px 30px; font-size: 16px; }
.btn--ghost { background: transparent; color: var(--primary); box-shadow: inset 0 0 0 2px var(--primary); }
.btn--ghost:hover { background: var(--primary); color: var(--bg); }

/* hero with sidebar rail */
.hero { padding: clamp(40px, 5vw, 72px) 0; }
.hero__rail { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 24px; align-items: center; }
.hero__sidebar { writing-mode: vertical-rl; transform: rotate(180deg); }
.sidebar__ticker { display: flex; flex-direction: column; gap: 20px; }
.sidebar__ticker span { font-family: var(--body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: var(--line); }
.sidebar__ticker span:first-child { color: var(--primary); }
.hero__main { padding-right: 24px; }
.hero__lead { color: var(--mute); font-size: clamp(14px, 1.4vw, 17px); max-width: 38ch; margin: 20px 0 32px; }
.hero__photo { position: relative; }
.hero__photo img { width: 100%; height: clamp(320px, 38vw, 500px); object-fit: cover; border-radius: var(--r); display: block; }

/* section */
.section { padding: clamp(50px, 7vw, 88px) 0; }
.section--border { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section__hd { margin-bottom: 40px; }
.section__hd p { margin-top: 8px; }

/* cards */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 18px; display: flex; flex-direction: column; min-height: 250px; }
.card__icon { font-size: 22px; color: var(--primary); margin-bottom: 14px; }
.card h3 { font-family: var(--body); font-weight: 700; font-size: 16px; color: var(--ink); margin-bottom: 8px; }
.card p { font-size: 14px; flex: 1; }
.card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
.card__price { font-family: var(--display); font-size: 22px; color: var(--primary); }
.card__tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--bg); background: var(--accent); padding: 3px 8px; border-radius: 4px; }

/* lenta */
.lenta { padding: clamp(50px, 7vw, 88px) 0; background: var(--primary); }
.lenta__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.lenta__text h2 { color: var(--bg); }
.lenta__text p { color: rgba(20,22,17,.75); margin-bottom: 14px; }
.lenta__text .eyebrow--lime { color: var(--bg); opacity: .7; }
.schedule__head { font-family: var(--body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: rgba(20,22,17,.6); margin-bottom: 18px; }
.schedule__row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-family: var(--body); font-size: 14px; color: rgba(20,22,17,.8); }
.schedule__row--next { color: var(--bg); font-weight: 700; }
.schedule__time { font-family: var(--display); font-size: 20px; color: var(--bg); width: 42px; }
.schedule__bar { flex: 1; height: 6px; background: rgba(20,22,17,.2); border-radius: 3px; overflow: hidden; }
.bar--done { display: block; height: 100%; width: 100%; background: rgba(20,22,17,.4); }
.bar--active { display: block; height: 100%; width: 60%; background: var(--bg); animation: pulse 1.5s ease-in-out infinite; }
.bar--wait { display: block; height: 100%; width: 0%; background: rgba(20,22,17,.2); }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.6} }
.next-label { background: var(--bg); color: var(--primary); font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 4px; text-transform: uppercase; letter-spacing: .1em; }
.schedule__note { font-size: 12px; color: rgba(20,22,17,.55); margin-top: 18px; }

/* drinks */
.drinks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.drink { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 22px; }
.drink__icon { font-size: 32px; display: block; margin-bottom: 14px; }
.drink strong { font-family: var(--body); font-size: 17px; font-weight: 700; color: var(--ink); display: block; margin-bottom: 8px; }
.drink p { font-size: 14px; }
.drink__price { display: block; margin-top: 16px; font-family: var(--display); font-size: 24px; color: var(--primary); }

/* about */
.about__in { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.about__copy .eyebrow { margin-bottom: 14px; }
.about__copy h2 { color: var(--ink); margin-bottom: 18px; }
.about__copy p { margin-bottom: 14px; }
.about__numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.num-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 16px; }
.num-card strong { display: block; font-family: var(--display); font-size: 32px; color: var(--primary); margin-bottom: 6px; }
.num-card span { font-size: 12px; color: var(--mute); }

/* contact */
.contact { padding: clamp(50px, 7vw, 88px) 0; }
.contact__block { background: var(--paper); border: 1px solid var(--line); border-radius: calc(var(--r) + 4px); padding: clamp(28px, 4vw, 50px); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact__left h2 { color: var(--ink); margin-bottom: 14px; }
.contact__left p { margin-bottom: 8px; }
.contact__hours { color: var(--primary) !important; font-weight: 700; font-size: 14px; }
.contact__right p { margin-bottom: 22px; }
.contact__links { display: flex; gap: 12px; flex-wrap: wrap; }

/* footer */
.foot { background: #0a0c08; padding: 26px 0; border-top: 1px solid var(--line); }
.foot__in { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--mute); }

@media (max-width: 900px) {
  .nav__links { display: none; }
  .hero__rail { grid-template-columns: 1fr; }
  .hero__sidebar { display: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .lenta__in { grid-template-columns: 1fr; }
  .about__in { grid-template-columns: 1fr; }
  .contact__block { grid-template-columns: 1fr; }
  .drinks { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .cards { grid-template-columns: 1fr; }
  .about__numbers { grid-template-columns: 1fr 1fr; }
}
