:root {
  --primary: #2f5d4f;
  --bg: #f3f6f1;
  --ink: #16201b;
  --accent: #d98a3d;
  --paper: #ffffff;
  --line: #d4ddd0;
  --mute: #4e6b5e;
  --display: 'Russo One', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  --r: 14px;
}
*, *::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.6; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1140px, 92vw); margin-inline: auto; }
h1, h2 { font-family: var(--display); font-weight: 400; line-height: 1.0; letter-spacing: .01em; }
h1 { font-size: clamp(44px, 6.5vw, 80px); }
h2 { font-size: clamp(30px, 4vw, 50px); }
h3 { font-size: 17px; font-weight: 600; }
p { font-size: 15px; color: var(--mute); line-height: 1.65; }
.eyebrow { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: var(--primary); margin-bottom: 12px; }
.eyebrow--inv { color: rgba(255,255,255,.65); }

/* nav */
.nav { position: sticky; top: 0; z-index: 30; background: rgba(243,246,241,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; gap: 16px; height: 64px; }
.brand { font-family: var(--display); font-size: 18px; text-decoration: none; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.nav__links { display: flex; gap: 26px; 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: #fff; text-decoration: none; font-weight: 600; font-size: 14px; padding: 13px 22px; border-radius: var(--r); transition: transform .15s, background .15s; }
.btn:hover { transform: translateY(-2px); background: #254f43; }
.btn--ghost { background: transparent; color: var(--primary); box-shadow: inset 0 0 0 2px var(--primary); }
.btn--ghost:hover { background: var(--primary); color: #fff; }
.btn--big { padding: 18px 34px; font-size: 16px; }

/* hero grid-cards layout */
.hero { padding: clamp(44px, 6vw, 82px) 0; }
.hero__cards-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; }
.hero__left { display: flex; flex-direction: column; }
.hero h1 { color: var(--ink); margin-bottom: 18px; }
.hero__text { color: var(--mute); font-size: clamp(14px, 1.4vw, 17px); max-width: 46ch; margin-bottom: 28px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__right { display: flex; flex-direction: column; gap: 16px; }
.hero__fig { position: relative; }
.hero__fig img { width: 100%; height: clamp(280px, 35vw, 440px); object-fit: cover; border-radius: var(--r); display: block; }
.hero__label { position: absolute; bottom: 14px; left: 14px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 999px; }
.hero__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.tile { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 12px; text-align: center; }
.tile__num { display: block; font-family: var(--display); font-size: clamp(18px, 2.5vw, 26px); color: var(--primary); }
.tile__text { display: block; font-size: 12px; color: var(--mute); margin-top: 4px; }

/* sections */
.section { padding: clamp(52px, 7vw, 88px) 0; }
.section--pale { background: var(--paper); }
.section__hd { margin-bottom: 40px; }
.section__hd p { color: var(--mute); margin-top: 8px; max-width: 56ch; }

/* menu grid */
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.menu-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 20px; display: flex; flex-direction: column; min-height: 160px; }
.menu-item--accent { background: var(--primary); border-color: var(--primary); }
.menu-item--accent h3, .menu-item--accent p { color: #fff; }
.menu-item--accent p { color: rgba(255,255,255,.75); }
.menu-item--accent .menu-item__price { color: var(--accent); }
.menu-item__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 8px; }
.menu-item__price { font-size: 14px; font-weight: 700; color: var(--primary); white-space: nowrap; }
.menu-item p { font-size: 14px; }
.menu-item--link { background: var(--bg); border-style: dashed; align-items: center; justify-content: center; text-align: center; }
.menu-item__note { font-size: 13px; color: var(--mute); font-style: italic; }

/* count section */
.count { background: var(--ink); color: #fff; padding: clamp(52px, 7vw, 88px) 0; }
.count__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.count__text h2 { color: #fff; margin-bottom: 18px; }
.count__text p { color: rgba(255,255,255,.7); font-size: 15.5px; margin-bottom: 14px; }
.count__folds { display: flex; flex-direction: column; gap: 28px; align-items: center; }
.fold-ring { width: 160px; height: 160px; border-radius: 50%; border: 4px solid var(--accent); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.fold-num { font-family: var(--display); font-size: 52px; color: var(--accent); line-height: 1; }
.fold-caption { font-size: 11px; color: rgba(255,255,255,.6); text-align: center; margin-top: 4px; line-height: 1.3; }
.fold-compare { width: 100%; display: flex; flex-direction: column; gap: 14px; }
.fold-bar { display: flex; flex-direction: column; gap: 6px; }
.fold-bar__fill { height: 8px; border-radius: 4px; }
.fold-bar__fill--min { background: rgba(255,255,255,.25); }
.fold-bar__fill--us { background: var(--accent); }
.fold-bar span { font-size: 12px; color: rgba(255,255,255,.55); }

/* drinks */
.drinks-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ditem { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 18px; }
.ditem strong { display: block; font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.ditem p { font-size: 14px; flex: 1; }
.ditem span { display: block; font-size: 15px; font-weight: 700; color: var(--primary); margin-top: 14px; }

/* contact */
.contact { padding: clamp(52px, 7vw, 88px) 0; }
.contact__in { background: var(--primary); border-radius: 16px; padding: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.contact__info h2 { color: #fff; margin-bottom: 14px; }
.contact__info p { color: rgba(255,255,255,.8); max-width: 40ch; margin-bottom: 18px; }
.contact__meta { display: flex; flex-direction: column; gap: 8px; }
.contact__meta span { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.85); }
.contact__actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.contact .btn--big { background: var(--accent); color: #fff; }
.contact__sub { font-size: 12px; color: rgba(255,255,255,.6); text-align: right; max-width: 22ch; }

/* footer */
.foot { background: var(--ink); padding: 26px 0; }
.foot__in { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,.45); }

@media (max-width: 900px) {
  .nav__links { display: none; }
  .hero__cards-grid { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .count__in { grid-template-columns: 1fr; }
  .drinks-row { grid-template-columns: repeat(2, 1fr); }
  .contact__in { grid-template-columns: 1fr; }
  .contact__actions { align-items: flex-start; }
  .contact__sub { text-align: left; }
}
@media (max-width: 520px) {
  .menu-grid { grid-template-columns: 1fr; }
  .hero__tiles { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .drinks-row { grid-template-columns: 1fr; }
}
