/* ==========================================================================
   Przy Stole — paleta i typografia zdjęte z karty menu restauracji
   ========================================================================== */

:root {
  /* --- kolory z karty menu --- */
  --green-900: #122c22;
  --green-800: #1a3d31;   /* tło ciemnych sekcji (zielone strony menu) */
  --green-700: #234e3e;
  --green-600: #2f6650;
  --green-400: #6f9481;

  --cream:     #fbe4cb;   /* tło jasnych stron menu */
  --cream-lt:  #fdf1e3;
  --cream-dp:  #f4d5b4;

  --coral:     #e0563d;   /* blok „Menu dla dzieci" i pasek lemoniad */
  --coral-lt:  #ec6f52;
  --coral-dk:  #c34526;

  --gold:      #f6e7d1;
  --ink:       #16281f;
  --ink-soft:  #3d5548;
  --ink-faint: #7d8f83;

  --line:      rgba(22, 40, 31, .14);
  --line-lt:   rgba(246, 231, 209, .18);

  --shadow-sm: 0 4px 18px -8px rgba(18, 44, 34, .3);
  --shadow-md: 0 24px 60px -28px rgba(18, 44, 34, .45);
  --shadow-lg: 0 44px 100px -34px rgba(18, 44, 34, .55);

  /* --- typografia --- */
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Jost", system-ui, -apple-system, "Segoe UI", sans-serif;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --t-fast: .2s;
  --t-base: .35s;

  --pad: clamp(1.15rem, 5vw, 5rem);
  --maxw: 1240px;
  --sec: clamp(4.5rem, 9vw, 8.5rem);
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
}

/* --------------------------------------------------------- reset / bazowe */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(1rem, .96rem + .2vw, 1.075rem);
  line-height: 1.68;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.1; margin: 0; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
::selection { background: var(--coral); color: #fff; }

.wrap { width: min(100% - var(--pad) * 2, var(--maxw)); margin-inline: auto; }
.section { padding-block: var(--sec); position: relative; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--green-800); color: var(--gold); padding: .8rem 1.2rem; border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { left: 0; }

:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 4px; }

/* ------------------------------------------------------------ tło w pasy */
/* Sygnaturowe ukośne pasy z karty menu — szerokie i o minimalnym kontraście,
   żeby były tłem, nie hałasem. Świadomie TYLKO w sekcjach .section--dark
   (Atuty, Ogród, Kontakt) — nie w hero, nie w stopce, nie na kartach. */
.section--dark {
  --stripe: rgba(255, 255, 255, .028);
  background-color: var(--green-800);
  background-image: repeating-linear-gradient(
    -45deg, var(--stripe) 0 62px, transparent 62px 118px);
  color: var(--gold);
}
.section--dark p { color: rgba(246, 231, 209, .8); }

/* ---------------------------------------------------- ornamenty roślinne */
.orn {
  fill: none; stroke: currentColor; stroke-width: 1.15;
  stroke-linecap: round; stroke-linejoin: round;
  pointer-events: none;
}
.flourish {
  display: block; width: clamp(120px, 16vw, 190px); height: auto;
  margin: 1.2rem auto 0; color: var(--green-600); opacity: .55;
  fill: none; stroke: currentColor; stroke-width: 1.15;
  stroke-linecap: round; stroke-linejoin: round;
}
.flourish--light { color: var(--cream-dp); opacity: .5; }
.orn-corner {
  position: absolute; pointer-events: none; z-index: 0;
  fill: none; stroke: currentColor; stroke-width: 1.15;
  stroke-linecap: round; stroke-linejoin: round;
}

/* --- rozsiane kwiaty i gałązki: kolor akcentuje sekcję, leżą w tle ---
   Treść sekcji (.wrap) dostaje z-index:1, więc dekoracje nigdy nie
   przykrywają tekstu; siedzą w bocznych marginesach i rogach. */
main .wrap { position: relative; z-index: 1; }
.deco {
  position: absolute; pointer-events: none; z-index: 0; opacity: .42;
  fill: none; stroke: currentColor; stroke-width: 1.1;
  stroke-linecap: round; stroke-linejoin: round;
  transform-box: fill-box; transform-origin: center;
}
.deco--c  { color: var(--coral); }
.deco--g  { color: var(--green-600); }
.deco--cr { color: var(--cream-dp); }
.deco--soft { opacity: .26; }
@media (max-width: 900px) { .deco--edge { display: none; } }
@media (max-width: 620px) { .deco { display: none; } }

/* akcent kwiatowy w linii — widoczny też na mobile, dokłada koloru */
.bloom {
  display: inline-block; width: 1.05em; height: 1.05em; vertical-align: -.2em;
  fill: none; stroke: currentColor; stroke-width: 1.15;
  stroke-linecap: round; stroke-linejoin: round;
}
.bloom--c  { color: var(--coral); }
.bloom--cr { color: var(--cream-dp); }

/* ---------------------------------------------------------------- reveal */
html.js .reveal { opacity: 0; transform: translateY(26px); }
html.js .reveal.in {
  opacity: 1; transform: none;
  transition: opacity .85s var(--ease), transform .85s var(--ease);
  transition-delay: var(--d, 0s);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ------------------------------------------------------------ komponenty */
.eyebrow {
  font-size: .75rem; letter-spacing: .3em; text-transform: uppercase;
  font-weight: 500; color: var(--green-600);
  display: inline-flex; align-items: center; gap: .8em; margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 2.2rem; height: 1px; background: currentColor; opacity: .7; }
.eyebrow--light { color: var(--green-400); }

.section-title {
  font-size: clamp(1.85rem, 3.1vw, 2.85rem);
  line-height: 1.07; letter-spacing: -.015em;
  margin: 0 0 1.2rem;
}
.section-title em { font-style: italic; color: var(--coral); }
.section-title--light em { color: var(--cream-dp); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .85em 1.7em; border-radius: 999px; border: 1.5px solid transparent;
  font-family: var(--sans); font-weight: 500; font-size: .95rem; letter-spacing: .01em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform var(--t-fast) var(--ease), background var(--t-base) var(--ease),
              color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.btn--solid { background: var(--coral); color: #fff; box-shadow: 0 10px 30px -14px rgba(224, 86, 61, .9); }
.btn--solid:hover { background: var(--coral-dk); transform: translateY(-2px) scale(1.02); }
.btn--ghost { border-color: currentColor; color: inherit; }
/* hover: jawne kolory tła i tekstu — nie currentColor, bo zmiana color
   przekłamywała background (kremowy tekst na kremowym tle = niewidoczny) */
.btn--ghost:hover {
  background: var(--cream); border-color: var(--cream);
  color: var(--green-800); transform: translateY(-2px);
}
/* na jasnym tle (galeria) hover wypełnia się na ciemno, tekst jasny */
.gallery__foot .btn--ghost:hover {
  background: var(--green-800); border-color: var(--green-800); color: var(--cream);
}
.btn--sm { padding: .6em 1.2em; font-size: .88rem; }

/* Ghost button w nawigacji — biała ramka, czytelny hover */
.nav__actions .btn--ghost { border-color: var(--cream); color: var(--cream); }
.nav__actions .btn--ghost:hover { background: var(--cream); color: var(--green-800); }

.link { color: var(--coral); text-decoration: none; border-bottom: 1px solid rgba(224,86,61,.4); padding-bottom: 1px; }
.section--dark .link { color: var(--cream-dp); border-color: rgba(244,213,180,.4); }
.link:hover { border-color: currentColor; }

.frame { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--tall { aspect-ratio: 4 / 5; }
.frame--float { aspect-ratio: 4 / 3; }

/* ====================================================== PASEK OGŁOSZEŃ */
/* Siedzi wewnątrz .nav (position: fixed), więc nie przesuwa treści strony.
   Gdy w panelu jest wyłączony, build nie generuje go w ogóle. */
.promo {
  display: flex; align-items: center; justify-content: center; gap: .8rem;
  padding: .55rem var(--pad);
  background: var(--coral); color: var(--cream-lt);
  font-family: var(--sans); font-size: .82rem; line-height: 1.4;
  /* Zdejmuje górny padding .nav i oddaje go pod paskiem — dzięki --nav-pad
     działa też po zwężeniu nagłówka przy scrollu. */
  margin: calc(var(--nav-pad, 1.1rem) * -1) 0 var(--nav-pad, 1.1rem);
  transition: margin var(--t-base) var(--ease);
}
.promo[hidden] { display: none; }
.promo__text { margin: 0; text-align: center; }
.promo__link {
  color: inherit; font-weight: 600;
  text-underline-offset: .22em; text-decoration-thickness: 1px;
}
.promo__link:hover { text-decoration-thickness: 2px; }
.promo__close {
  flex: none; width: 1.7rem; height: 1.7rem;
  display: grid; place-items: center;
  border: 0; border-radius: 50%; cursor: pointer;
  background: transparent; color: inherit;
  font-size: 1.25rem; line-height: 1;
  transition: background var(--t-fast) var(--ease);
}
.promo__close:hover { background: rgba(253, 241, 227, .2); }

@media (max-width: 640px) {
  .promo { font-size: .76rem; padding-inline: .9rem; gap: .4rem; }
}

/* ============================================================== NAV */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  --nav-pad: 1.1rem;
  padding: var(--nav-pad) 0;
  transition: background var(--t-base) var(--ease), padding var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease);
}
.nav__inner {
  width: min(100% - var(--pad) * 2, 1400px); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.nav.scrolled {
  background: rgba(26, 61, 49, .88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  --nav-pad: .7rem; box-shadow: 0 12px 40px -22px rgba(0,0,0,.7);
}
.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--cream-lt); }
.brand__mark { width: 30px; height: 17px; fill: currentColor; flex: none; }
.brand__name { font-family: var(--serif); font-size: 1.32rem; letter-spacing: .01em; }
.nav__links { display: flex; gap: 1.9rem; }
.nav__links a {
  color: rgba(253, 241, 227, .82); text-decoration: none; font-size: .93rem; font-weight: 400;
  position: relative; padding-block: .3rem;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1.5px;
  background: var(--coral); transition: width var(--t-base) var(--ease);
}
.nav__links a:hover { color: #fff; }
.nav__links a:hover::after { width: 100%; }
.nav__actions { display: flex; align-items: center; gap: .8rem; }

.burger { display: none; background: none; border: 0; padding: .5rem; cursor: pointer; }
.burger span {
  display: block; width: 24px; height: 2px; background: var(--cream-lt); border-radius: 2px;
  transition: transform var(--t-base) var(--ease), opacity var(--t-fast) var(--ease);
}
.burger span + span { margin-top: 5px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 99;
  background: var(--green-800);
  display: flex; flex-direction: column; justify-content: center; gap: 2.5rem;
  padding: 6rem var(--pad) 3rem;
  opacity: 0; visibility: hidden; transform: translateY(-12px);
  transition: opacity var(--t-base) var(--ease), transform var(--t-base) var(--ease), visibility var(--t-base);
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu__links { display: flex; flex-direction: column; gap: .3rem; }
.mobile-menu__links a {
  font-family: var(--serif); font-size: clamp(1.8rem, 8vw, 2.6rem); color: var(--cream-lt);
  text-decoration: none; padding: .35rem 0; border-bottom: 1px solid var(--line-lt);
}
.mobile-menu__links a:hover { color: var(--cream-dp); }
.mobile-menu__foot { display: flex; flex-direction: column; gap: .7rem; color: var(--cream-lt); }

/* ============================================================== HERO */
.hero {
  position: relative;
  min-height: 100vh;   /* fallback dla starszych przeglądarek */
  min-height: 100svh;  /* jeden ekran, ale ROŚNIE gdy treść wyższa niż viewport
                          (krótkie ekrany laptopów) — nic się nie ucina */
  display: flex; flex-direction: column;
  justify-content: center; align-items: center; text-align: center;
  padding: 7rem var(--pad) 4.5rem; overflow: hidden; color: var(--cream-lt);
  background: var(--green-900);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
/* slajdy leżą na sobie; bez JS widać tylko pierwszy */
.hero__slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transform-origin: center 55%; opacity: 0;
}
.hero__slide.is-on { opacity: 1; }
/* miękkie przyciemnienie zamiast warstwy pasów: pion + delikatna winieta,
   bez widocznych krawędzi — elewacja restauracji jest bardzo jasna */
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(18,44,34,.78) 0%, rgba(18,44,34,.6) 48%, rgba(18,44,34,.74) 100%),
    radial-gradient(130% 95% at 50% 45%, rgba(18,44,34,0) 35%, rgba(18,44,34,.42) 100%);
}
.hero__grain {
  position: absolute; inset: -50%; z-index: 2; opacity: .04; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* --- ornamenty hero: gałązki „wrastają" w kadr z rogów --- */
.hero__orn {
  position: absolute; z-index: 3; pointer-events: none;
  color: var(--cream-dp); opacity: .42;
  fill: none; stroke: currentColor; stroke-width: 1.1;
  stroke-linecap: round; stroke-linejoin: round;
}
.hero__orn--tl { top: -2%;  left: -3%;  width: clamp(210px, 30vw, 430px); }
.hero__orn--br { right: -4%; bottom: -4%; width: clamp(230px, 33vw, 470px); }
.hero__orn--tr { top: 12%;  right: 6%;  width: clamp(80px, 10vw, 150px); opacity: .3; }
@media (max-width: 900px) {
  .hero__orn--tr { display: none; }
  .hero__orn--tl, .hero__orn--br { opacity: .3; }
}

.hero__content { position: relative; z-index: 5; max-width: 62rem; }

/* maski wierszy tytułu — tekst „wjeżdża" od dołu spod krawędzi wiersza.
   padding zapewnia miejsce na polskie ogonki i akcenty (ą, ę, Ó). */
.hline { display: block; overflow: hidden; padding: .1em 0 .12em; }
.hline > span { display: block; }
.hero__eyebrow {
  display: inline-block; font-size: .74rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--cream-dp); margin-bottom: 1.4rem;
}
.hero__title {
  font-size: clamp(2.1rem, 4.2vw, 3.6rem); font-weight: 400;
  line-height: 1.06; letter-spacing: -.02em; margin-bottom: 1.2rem;
  text-shadow: 0 2px 30px rgba(0,0,0,.35);
}
/* kursywa nachodzi pochyłym „y" na spację po niej — ujemny letter-spacing
   tytułu dobija resztę i „rozmowy i" skleja się w jedno. Dokładamy odrobinę
   oddechu z prawej, żeby odstęp przed „i" był widoczny. */
.hero__title em { font-style: italic; color: var(--cream-dp); margin-right: .12em; }
.hero__lead {
  max-width: 40rem; margin-inline: auto; font-size: clamp(1rem, 1.6vw, 1.18rem);
  color: rgba(253, 241, 227, .87);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 2rem; }

/* własna, matowa podkładka — liczby są czytelne na każdym slajdzie */
.hero__stats {
  position: relative; z-index: 5; margin-top: clamp(2.2rem, 5vw, 3.6rem);
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(1.4rem, 4.5vw, 3.4rem);
  padding: 1.15rem clamp(1.4rem, 4vw, 2.6rem);
  border: 1px solid rgba(246, 231, 209, .22); border-radius: var(--r-lg);
  background: rgba(18, 44, 34, .42);
  backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px);
}
.stat { display: flex; flex-direction: column; gap: .1rem; }
.stat strong { font-family: var(--serif); font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 500; color: #fff; }
.stat span { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(253,241,227,.82); }

.hero__scroll {
  position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%); z-index: 5;
  width: 1px; height: 44px; background: rgba(253,241,227,.25); overflow: hidden;
}
.hero__scroll span { display: block; width: 100%; height: 40%; background: var(--cream-dp); animation: scrollDot 2.2s var(--ease) infinite; }
@keyframes scrollDot { 0% { transform: translateY(-110%); } 60%, 100% { transform: translateY(260%); } }
@media (prefers-reduced-motion: reduce) { .hero__scroll span { animation: none; } }

/* ============================================================== STRIP */
.strip {
  background: var(--coral); color: #fff; overflow: hidden;
  padding: .95rem 0; border-block: 1px solid rgba(0,0,0,.06);
}
.strip__track {
  display: flex; align-items: center; gap: 2.2rem; width: max-content;
  animation: marquee 42s linear infinite;
}
.strip__track span { font-family: var(--serif); font-size: clamp(1rem, 1.8vw, 1.35rem); white-space: nowrap; }
.strip__track i { font-style: normal; opacity: .6; font-size: .8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .strip__track { animation: none; } }

/* ============================================================== O NAS */
.about__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center;
}
.about__text p { color: var(--ink-soft); max-width: 34rem; }
.about__list { margin-top: 1.8rem; display: grid; gap: .7rem; }
.about__list li {
  position: relative; padding-left: 1.7rem; color: var(--ink-soft); font-size: .98rem;
}
.about__list li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: .55rem; height: .55rem; border-radius: 50%; background: var(--coral);
}
.about__media { position: relative; }
.about__media .frame--tall { overflow: hidden; }
.about__media .parallax-img { height: 118%; margin-top: -9%; }
.frame--float {
  position: absolute; right: -6%; bottom: -12%; width: 52%;
  border: 8px solid var(--cream); box-shadow: var(--shadow-lg);
}

/* ============================================================== ATUTY */
.perks__head { max-width: 44rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.perks__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.perk {
  background: rgba(253, 241, 227, .055);
  border: 1px solid var(--line-lt); border-radius: var(--r-md);
  padding: 2rem 1.7rem;
  transition: transform var(--t-base) var(--ease), background var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease);
}
.perk:hover { transform: translateY(-5px); background: rgba(253,241,227,.09); box-shadow: var(--shadow-lg); }
.perk__ico {
  display: block; width: 34px; height: 34px; margin-bottom: 1.1rem;
  color: var(--cream-dp);
  fill: none; stroke: currentColor; stroke-width: 1.4;
  stroke-linecap: round; stroke-linejoin: round;
  transition: transform var(--t-base) var(--ease), color var(--t-base) var(--ease);
}
.perk:hover .perk__ico { transform: translateY(-2px) scale(1.06); color: var(--cream-lt); }
.perk h3 { font-size: 1.32rem; margin-bottom: .5rem; color: var(--cream-lt); }
.perk p { font-size: .95rem; margin: 0; }

/* ============================================================== MENU */
.menu { background: var(--cream-lt); }
.menu__head { text-align: center; max-width: 46rem; margin-inline: auto; }
.menu__head .eyebrow { justify-content: center; }
.menu__sub { color: var(--ink-soft); }

.menu__tabs {
  position: sticky; top: clamp(56px, 8vh, 74px); z-index: 40;
  display: flex; justify-content: center; gap: .35rem;
  width: fit-content; max-width: 100%;
  margin: clamp(2rem, 4vw, 3rem) auto clamp(2.5rem, 5vw, 3.5rem);
  padding: .4rem;
  background: rgba(253, 241, 227, .92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--line); border-radius: 999px;
  box-shadow: 0 14px 34px -20px rgba(18, 44, 34, .5);
}
.tab {
  background: transparent; border: 1.5px solid var(--line); border-radius: 999px;
  padding: .6em 1.5em; cursor: pointer; font-size: .93rem; font-weight: 400;
  color: var(--ink-soft);
  transition: background var(--t-base) var(--ease), color var(--t-base) var(--ease),
              border-color var(--t-base) var(--ease), transform var(--t-fast) var(--ease);
}
.tab:hover { border-color: var(--green-600); color: var(--green-800); }
.tab.is-active {
  background: var(--green-800); border-color: var(--green-800); color: var(--gold);
  transform: translateY(-1px);
}

/* --- kotwice do kategorii w aktywnym panelu --- */
.menu__anchors {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem;
  max-width: 780px; margin: -1.4rem auto clamp(2.5rem, 5vw, 3.5rem);
}
.manchor {
  display: inline-flex; align-items: center;
  padding: .4em 1.05em; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(253, 241, 227, .5);
  color: var(--ink-soft); text-decoration: none;
  font-size: .84rem; font-weight: 400; letter-spacing: .01em; white-space: nowrap;
  transition: background var(--t-base) var(--ease), color var(--t-base) var(--ease),
              border-color var(--t-base) var(--ease), transform var(--t-fast) var(--ease);
}
.manchor:focus-visible {
  background: var(--green-800); border-color: var(--green-800); color: var(--gold);
  transform: translateY(-1px); outline: none;
}

/* przełącznik Vege — filtruje dania, nie jest kotwicą */
.manchor--vege {
  cursor: pointer; font-weight: 500;
  color: var(--green-800); border-color: rgba(47, 102, 80, .4);
  background: rgba(47, 102, 80, .09);
}
.manchor--vege::before {
  content: "🌱"; margin-right: .4em; font-size: .9em; line-height: 1;
}
.manchor--vege.is-on {
  background: var(--green-700); border-color: var(--green-700); color: #fff;
}
.manchor--vege.is-on:focus-visible {
  background: var(--green-800); border-color: var(--green-800); color: #fff;
}

/* Hover tylko tam, gdzie jest prawdziwy kursor. Na telefonie :hover „przykleja
   się" po dotknięciu i trzyma się aż do tapnięcia gdzie indziej — przez to
   odklikany filtr Vege dalej wygląda na włączony. */
@media (hover: hover) {
  .manchor:hover {
    background: var(--green-800); border-color: var(--green-800); color: var(--gold);
    transform: translateY(-1px); outline: none;
  }
  .manchor--vege.is-on:hover {
    background: var(--green-800); border-color: var(--green-800); color: #fff;
  }
}

/* elementy odfiltrowane przez tryb Vege */
.mitem.is-filtered, .mcat.is-filtered, .manchor.is-filtered { display: none; }

.menu__panel { display: none; }
.menu__panel.is-active { display: block; animation: panelIn .5s var(--ease) both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .menu__panel.is-active { animation: none; } }

.mcat { margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.mcat__head {
  display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem;
  padding-bottom: 1.1rem; margin-bottom: 1.6rem; border-bottom: 2px solid var(--green-800);
}
.mcat__title {
  font-size: clamp(1.6rem, 2.9vw, 2.35rem); color: var(--green-800);
  letter-spacing: -.01em;
}
.mcat--compact .mcat__title {
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  padding-bottom: .8rem; margin-bottom: 1.1rem; border-bottom: 2px solid var(--green-800);
}
.mcat__note { font-size: .84rem; color: var(--ink-faint); margin: -.6rem 0 1rem; }
.mcat__pic {
  margin: 0; width: clamp(120px, 18vw, 190px); aspect-ratio: 1;
  border-radius: 50%; overflow: hidden; box-shadow: var(--shadow-md);
  border: 5px solid var(--cream);
}
.mcat__pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.mcat__pic:hover img { transform: scale(1.08); }
.mcat__pic--wide {
  width: 100%; aspect-ratio: 16 / 9; border-radius: var(--r-md); margin-top: 1.6rem; border-width: 0;
}

.mlist { display: grid; gap: .1rem; }
.mitem {
  display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: baseline;
  padding: .95rem 0; border-bottom: 1px solid var(--line);
  transition: background var(--t-fast) var(--ease);
}
.mitem:hover { background: rgba(26, 61, 49, .035); }
.mitem__body h4 {
  font-family: var(--sans); font-weight: 500; font-size: 1.02rem; color: var(--ink);
  letter-spacing: .005em; line-height: 1.4;
}
.mitem__body p { margin: .2rem 0 0; font-size: .88rem; color: var(--ink-faint); line-height: 1.5; max-width: 46rem; }
.mitem__price {
  font-family: var(--serif); font-weight: 500; font-size: 1.05rem; color: var(--green-700);
  white-space: nowrap;
}
.mlist--tight .mitem { padding: .75rem 0; }

.tag {
  display: inline-block; vertical-align: middle; margin-left: .45rem;
  font-family: var(--sans); font-weight: 400; font-size: .68rem; letter-spacing: .09em;
  text-transform: uppercase; color: var(--ink-faint);
  border: 1px solid var(--line); border-radius: 999px; padding: .12em .6em;
}
.tag--wege { color: var(--green-600); border-color: rgba(47, 102, 80, .35); background: rgba(47,102,80,.06); }

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

.mnote {
  margin-top: 1rem; padding: 1.6rem 1.8rem;
  background: var(--cream); border-radius: var(--r-md); border: 1px solid var(--line);
}
.mnote ul { display: grid; gap: .45rem; }
.mnote li { position: relative; padding-left: 1.3rem; font-size: .88rem; color: var(--ink-soft); }
.mnote li::before { content: "●"; position: absolute; left: 0; color: var(--coral); font-size: .6rem; top: .45em; }

.menu__cta {
  margin-top: clamp(3rem, 6vw, 4.5rem); text-align: center;
  padding: clamp(2.4rem, 5vw, 3.4rem); border-radius: var(--r-lg);
  background: var(--green-800); color: var(--gold);
  position: relative; overflow: hidden;
}
.menu__cta .orn-corner { color: var(--cream-dp); opacity: .22; width: 190px; left: -34px; bottom: -34px; }
.menu__cta .orn-corner--r { left: auto; right: -34px; bottom: -34px; transform: scaleX(-1); }
.menu__cta p { font-family: var(--serif); font-size: clamp(1.3rem, 2.6vw, 1.9rem); margin-bottom: 1.2rem; position: relative; z-index: 1; }
.menu__cta .btn { position: relative; z-index: 1; }
.kids__card > :not(.orn-corner) { position: relative; z-index: 1; }

/* --- pasek lemoniad (z karty napojów) --- */
.lemon-banner {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 3vw, 2.5rem);
  background: var(--coral); color: #fff;
  padding: clamp(1.4rem, 3.5vw, 2.2rem) clamp(1.4rem, 4vw, 2.8rem);
  border-radius: var(--r-lg); margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.lemon-banner__item { display: flex; align-items: center; gap: 1rem; }
.lemon-banner__ico { font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1; }
.lemon-banner__item h4 { font-family: var(--serif); font-size: clamp(1.05rem, 2.2vw, 1.45rem); font-weight: 500; }
.lemon-banner__meta { font-size: .78rem; opacity: .85; letter-spacing: .06em; }
.lemon-banner__item strong { margin-left: auto; font-family: var(--serif); font-size: clamp(1rem, 2.2vw, 1.4rem); font-weight: 500; white-space: nowrap; }

/* --- panel dla dzieci --- */
.kids { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.kids__card {
  background: var(--coral); color: #fff;
  padding: clamp(1.8rem, 4vw, 3rem); border-radius: var(--r-lg);
  position: relative; overflow: hidden;
}
.kids__card .orn-corner { color: #fff; opacity: .18; width: 150px; right: -46px; bottom: -46px; transform: scaleX(-1); }
.kids__title {
  font-size: clamp(1.7rem, 3vw, 2.35rem); margin-bottom: 1.4rem;
  padding-bottom: 1rem; border-bottom: 2px solid rgba(255,255,255,.35);
}
.mlist--kids .mitem { border-bottom-color: rgba(255,255,255,.28); }
.mlist--kids .mitem:hover { background: rgba(255,255,255,.07); }
.mlist--kids .mitem__body h4 { color: #fff; }
.mlist--kids .mitem__body p { color: rgba(255,255,255,.78); }
.mlist--kids .mitem__price { color: #fff; }
.kids__pic { margin: 0; }
.kids__pic img { border-radius: var(--r-lg); box-shadow: var(--shadow-md); width: 100%; }
.kids__pic figcaption { margin-top: 1rem; font-size: .9rem; color: var(--ink-faint); }

/* ============================================================== OGRÓD */
.garden__head { max-width: 46rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
/* Mozaika bez dziur: jawne wiersze i kolumny — 5 kafli wypełnia siatkę
   co do piksela, niezależnie od proporcji samych zdjęć. */
.garden__grid {
  display: grid; grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: clamp(180px, 21vw, 250px); gap: 1.1rem;
}
.gcard { margin: 0; display: flex; flex-direction: column; gap: .75rem; min-width: 0; }
.gcard--a { grid-column: 1 / 5; grid-row: 1 / 3; }
.gcard--b { grid-column: 5 / 7; grid-row: 1; }
.gcard--c { grid-column: 5 / 7; grid-row: 2; }
.gcard--d { grid-column: 1 / 4; grid-row: 3; }
.gcard--e { grid-column: 4 / 7; grid-row: 3; }

.gcard__media {
  display: block; flex: 1 1 auto; min-height: 0;
  border-radius: var(--r-md); overflow: hidden;
}
.gcard img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gcard:hover img { transform: scale(1.05); }

/* podpis jako typografia strony (jak eyebrow), nie plakietka na zdjęciu */
.gcard figcaption {
  flex: none; display: flex; align-items: center; gap: .7em;
  font-size: .73rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--cream-dp); opacity: .78;
}
.gcard figcaption::before { content: ""; flex: none; width: 1.5rem; height: 1px; background: currentColor; }

/* ============================================================== PRZYJĘCIA */
.events__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.events__media { position: relative; }
.events__media .frame { aspect-ratio: 4 / 3; overflow: hidden; }
.events__media .parallax-img { height: 120%; margin-top: -10%; }
.events__media .frame--float { right: auto; left: -6%; bottom: -14%; width: 46%; aspect-ratio: 3 / 4; }
.events__text p { color: var(--ink-soft); }
.events__list { display: grid; gap: .8rem; margin-top: 1.6rem; }
.events__list li { padding-left: 1.7rem; position: relative; color: var(--ink-soft); font-size: .97rem; }
.events__list li strong { color: var(--ink); font-weight: 500; }
.events__list li::before {
  content: ""; position: absolute; left: 0; top: .6em;
  width: .55rem; height: .55rem; border-radius: 50%; background: var(--green-600);
}
.events__cta { margin-top: 2rem; display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.events__hint { font-size: .85rem; color: var(--ink-faint); }

/* ============================================================== GALERIA */
.gallery { background: var(--cream-lt); overflow: hidden; }
.gallery__head { text-align: center; margin-bottom: clamp(2.2rem, 4vw, 3rem); }
.gallery__head .eyebrow { justify-content: center; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
           mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee__track { display: flex; gap: 1rem; width: max-content; will-change: transform; }
.marquee__track figure {
  margin: 0; width: clamp(210px, 26vw, 340px); aspect-ratio: 3 / 4;
  border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm);
}
.marquee__track img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.marquee__track figure:hover img { transform: scale(1.07); }
.gallery__foot { text-align: center; margin-top: clamp(2rem, 4vw, 3rem); color: var(--green-800); }

/* ============================================================== OCENA */
.rating { padding-block: clamp(3rem, 6vw, 5rem); }
.rating__inner {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center;
  background: var(--cream-lt); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(2rem, 5vw, 3.2rem);
  box-shadow: var(--shadow-sm);
}
.rating__score { display: flex; flex-direction: column; align-items: center; gap: .45rem; text-align: center; }
.rating__score strong { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 3.8rem); font-weight: 500; color: var(--green-800); line-height: 1; }

/* 4 pełne gwiazdki + piąta wypełniona w 40% (ocena 4,4) */
.stars { display: block; width: clamp(104px, 13vw, 132px); height: auto; }
.stars use { fill: var(--coral); }
.stars use.is-partial { fill: url(#starPartial); }

.rating__meta {
  display: inline-flex; align-items: center; gap: .45em;
  font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint);
}
.g-mark { width: 1em; height: 1em; flex: none; font-size: 1.05rem; }
.g-mark--btn { font-size: 1.1rem; margin-right: .1em; }
.g-mark use { stroke: none; }
.rating__text p { color: var(--ink-soft); max-width: 40rem; }

/* --- ściana opinii (prawdziwe opinie z Google, nieskończony loop CSS) --- */
.wall__head { text-align: center; margin: clamp(3rem, 6vw, 4.5rem) auto clamp(1.8rem, 4vw, 2.6rem); }
.wall__head .eyebrow { justify-content: center; }
.wall__title { font-size: clamp(1.6rem, 2.8vw, 2.15rem); color: var(--green-800); }
.wall__title em { font-style: italic; color: var(--coral); }
.g-mark--title { font-size: .8em; vertical-align: -.02em; }

.wall {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  height: clamp(420px, 58vh, 620px); overflow: hidden;
  width: min(100% - var(--pad) * 2, var(--maxw)); margin-inline: auto;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}
/* gap tylko wewnątrz pętli (+ padding na dole) — dzięki temu translateY(-50%)
   trafia dokładnie w punkt sklejenia i pętla nie „dryfuje" */
.wall__col { display: flex; flex-direction: column; animation: wallUp var(--dur, 50s) linear infinite; }
.wall__col:nth-child(even) { animation-name: wallDown; }
.wall__loop { display: flex; flex-direction: column; gap: 1rem; padding-bottom: 1rem; }
@keyframes wallUp   { from { transform: translateY(0); }    to { transform: translateY(-50%); } }
@keyframes wallDown { from { transform: translateY(-50%); } to { transform: translateY(0); } }
.wall:hover .wall__col { animation-play-state: paused; }

.rev {
  position: relative; margin: 0; background: var(--cream-lt); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 1.4rem 1.5rem; box-shadow: var(--shadow-sm);
}
.rev__g { position: absolute; top: 1.2rem; right: 1.3rem; width: 15px; height: 15px; opacity: .85; }
.rev__g use { stroke: none; }
.rev p { margin: 0 0 1.1rem; font-size: .92rem; line-height: 1.6; color: var(--ink-soft); padding-right: 1.4rem; }
.rev footer { display: flex; align-items: center; gap: .7rem; }
.rev__ava {
  width: 2.2rem; height: 2.2rem; flex: none; border-radius: 50%;
  object-fit: cover; background: var(--cream-dp);
}
.rev__ava--txt {
  display: grid; place-items: center; background: var(--green-800); color: var(--gold);
  font-size: .78rem; font-weight: 500; letter-spacing: .04em;
}
.rev__who { display: flex; flex-direction: column; line-height: 1.3; }
.rev__who strong { font-weight: 500; font-size: .9rem; color: var(--ink); }
.rev__who span { font-size: .76rem; color: var(--ink-faint); }

@media (prefers-reduced-motion: reduce) {
  .wall { height: auto; overflow: visible; -webkit-mask-image: none; mask-image: none; }
  .wall__col { animation: none; }
  .wall__loop[aria-hidden="true"] { display: none; }
}

/* ============================================================== KONTAKT */
.contact__head { margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.contact__info { display: grid; gap: 1.9rem; }
.cblock h3 {
  font-family: var(--sans); font-weight: 500; font-size: .76rem; letter-spacing: .24em;
  text-transform: uppercase; color: var(--green-400); margin-bottom: .55rem;
}
.cblock p { margin: 0 0 .5rem; color: var(--cream-lt); font-size: 1.02rem; }
.cblock p a { text-decoration: none; border-bottom: 1px solid rgba(246,231,209,.3); }
.cblock p a:hover { border-color: var(--cream-dp); }
.cblock__note { font-size: .82rem; color: rgba(246,231,209,.55); display: block; }
.chiplist { display: flex; flex-wrap: wrap; gap: .45rem; }
.chiplist li {
  font-size: .82rem; padding: .35em .95em; border-radius: 999px;
  border: 1px solid var(--line-lt); color: rgba(246,231,209,.85);
}
.map {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 4 / 3; box-shadow: var(--shadow-lg); background: var(--green-900);
}
.map iframe { width: 100%; height: 100%; border: 0; display: block; pointer-events: none; filter: saturate(.9); }
.map.is-active iframe { pointer-events: auto; }
.map__overlay {
  position: absolute; inset: 0; border: 0; cursor: pointer;
  background: rgba(18, 44, 34, .45); backdrop-filter: blur(1px);
  color: var(--cream-lt); font-size: .95rem; letter-spacing: .04em;
  display: grid; place-items: center;
  transition: opacity var(--t-base) var(--ease);
}
.map__overlay span { border: 1px solid var(--line-lt); border-radius: 999px; padding: .7em 1.4em; background: rgba(18,44,34,.55); }
.map.is-active .map__overlay { opacity: 0; visibility: hidden; }

/* ============================================================== STOPKA */
.footer {
  background: var(--green-900); color: rgba(246,231,209,.75);
  padding: clamp(3rem, 6vw, 4.5rem) 0 1.6rem;
  position: relative; overflow: hidden;
}
.footer .orn-corner {
  color: var(--cream-dp); opacity: .12;
  width: clamp(180px, 24vw, 330px); right: -40px; bottom: -50px; transform: scaleX(-1);
}
.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2.5rem; position: relative; z-index: 1; }
.footer__bar { position: relative; z-index: 1; }
.footer__brand .brand__mark { width: 34px; height: 19px; fill: var(--cream-dp); }
.footer__brand .brand__name { font-family: var(--serif); font-size: 1.6rem; color: var(--cream-lt); display: block; margin: .4rem 0 .8rem; }
.footer__brand p { font-size: .92rem; margin: 0; }
.footer__nav, .footer__contact { display: grid; gap: .55rem; align-content: start; }
.footer__nav a, .footer__contact a { text-decoration: none; font-size: .93rem; }
.footer__nav a:hover, .footer__contact a:hover { color: var(--cream-dp); }
.footer__bar {
  margin-top: 2.8rem; padding-top: 1.4rem; border-top: 1px solid var(--line-lt);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; font-size: .82rem;
}
.footer__bar a { color: var(--cream-dp); }

/* --- krótkie ekrany laptopów (wysokość < 820px, np. 1366×768 / 1920×1080
   z paskiem zakładek): hero się zagęszcza, żeby zmieścić się w jednym ekranie
   bez ucinania eyebrow pod navem ani statystyk na dole --- */
@media (min-width: 681px) and (max-height: 820px) {
  .hero { padding-top: 5.5rem; padding-bottom: 2.75rem; }
  .hero__eyebrow { margin-bottom: .9rem; }
  .hero__title { font-size: clamp(2rem, 3.4vw, 2.9rem); margin-bottom: .85rem; }
  .hero__lead { font-size: clamp(.95rem, 1.3vw, 1.05rem); }
  .hero__actions { margin-top: 1.4rem; }
  .hero__stats { margin-top: 1.7rem; padding-block: .95rem; }
}
@media (min-width: 681px) and (max-height: 680px) {
  .hero__title { font-size: clamp(1.85rem, 3vw, 2.5rem); }
  .hero__stats { margin-top: 1.3rem; }
}

/* ============================================================== RESPONSYWNOŚĆ */
@media (max-width: 1040px) {
  .perks__grid { grid-template-columns: repeat(2, 1fr); }
  .garden__grid { grid-template-columns: repeat(4, 1fr); }
  .gcard--a { grid-column: 1 / 5; grid-row: 1 / 3; }
  .gcard--b { grid-column: 1 / 3; grid-row: 3; }
  .gcard--c { grid-column: 3 / 5; grid-row: 3; }
  .gcard--d { grid-column: 1 / 3; grid-row: 4; }
  .gcard--e { grid-column: 3 / 5; grid-row: 4; }
}

@media (max-width: 900px) {
  .nav__links { display: none; }
  .burger { display: block; }
  .nav__actions .btn { display: none; }

  /* blur na stałym pasku = repaint co klatkę przy scrollu na mobile → ścinki.
     Solidne, bardziej kryjące tło daje ten sam efekt bez kosztu na GPU. */
  .nav.scrolled {
    background: rgba(26, 61, 49, .95);
    backdrop-filter: none; -webkit-backdrop-filter: none;
  }

  .about__grid, .events__grid, .contact__grid, .kids { grid-template-columns: 1fr; }
  .events__media { order: 2; }
  .mgrid2 { grid-template-columns: 1fr; }
  .rating__inner { grid-template-columns: 1fr; text-align: center; }
  .rating__score { align-items: center; }
  .rating__text .btn { margin-inline: auto; }
  .wall { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }

  .frame--float { position: static; width: 100%; margin-top: 1rem; border-width: 0; aspect-ratio: 16/9; }
  .events__media .frame--float { width: 100%; aspect-ratio: 16/9; }
  .about__media .parallax-img, .events__media .parallax-img { height: 100%; margin-top: 0; }
}

@media (max-width: 680px) {
  .perks__grid { grid-template-columns: 1fr; }
  .garden__grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gcard, .gcard--a, .gcard--b, .gcard--c, .gcard--d, .gcard--e { grid-column: 1; grid-row: auto; }
  .gcard__media { aspect-ratio: 4 / 3; flex: none; }
  .lemon-banner { grid-template-columns: 1fr; }
  .wall { grid-template-columns: 1fr; height: clamp(380px, 62vh, 520px); }
  .footer__grid { grid-template-columns: 1fr; }

  .mcat__head { grid-template-columns: 1fr; gap: 1.1rem; }
  .mcat__pic { width: 100%; aspect-ratio: 16 / 9; border-radius: var(--r-md); border-width: 0; order: -1; }

  .mitem { grid-template-columns: 1fr; gap: .25rem; }
  .mitem__price { justify-self: start; }

  /* pełnej szerokości — wszystkie 4 kategorie widoczne naraz (siatka 2×2), bez przewijania */
  .menu__tabs {
    display: grid; grid-template-columns: 1fr 1fr; gap: .5rem;
    width: 100%; max-width: none; justify-content: stretch;
    overflow: visible;
    padding: .7rem .9rem; border: 0; border-radius: 0;
    background: var(--cream-lt); backdrop-filter: none; -webkit-backdrop-filter: none;
    box-shadow: 0 14px 18px -16px rgba(18, 44, 34, .55);
  }
  .tab { width: 100%; text-align: center; padding: .62em .7em; }

  .hero { min-height: 100svh; padding-top: 5rem; padding-bottom: 2.25rem; }
  .hero__eyebrow { margin-bottom: 1rem; font-size: .68rem; letter-spacing: .28em; }
  .hero__title { font-size: clamp(1.7rem, 7.2vw, 2.25rem); margin-bottom: 1rem; }
  .hero__lead { font-size: .94rem; max-width: 30rem; }
  .hero__actions { margin-top: 1.5rem; }
  .hero__stats {
    margin-top: 1.7rem; gap: .7rem 1.5rem; padding: .7rem 1.1rem;
    /* bez blur — solidniejsze tło zamiast backdrop-filter (wydajność na mobile) */
    background: rgba(18, 44, 34, .58);
    backdrop-filter: none; -webkit-backdrop-filter: none;
  }
  .stat strong { font-size: 1.25rem; }
  .stat span { font-size: .64rem; letter-spacing: .14em; }
}
