/* ============================================================
   TONI PIZZA · Delizioso — Kaunas
   Dark walnut wood + gold, Sicilian trattoria character
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --wood-950: #150d07;
  --wood-900: #1c130b;
  --wood-800: #241811;
  --wood-700: #2f2015;
  --wood-600: #3c291a;

  --gold:        #d8a54a;
  --gold-bright: #f0cd85;
  --gold-deep:   #a97a2c;

  --cream:     #f4e8d3;
  --cream-dim: #cbb794;
  --cream-mute:#9f8a6a;

  --tomato: #cf4326;
  --basil:  #93a750;

  --line: rgba(216,165,74,.16);
  --line-strong: rgba(216,165,74,.34);

  --maxw: 1180px;
  --ease: cubic-bezier(.2,.7,.2,1);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* ---------- Wood surface ---------- */
body {
  font-family: var(--font-body);
  color: var(--cream);
  background-color: #140c06;
  background-image:
    /* dark wash so text stays readable over the photo */
    linear-gradient(180deg, rgba(16,10,5,.58), rgba(12,7,3,.68)),
    /* blurred, darkened rustic pizza-oven photo */
    url("../img/bg-oven.jpg");
  background-size: cover, cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  line-height: 1.6;
  overflow-x: hidden;
}

.wrap { width: min(100% - 2.4rem, var(--maxw)); margin-inline: auto; }

/* ---------- Type ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .74rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: .7em;
}
.eyebrow::before, .eyebrow.center::after {
  content: "";
  width: 34px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.eyebrow.center::before { background: linear-gradient(90deg, var(--gold), transparent); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.04; }

.section { padding: clamp(4rem, 9vw, 7.5rem) 0; position: relative; }
.section-head { max-width: 640px; margin-bottom: clamp(2rem, 5vw, 3.4rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-title {
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  letter-spacing: -.01em;
  margin-top: .7rem;
}
.section-title em { font-style: italic; color: var(--gold-bright); }
.lead { color: var(--cream-dim); font-size: 1.06rem; margin-top: 1rem; }

.rule {
  height: 1px; border: 0;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

/* ---------- Chef mark ---------- */
.mark { display: block; width: auto; height: auto; object-fit: contain; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(9px);
  background: linear-gradient(180deg, rgba(19,12,6,.92), rgba(19,12,6,.66));
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .75rem 0;
}
.brand { display: flex; align-items: center; gap: .6rem; }
.brand .mark { height: 34px; width: auto; }
.brand-txt { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.12rem; letter-spacing: .04em; color: var(--cream);
}
.brand-sub {
  font-size: .58rem; letter-spacing: .42em; text-transform: uppercase;
  color: var(--gold); margin-top: .25rem;
}
.nav-links { display: flex; align-items: center; gap: 1.9rem; }
.nav-links a {
  font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
  font-weight: 600; color: var(--cream-dim); transition: color .2s;
}
.nav-links a:hover { color: var(--gold-bright); }
.nav-cta {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .6rem 1.05rem; border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #2a1c0a; font-weight: 800; font-size: .82rem; letter-spacing: .02em;
  box-shadow: 0 8px 22px -10px rgba(216,165,74,.7);
  transition: transform .2s var(--ease), box-shadow .2s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 12px 26px -10px rgba(216,165,74,.85); }
.nav-toggle { display: none; background: none; border: 0; color: var(--gold); padding: .3rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem 1.6rem; border-radius: 999px; font-weight: 800;
  letter-spacing: .02em; font-size: .96rem; transition: transform .2s var(--ease), box-shadow .25s, background .25s;
  border: 1px solid transparent;
}
.btn--gold {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #2a1c0a; box-shadow: 0 14px 30px -14px rgba(216,165,74,.8);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -14px rgba(216,165,74,.95); }
.btn--ghost {
  background: rgba(244,232,211,.02); color: var(--cream);
  border-color: var(--line-strong);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-bright); }

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(2.5rem, 6vw, 4.5rem); padding-bottom: clamp(3rem, 7vw, 5rem); }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.9rem, 7.6vw, 5.6rem);
  letter-spacing: -.02em; margin: 1.1rem 0 .3rem;
}
.hero h1 .it { font-style: italic; color: var(--gold-bright); }
.hero-sub { color: var(--cream-dim); font-size: 1.14rem; max-width: 46ch; margin-top: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.9rem; }
.hero-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem;
  margin-top: 2.1rem; padding-top: 1.5rem; border-top: 1px solid var(--line);
}
.stars { color: var(--gold); letter-spacing: .1em; }
.rating-chip { display: flex; align-items: baseline; gap: .5rem; }
.rating-num { font-family: var(--font-display); font-size: 1.5rem; color: var(--cream); }
.rating-chip small { color: var(--cream-mute); font-size: .82rem; }
.meta-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-deep); }
.meta-txt { color: var(--cream-dim); font-size: .9rem; }

.hero-photo { position: relative; }
.hero-photo img {
  width: 100%; border-radius: 14px;
  border: 1px solid var(--line-strong);
  box-shadow: 0 40px 70px -30px rgba(0,0,0,.9), inset 0 0 0 1px rgba(255,255,255,.03);
  transform: rotate(1.4deg);
}
.hero-badge {
  position: absolute; left: -14px; bottom: 26px;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: #2a1c0a; padding: .7rem 1rem; border-radius: 12px;
  font-weight: 800; line-height: 1.1; text-align: center;
  box-shadow: 0 20px 34px -16px rgba(0,0,0,.85);
  transform: rotate(-3deg);
}
.hero-badge b { display: block; font-family: var(--font-display); font-size: 1.5rem; }
.hero-badge span { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }

/* ---------- Lunch strip ---------- */
.lunch {
  background:
    linear-gradient(90deg, rgba(216,165,74,.14), rgba(216,165,74,.03) 40%, rgba(216,165,74,.14)),
    var(--wood-800);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.lunch-inner {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 1rem 2.2rem; padding: 1.4rem 0; text-align: center;
}
.lunch-tag {
  font-size: .72rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); font-weight: 800;
}
.lunch-main { font-family: var(--font-display); font-size: clamp(1.2rem,3.2vw,1.7rem); color: var(--cream); }
.lunch-main b { color: var(--gold-bright); }
.lunch-price {
  font-family: var(--font-display); font-size: clamp(1.6rem,4.4vw,2.3rem);
  color: var(--gold-bright); font-weight: 700;
}

/* ---------- About / Sicilian ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.about-photos { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.about-photos img { border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 26px 48px -26px rgba(0,0,0,.85); }
.about-photos img:first-child { transform: rotate(-1.5deg); margin-top: 1.6rem; }
.about-photos img:last-child { transform: rotate(1.5deg); }
.about-copy p + p { margin-top: 1rem; }
.about-copy .lead { color: var(--cream); }
.feature-row { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 1.8rem; }
.feature { display: flex; gap: .7rem; align-items: flex-start; max-width: 210px; }
.feature svg { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px; }
.feature b { display: block; color: var(--cream); font-size: .96rem; }
.feature span { color: var(--cream-mute); font-size: .84rem; }

/* ---------- Menu ---------- */
.menu-topbar {
  display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; justify-content: space-between;
  margin-bottom: 2.4rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line);
}
.size-note { display: flex; align-items: center; gap: 1rem; color: var(--cream-dim); font-size: .9rem; }
.size-pill {
  font-family: var(--font-display); color: var(--gold-bright);
  border: 1px solid var(--line-strong); border-radius: 999px; padding: .35rem 1rem; font-size: .95rem;
}
.legend { display: flex; gap: .6rem; flex-wrap: wrap; align-items: center; }
.legend-label { font-size: .78rem; color: var(--cream-mute); letter-spacing: .04em; margin-right: .1rem; }
.legend-btn {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .82rem; color: var(--cream-dim);
  background: rgba(244,232,211,.03); border: 1px solid var(--line);
  padding: .4rem .85rem; border-radius: 999px; cursor: pointer;
  transition: border-color .2s, color .2s, background .2s, transform .15s;
}
.legend-btn:hover { border-color: var(--line-strong); color: var(--cream); transform: translateY(-1px); }
.legend-btn.active {
  color: #2a1c0a; font-weight: 700;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border-color: var(--gold);
}
.legend-btn.active .dot { box-shadow: 0 0 0 2px rgba(42,28,10,.25); }
.legend-reset {
  font-size: .78rem; color: var(--gold); background: none; border: 0; cursor: pointer;
  padding: .4rem .5rem; letter-spacing: .02em;
}
.legend-reset:hover { color: var(--gold-bright); text-decoration: underline; }
.dot { width: 12px; height: 12px; border-radius: 50%; }
.dot.spicy { background: var(--tomato); }
.dot.veg { background: var(--basil); }

.menu-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 clamp(2rem, 5vw, 3.5rem);
}

/* ----- Compact dish row with small pizza thumbnail ----- */
.dish {
  display: grid;
  grid-template-columns: auto 68px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px dashed var(--line);
  transition: transform .3s var(--ease);
  transform-origin: left center;
}
.dish__no {
  font-family: var(--font-display); color: var(--gold); font-size: 1.15rem;
  min-width: 1.6ch; text-align: center; font-variant-numeric: tabular-nums;
}
.dish__thumb {
  position: relative; width: 68px; height: 68px; border-radius: 50%;
  display: grid; place-items: center;
  background: radial-gradient(circle at 50% 40%, #3b2917, #16100a 74%);
  border: 1px solid rgba(216,165,74,.32);
  box-shadow: inset 0 2px 8px rgba(0,0,0,.5), 0 6px 14px -7px rgba(0,0,0,.85);
}
.dish__thumb img {
  width: 86%; filter: drop-shadow(0 4px 5px rgba(0,0,0,.5));
  transition: transform .4s var(--ease);
}
/* Enlarge pizza + description together — hover on desktop, scroll-active on touch */
@media (hover: hover) and (pointer: fine) {
  .dish:hover { transform: scale(1.05); }
  .dish:hover .dish__thumb img { transform: scale(1.16) rotate(3deg); }
  .dish:hover .dish__name { color: var(--gold-bright); }
}
.dish.is-active { transform: scale(1.05); }
.dish.is-active .dish__thumb img { transform: scale(1.16) rotate(3deg); }
.dish.is-active .dish__name { color: var(--gold-bright); }

/* rising steam above the thumbnail — always on */
.dish__steam {
  position: absolute; left: 50%; top: -20px; transform: translateX(-50%);
  width: 40px; height: 40px; pointer-events: none; opacity: 1; z-index: 3;
}
.dish__steam span {
  position: absolute; bottom: 0; width: 13px; height: 13px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,249,238,.8), rgba(255,249,238,0) 70%);
  filter: blur(3px); opacity: 0;
  animation: steam 2.8s ease-in-out infinite;
}
.dish:hover .dish__steam span { animation-duration: 2.2s; }
.dish__steam span:nth-child(1){ left: 6px;  animation-delay: 0s; }
.dish__steam span:nth-child(2){ left: 15px; animation-delay: .9s; width: 15px; height: 15px; }
.dish__steam span:nth-child(3){ left: 24px; animation-delay: 1.7s; }
@keyframes steam {
  0%   { transform: translateY(6px) scale(.5);  opacity: 0; }
  25%  { opacity: .8; }
  60%  { opacity: .45; }
  100% { transform: translateY(-30px) scale(1.5); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .dish__steam { display: none; }
  .dish:hover .dish__thumb img { transform: none; }
}

.dish__name {
  font-family: var(--font-display); font-weight: 600; font-size: 1.2rem;
  color: var(--cream); display: flex; align-items: center; gap: .45rem; flex-wrap: wrap; line-height: 1.15;
  transition: color .3s ease;
}
.dish__desc { color: var(--cream-mute); font-size: .9rem; margin-top: .25rem; line-height: 1.45; }
.dish__price {
  font-family: var(--font-display); font-size: 1.12rem; color: var(--gold-bright);
  white-space: nowrap; font-variant-numeric: tabular-nums;
}

.menu-grid--special .dish { border-bottom-color: rgba(216,165,74,.22); }
.menu-grid--special .dish__no { color: var(--gold-bright); }

.tag {
  font-family: var(--font-body); font-size: .56rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .18rem .5rem; border-radius: 999px; line-height: 1;
}
.tag--spicy { color: #ffd9cd; background: rgba(207,67,38,.22); border: 1px solid rgba(207,67,38,.5); }
.tag--veg   { color: #e6f0c8; background: rgba(147,167,80,.2);  border: 1px solid rgba(147,167,80,.5); }
.tag--star  { color: #2a1c0a; background: linear-gradient(180deg,var(--gold-bright),var(--gold)); }

/* ---------- Reviews ---------- */
.reviews { background: linear-gradient(180deg, rgba(0,0,0,.25), transparent 30%, rgba(0,0,0,.25)); }
.reviews-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.6rem; }
.big-rating { display: flex; align-items: center; gap: 1rem; }
.big-rating .num { font-family: var(--font-display); font-size: 3.4rem; color: var(--gold-bright); line-height: 1; }
.big-rating .stars { font-size: 1.1rem; }
.big-rating small { color: var(--cream-mute); font-size: .84rem; display: block; margin-top: .3rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.review {
  background: linear-gradient(180deg, rgba(244,232,211,.035), rgba(244,232,211,.01));
  border: 1px solid var(--line); border-radius: 14px; padding: 1.5rem;
  display: flex; flex-direction: column; gap: .9rem;
}
.review .stars { font-size: .95rem; }
.review p { color: var(--cream-dim); font-size: .94rem; line-height: 1.55; flex: 1; }
.review .who { display: flex; align-items: center; gap: .7rem; }
.review .avatar {
  width: 38px; height: 38px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 600;
  color: #2a1c0a; background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
}
.review .who b { color: var(--cream); font-size: .92rem; }
.review .who span { color: var(--cream-mute); font-size: .76rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); }
.info-list { display: grid; gap: 1.3rem; margin-top: .5rem; }
.info-item { display: flex; gap: .95rem; align-items: flex-start; }
.info-item svg { flex: 0 0 auto; width: 24px; height: 24px; margin-top: 2px; }
.info-item .k { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.info-item .v { color: var(--cream); font-size: 1.02rem; margin-top: .15rem; }
.info-item .v a { color: var(--cream); }
.info-item .v a:hover { color: var(--gold-bright); }
.info-item small { color: var(--cream-mute); display: block; font-size: .82rem; margin-top: .15rem; }
.hours { list-style: none; padding: 0; margin: .5rem 0 0; max-width: 320px; }
.hours li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .4rem 0; border-bottom: 1px dashed var(--line);
  color: var(--cream-dim); font-size: .92rem;
}
.hours li:last-child { border-bottom: 0; }
.hours li span:first-child { color: var(--cream); }
.hours li .closed { color: var(--cream-mute); }
.hours li.today {
  color: var(--gold-bright);
}
.hours li.today span:first-child { color: var(--gold-bright); font-weight: 700; }
.hours li.today::after {
  content: "Šiandien"; font-family: var(--font-body); font-size: .58rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; color: #2a1c0a;
  background: linear-gradient(180deg,var(--gold-bright),var(--gold));
  padding: .18rem .5rem; border-radius: 999px; align-self: center; margin-left: -.5rem;
}

.order-card {
  background: linear-gradient(180deg, rgba(216,165,74,.1), rgba(216,165,74,.02));
  border: 1px solid var(--line-strong); border-radius: 18px; padding: clamp(1.6rem,4vw,2.4rem);
  display: flex; flex-direction: column; justify-content: center; gap: 1.2rem; text-align: center;
}
.order-card h3 { font-size: 1.7rem; }
.order-card .phone {
  font-family: var(--font-display); font-size: clamp(1.8rem, 5vw, 2.7rem);
  color: var(--gold-bright); letter-spacing: .01em;
}
.order-card p { color: var(--cream-dim); font-size: .95rem; }
.chips { display: flex; gap: .6rem; flex-wrap: wrap; justify-content: center; }
.chip {
  font-size: .76rem; color: var(--cream-dim); border: 1px solid var(--line);
  border-radius: 999px; padding: .4rem .9rem; letter-spacing: .04em;
}

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 3rem 0 2.4rem; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: .7rem; }
.footer-brand .mark { height: 40px; width: auto; }
.footer-brand b { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: .04em; }
.footer-brand span { color: var(--gold); font-size: .58rem; letter-spacing: .4em; text-transform: uppercase; display: block; }
.footer-inner .muted { color: var(--cream-mute); font-size: .84rem; text-align: right; }
.footer-inner .muted a { color: var(--gold); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Menu divider (firminės picos) ---------- */
.menu-divider {
  display: flex; align-items: center; justify-content: center; gap: 1.3rem;
  margin: clamp(3rem, 6vw, 4.5rem) 0 clamp(1.8rem, 4vw, 2.8rem);
  text-align: center;
}
.menu-divider::before, .menu-divider::after {
  content: ""; height: 1px; width: min(20%, 150px);
  background: linear-gradient(90deg, transparent, var(--gold-deep));
}
.menu-divider::after { background: linear-gradient(90deg, var(--gold-deep), transparent); }
.menu-divider__label { display: flex; flex-direction: column; gap: .3rem; }
.menu-divider__label b {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: clamp(1.6rem, 4vw, 2.2rem); color: var(--gold-bright); line-height: 1;
}
.menu-divider__label span {
  font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; color: var(--cream-mute);
}

/* Subtle premium treatment for signature pizzas */

/* ---------- Extras (priedai / gerimai) ---------- */
.extras {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 2rem);
  margin-top: clamp(2.8rem, 6vw, 4rem);
}
.extra-card {
  background: linear-gradient(180deg, rgba(244,232,211,.04), rgba(244,232,211,.01));
  border: 1px solid var(--line); border-radius: 18px;
  padding: clamp(1.4rem, 3vw, 2rem);
}
.extra-card__head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding-bottom: 1rem; margin-bottom: .5rem; border-bottom: 1px solid var(--line-strong);
}
.extra-card__head h3 { font-size: 1.55rem; }
.extra-card__sizes {
  font-size: .66rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); font-weight: 800; white-space: nowrap;
}
.extra-item { padding: 1rem 0; border-bottom: 1px dashed var(--line); }
.extra-item:last-child { border-bottom: 0; padding-bottom: 0; }
.extra-item__top { display: flex; align-items: baseline; justify-content: space-between; gap: 1.2rem; }
.extra-item__label { font-family: var(--font-display); font-size: 1.08rem; color: var(--cream); }
.extra-item__label small { font-family: var(--font-body); color: var(--cream-mute); font-size: .78rem; letter-spacing: .02em; }
.extra-item__price {
  font-family: var(--font-display); font-size: 1.05rem; color: var(--gold-bright);
  white-space: nowrap; font-variant-numeric: tabular-nums;
}
.extra-item__desc { color: var(--cream-mute); font-size: .86rem; line-height: 1.55; margin-top: .35rem; }

/* ---------- Delivery modal ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open { display: grid; place-items: center; padding: 1.2rem; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(10,6,3,.74); backdrop-filter: blur(5px); }
.modal__card {
  position: relative; width: min(94vw, 430px);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(216,165,74,.12), transparent 60%),
    linear-gradient(180deg, #241811, #191007);
  border: 1px solid var(--line-strong); border-radius: 22px;
  padding: 2.4rem 1.8rem 2rem; text-align: center;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.9);
  animation: pop .28s var(--ease);
}
@keyframes pop { from { opacity: 0; transform: translateY(14px) scale(.97); } }
@media (prefers-reduced-motion: reduce) { .modal__card { animation: none; } }
.modal__card .mark { height: 54px; width: auto; margin: 0 auto .8rem; }
.modal__card h3 { font-size: 1.6rem; }
.modal__card p { color: var(--cream-dim); font-size: .94rem; margin-top: .4rem; }
.modal__close {
  position: absolute; top: .7rem; right: .7rem; width: 38px; height: 38px;
  display: grid; place-items: center; border-radius: 50%;
  background: rgba(244,232,211,.06); border: 1px solid var(--line); color: var(--cream-dim);
  transition: color .2s, background .2s;
}
.modal__close:hover { color: var(--gold-bright); background: rgba(244,232,211,.1); }
.deliv-list { display: grid; gap: .8rem; margin-top: 1.5rem; }
.deliv {
  display: flex; align-items: center; justify-content: center; gap: .6rem;
  padding: 1.05rem 1rem; border-radius: 14px; font-weight: 800; font-size: 1.06rem;
  letter-spacing: .01em; transition: transform .18s var(--ease), filter .2s;
}
.deliv:hover { transform: translateY(-2px); filter: brightness(1.06); }
.deliv--wolt { background: #00C2E8; color: #ffffff; }
.deliv--bolt { background: #34D186; color: #08331f; }
.deliv small { font-weight: 600; opacity: .85; font-size: .78rem; }
.modal__note { margin-top: 1.1rem; font-size: .8rem; color: var(--cream-mute); }
.modal__note a { color: var(--gold); }

@media (max-width: 720px) { .extras { grid-template-columns: 1fr; } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { order: -1; max-width: 460px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-photos { max-width: 500px; }
  .menu-grid { grid-template-columns: 1fr; gap: 0; }
  .review-grid { grid-template-columns: 1fr; }
  .nav-links {
    position: fixed; inset: 60px 0 auto 0; flex-direction: column; gap: 0;
    background: rgba(19,12,6,.98); border-bottom: 1px solid var(--line-strong);
    padding: .5rem 0; transform: translateY(-130%); transition: transform .3s var(--ease);
  }
  .nav-links.open { transform: none; }
  .nav-links a { padding: .95rem 1.2rem; width: 100%; }
  .nav-links .nav-cta { margin: .6rem 1.2rem; }
  .nav-toggle { display: block; }
}
@media (max-width: 480px) {
  .hero-meta { gap: .8rem 1rem; }
  .footer-inner .muted { text-align: left; }
}
