:root {
  --green: #064b35;
  --gold: #a58923;
  --cream: #fbfaf5;
  --ink: #151c18;
  --muted: #777b76;
  --line: #dedccf;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-header { position: sticky; top: 0; z-index: 50; height: 74px; display: flex; align-items: center; justify-content: center; padding: 7px 64px 7px 18px; background: var(--green); box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.brand { width: 205px; height: 58px; display: block; }
.brand img { width: 100%; height: 100%; display: block; object-fit: contain; }
.menu-button { position: absolute; right: 17px; top: 15px; width: 43px; height: 43px; display: grid; place-content: center; gap: 5px; color: #d5c473; border: 0; background: transparent; cursor: pointer; }
.menu-button span { width: 20px; height: 2px; border-radius: 3px; background: currentColor; }
.menu-page { min-height: calc(100vh - 74px); overflow: hidden; }
.intro { padding: 35px 20px 25px; text-align: center; }
.intro p { margin: 0 0 2px; font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; letter-spacing: .08em; text-transform: uppercase; }
.intro h1 { margin: 0; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 11vw, 4.2rem); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.menu-shell { width: min(100%, 1050px); margin: 0 auto; padding: 0 0 42px; }
.categories { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 0 14px 19px; }
.category { min-width: 0; display: grid; justify-items: center; align-content: start; gap: 7px; padding: 0 2px; color: #202a24; border: 0; background: transparent; font: inherit; cursor: pointer; }
.category-icon { width: 55px; height: 55px; display: grid; place-items: center; color: var(--green); border: 1px solid #d9d7ca; border-radius: 50%; background: #fffef9; transition: .18s ease; }
.category-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.category > span:last-child { max-width: 82px; min-height: 27px; font-family: Georgia, "Times New Roman", serif; font-size: .66rem; line-height: 1.12; }
.category.is-active .category-icon { color: #fff; border-color: var(--green); background: var(--green); box-shadow: 0 5px 12px rgba(6,75,53,.18); }
.category.is-active > span:last-child { color: var(--green); font-weight: 700; }
.ornament { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 9px; width: calc(100% - 40px); margin: 0 auto; color: var(--gold); }
.ornament span { height: 1px; background: linear-gradient(90deg, transparent, #c9c3a6); }
.ornament span:last-child { background: linear-gradient(90deg, #c9c3a6, transparent); }
.ornament b { font-size: .58rem; font-weight: 400; }
.products-content { scroll-margin-top: 82px; }
.product-section { padding: 19px 0 0; }
.product-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 18px 2px; }
.product-heading h2 { margin: 0; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: .84rem; letter-spacing: .06em; text-transform: uppercase; }
.product-heading button { padding: 7px 0 7px 12px; color: var(--ink); border: 0; background: transparent; font: 650 .67rem/1 inherit; cursor: pointer; }
.product-heading button span { color: var(--green); font-size: .95rem; }
.product-track { display: grid; grid-auto-flow: column; grid-auto-columns: 37vw; gap: 5px; padding: 2px 12px 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.product-track::-webkit-scrollbar { display: none; }
.product-item { min-width: 0; scroll-snap-align: start; }
.product-visual { height: 205px; display: grid; place-items: end center; }
.product-visual img { width: 100%; height: 100%; display: block; object-fit: contain; filter: drop-shadow(0 11px 8px rgba(48,34,14,.13)); }
.product-visual span { align-self: center; font-size: 5.5rem; filter: drop-shadow(0 10px 7px rgba(48,34,14,.14)); }
.product-item h3 { min-height: 31px; margin: 5px 5px 1px; font-family: Georgia, "Times New Roman", serif; font-size: .76rem; line-height: 1.2; }
.product-item strong { display: block; margin: 0 5px; color: var(--green); font-size: .72rem; }
.product-item--drink .product-visual { height: 180px; margin: 13px 2px 12px; overflow: hidden; border-radius: 12px; background: linear-gradient(145deg, #ad7a52, #7a4c2f); }
.carousel-dots { display: flex; justify-content: center; align-items: center; gap: 5px; min-height: 14px; margin-top: 2px; }
.carousel-dots span { width: 4px; height: 4px; border-radius: 50%; background: #c9c8c1; transition: .2s; }
.carousel-dots span.is-active { width: 6px; height: 6px; background: var(--green); }
.swipe-hint { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 1px 0 0; color: #8d8f89; font: .58rem/1.3 Georgia, "Times New Roman", serif; }
.swipe-hint span { color: var(--green); font-size: 1.05rem; transform: rotate(-20deg); }
.loading-card, .error-card { min-height: 270px; display: grid; place-content: center; justify-items: center; padding: 20px; text-align: center; }
.loading-mark { width: 32px; height: 32px; border: 2px solid var(--line); border-top-color: var(--green); border-radius: 50%; animation: spin .7s linear infinite; }
.loading-card p, .error-card p { color: var(--muted); }
.error-card button { padding: 10px 15px; color: white; border: 0; border-radius: 99px; background: var(--green); }
@keyframes spin { to { transform: rotate(360deg); } }
.site-footer { padding: 20px 24px 28px; color: #777c78; text-align: center; background: var(--cream); }
.site-footer p { max-width: 470px; margin: 0 auto; font-size: .58rem; line-height: 1.45; }
.noscript { margin: 0; padding: 20px; color: #fff; text-align: center; background: #9b2c2c; }
@media (min-width: 600px) {
  .site-header { height: 82px; }
  .brand { width: 225px; height: 63px; }
  .intro { padding-top: 46px; }
  .categories { max-width: 600px; margin-inline: auto; gap: 18px; }
  .category-icon { width: 65px; height: 65px; }
  .category > span:last-child { font-size: .74rem; }
  .product-track { grid-auto-columns: minmax(150px, 22%); gap: 18px; padding-inline: 25px; }
  .product-visual { height: 235px; }
  .product-heading { padding-inline: 27px; }
}
@media (min-width: 1000px) {
  .product-track { grid-auto-columns: minmax(170px, 1fr); }
  .product-visual { height: 255px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
