/* =============================================================================
   PYK ŁYK — WERSJA: RUSTYKALNY GLAM
   Koncept: wesele w stodole / plenerze o złotej godzinie. Ciepłe drewno,
   szałwiowa zieleń, krem, mosiądz. Botaniczne linie, odręczny akcent (Caveat),
   girlandy światła. Serif DM Serif Display + Nunito Sans.
   Sygnatura: ręcznie rysowany botaniczny separator (sage) + girlanda światła.
   ============================================================================= */

:root {
  /* paleta rustykalno-glam */
  --cream:      #F5EFE3;
  --cream-2:    #EFE7D6;
  --surface:    #FCF8F0;
  --forest:     #2B3226;
  --walnut:     #392C20;
  --wood:       #6B4E37;
  --sage:       #6E7F5E;
  --sage-soft:  #8A9A79;
  --brass:      #C0985B;
  --brass-lite: #D8B983;
  --ink:        #2A241C;
  --muted-warm: #7A6F5C;
  --line-warm:  #E1D4BC;
  --crimson:    #E81A41;

  /* kontrakt bazowy (base.css + formularz) */
  --pl-accent:          var(--crimson);
  --pl-accent-contrast: #fff;
  --pl-text:            var(--ink);
  --pl-muted:           var(--muted-warm);
  --pl-bg:              var(--cream);
  --pl-surface:         var(--surface);
  --pl-border:          var(--line-warm);
  --pl-radius:          22px;
  --pl-radius-sm:       14px;
  --pl-input-bg:        #FFFDF8;
  --pl-input-border:    #DAC9AC;
  --pl-input-text:      var(--ink);
  --pl-font-head:       "DM Serif Display", Georgia, "Times New Roman", serif;
  --pl-font-body:       "Nunito Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  --sprig: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none' stroke='%236E7F5E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 54 C18 42 30 30 50 12'/%3E%3Cpath d='M22 38 c-8 -2 -12 -8 -12 -14 6 2 12 6 12 14z'/%3E%3Cpath d='M34 26 c-2 -8 2 -14 8 -16 2 6 -1 13 -8 16z'/%3E%3Cpath d='M28 32 c6 -2 12 0 15 5 -6 3 -12 2 -15 -5z'/%3E%3C/svg%3E");
}

body { background: var(--cream); color: var(--ink); }
::selection { background: var(--brass); color: #fff; }

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

/* ---------- Typografia / utilities ---------- */
.h2 { font-family: var(--pl-font-head); font-weight: 400; font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: .002em; color: var(--ink); }
.h2 .accent { color: var(--brass); font-style: italic; }
.lead { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: #574E40; font-weight: 400; }
.lead.center { max-width: 62ch; margin-inline: auto; }
.muted { color: var(--muted-warm); }
.accent { color: var(--brass); }

.kicker { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--pl-font-body);
  text-transform: uppercase; letter-spacing: .26em; font-size: .72rem; font-weight: 700; color: var(--sage); margin: 0 0 .9rem; }
.kicker::before { content: ""; width: 30px; height: 1px; background: linear-gradient(90deg, transparent, var(--brass)); }
/* wariant odręczny (Caveat) — sygnaturowy akcent */
.kicker--script { font-family: "Caveat", cursive; text-transform: none; letter-spacing: .01em;
  font-size: 1.5rem; font-weight: 700; color: var(--sage); }
.kicker--script::before { width: 26px; background: linear-gradient(90deg, transparent, var(--sage)); }

.section { padding: clamp(4.2rem, 8.5vw, 7.5rem) 0; position: relative; overflow: hidden; }
.sec-head { text-align: center; max-width: 820px; margin: 0 auto clamp(2.4rem, 5vw, 3.8rem); }
.sec-head.left { text-align: left; margin-inline: 0; }
.sec-head .kicker { justify-content: center; }
.sec-head.left .kicker { justify-content: flex-start; }

/* ---------- Botaniczny separator (sygnatura) ---------- */
.botsep { display: flex; align-items: center; justify-content: center; gap: .7rem; margin: 1rem auto 1.4rem;
  color: var(--sage); max-width: 320px; }
.botsep svg { width: 90px; height: auto; flex: 0 0 auto; }
.botsep span { height: 1px; flex: 1 1 auto; max-width: 70px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--brass) 70%, transparent)); }
.botsep span:last-child { background: linear-gradient(90deg, color-mix(in srgb, var(--brass) 70%, transparent), transparent); }
.botsep--left { justify-content: flex-start; margin-left: 0; }
.sec-head.left .botsep--left { margin: 1rem 0 1.4rem; }
[data-reveal] .botsep svg, .botsep svg { opacity: 0; transform: translateY(6px); animation: sprigIn .9s .2s ease forwards; }
@keyframes sprigIn { to { opacity: 1; transform: none; } }

/* ---------- Girlanda światła (sygnatura) ---------- */
.garland { position: relative; display: flex; align-items: flex-start; justify-content: space-between;
  gap: 2px; height: 34px; padding: 0 4%; pointer-events: none; }
.garland span { position: relative; width: 6px; height: 6px; border-radius: 50%; flex: 0 0 auto;
  background: var(--brass-lite); box-shadow: 0 0 6px 1px rgba(216,185,131,.7);
  animation: twinkle 3.4s ease-in-out infinite; }
.garland span::before { content: ""; position: absolute; left: 50%; top: -14px; width: 1px; height: 16px;
  background: linear-gradient(180deg, transparent, rgba(192,152,91,.5)); transform: translateX(-50%); }
/* delikatny łuk girlandy */
.garland span:nth-child(odd) { margin-top: 10px; }
.garland span:nth-child(3n) { margin-top: 4px; animation-delay: .5s; }
.garland span:nth-child(4n) { margin-top: 14px; animation-delay: 1.1s; }
.garland span:nth-child(5n) { margin-top: 7px; animation-delay: 1.7s; }
@keyframes twinkle { 0%,100% { opacity: .55; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.1); } }
.garland--hero { position: absolute; inset: 0 0 auto; z-index: 2; margin-top: 4.5rem; }
.garland--dark { max-width: 1200px; margin: 0 auto; opacity: .95; }
@media (prefers-reduced-motion: reduce) { .garland span { animation: none; } .botsep svg { animation: none; opacity: 1; transform: none; } }

/* ---------- Przyciski ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--pl-font-body); font-weight: 700; font-size: .96rem; letter-spacing: .01em;
  padding: .92rem 1.8rem; border-radius: 999px; transition: transform .18s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s; }
.btn--accent { background: var(--crimson); color: #fff; box-shadow: 0 12px 26px rgba(232,26,65,.26); }
.btn--accent:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(232,26,65,.36); filter: brightness(1.04); }
.btn--ghost { border: 1.5px solid var(--sage); color: var(--sage); background: transparent; }
.btn--ghost:hover { background: var(--sage); color: #fff; transform: translateY(-2px); }

.skip { position: fixed; left: -999px; top: 10px; z-index: 200; background: var(--sage); color: #fff; padding: .6rem 1rem; border-radius: 10px; }
.skip:focus { left: 12px; }

/* ---------- Telefon (mocno wyeksponowany) ---------- */
.phone { display: inline-flex; align-items: center; gap: .6rem; color: var(--wood);
  border: 1.5px solid var(--line-warm); border-radius: 999px; padding: .45rem .9rem; background: rgba(255,255,255,.5);
  transition: border-color .2s, background .2s, transform .2s, box-shadow .2s; }
.phone:hover { border-color: var(--brass); background: #fff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(107,78,55,.14); }
.phone__ico { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%;
  background: var(--crimson); color: #fff; flex: 0 0 auto; }
.phone__ico svg { stroke-width: 2; }
.phone__txt { display: flex; flex-direction: column; line-height: 1.05; }
.phone__label { font-size: .62rem; text-transform: uppercase; letter-spacing: .18em; color: var(--muted-warm); font-weight: 700; }
.phone__num { font-size: 1.02rem; font-weight: 800; letter-spacing: .01em; color: var(--ink); }
.phone--inline { margin-top: 1.3rem; }
.phone--big { margin: 1.6rem 0; padding: .6rem 1.4rem .6rem .6rem; background: #fff; box-shadow: 0 14px 34px rgba(107,78,55,.14); }
.phone--big .phone__ico { width: 48px; height: 48px; }
.phone--big .phone__num { font-size: 1.55rem; font-family: var(--pl-font-head); font-weight: 400; }

/* =============================================================================
   HEADER — przezroczysty nad ciemnym hero (logo-dark), kremowy sticky (logo-light)
   ============================================================================= */
.hdr { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .35s ease, box-shadow .35s, backdrop-filter .35s; }
.hdr__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.1rem 0; }
.hdr.is-scrolled { background: rgba(245,239,227,.92); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line-warm), 0 12px 30px rgba(107,78,55,.08); }
.hdr.is-scrolled .hdr__inner { padding: .65rem 0; }
.hdr__logo { position: relative; display: inline-flex; }
.hdr__logo-img { height: 46px; width: auto; transition: height .35s, opacity .3s; }
.hdr.is-scrolled .hdr__logo-img { height: 38px; }
.hdr__logo-img--light { position: absolute; inset: 0; opacity: 0; }
.hdr.is-scrolled .hdr__logo-img--dark { opacity: 0; }
.hdr.is-scrolled .hdr__logo-img--light { opacity: 1; }

.nav { display: flex; gap: .2rem; }
.nav__link { position: relative; padding: .5rem .8rem; font-size: .95rem; font-weight: 600; color: #F0E7D6; letter-spacing: .01em; transition: color .25s; }
.hdr.is-scrolled .nav__link { color: var(--ink); }
.nav__link::after { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .3rem; height: 2px; border-radius: 2px;
  background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform .3s cubic-bezier(.4,.7,.2,1); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }
.nav__link:hover, .nav__link.is-active { color: var(--brass-lite); }
.hdr.is-scrolled .nav__link:hover, .hdr.is-scrolled .nav__link.is-active { color: var(--wood); }

.hdr__actions { display: flex; align-items: center; gap: .9rem; }
.hdr:not(.is-scrolled) .phone { color: #F5EFE3; border-color: rgba(245,239,227,.35); background: rgba(43,50,38,.28); }
.hdr:not(.is-scrolled) .phone__num { color: #fff; }
.hdr:not(.is-scrolled) .phone__label { color: #E4D9C4; }
.hdr__cta { padding: .68rem 1.35rem; }
.burger { display: none; width: 46px; height: 46px; background: rgba(43,50,38,.25); border: 1.5px solid rgba(245,239,227,.4); border-radius: 12px; position: relative; }
.hdr.is-scrolled .burger { background: #fff; border-color: var(--line-warm); }
.burger span { position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 2px; background: #F5EFE3; transition: transform .3s, opacity .3s, background .3s; }
.hdr.is-scrolled .burger span { background: var(--wood); }
.burger span:nth-child(1){ top: 16px; } .burger span:nth-child(2){ top: 22px; } .burger span:nth-child(3){ top: 28px; }

/* =============================================================================
   HERO
   ============================================================================= */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(35,29,20,.86) 0%, rgba(43,35,24,.6) 45%, rgba(43,35,24,.25) 100%),
  linear-gradient(0deg, rgba(30,25,18,.9) 2%, transparent 42%),
  radial-gradient(120% 80% at 80% 15%, rgba(192,152,91,.22), transparent 60%); }
.hero__inner { position: relative; z-index: 3; padding-top: 8rem; padding-bottom: 3.5rem; }
.hero__kicker { color: var(--brass-lite); animation: rise .8s .1s both; }
.hero__kicker::before { background: linear-gradient(90deg, transparent, var(--brass-lite)); }
.hero__title { font-family: var(--pl-font-head); font-weight: 400; line-height: .92; margin: 0 0 1.3rem; }
.hero__title-main { display: block; color: #F7F1E6; font-size: clamp(3.4rem, 11vw, 7.6rem); animation: rise .9s .18s both; }
.hero__accent { display: block; font-family: "Caveat", cursive; font-weight: 700; color: var(--brass-lite);
  font-size: clamp(3.4rem, 13vw, 8.4rem); line-height: .7; margin-top: -.1em; margin-left: .15em; transform: rotate(-4deg);
  transform-origin: left; text-shadow: 0 6px 24px rgba(0,0,0,.25); animation: riseTilt .9s .32s both; }
.hero__sub { max-width: 47ch; font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: #EFE6D6; font-weight: 400; margin: 1.6rem 0 2rem; animation: rise .9s .42s both; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; animation: rise .9s .52s both; }
.hero .btn--ghost { border-color: var(--brass-lite); color: var(--brass-lite); }
.hero .btn--ghost:hover { background: var(--brass-lite); color: var(--walnut); }

.hero__stats { display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 4vw, 3.4rem); margin-top: clamp(2.4rem, 6vw, 4rem);
  padding-top: 2rem; border-top: 1px solid rgba(216,185,131,.3); }
.pl-stat { display: flex; flex-direction: column; }
.pl-stat__num { font-family: var(--pl-font-head); font-weight: 400; font-size: clamp(2.2rem, 4vw, 3.2rem); color: var(--brass-lite); line-height: 1; display: inline-flex; align-items: baseline; }
.pl-stat__suffix { color: var(--crimson); margin-left: 2px; }
.pl-stat__label { font-size: .82rem; letter-spacing: .03em; color: #DFD4C0; margin-top: .5rem; }

.hero__scroll { position: absolute; left: 50%; bottom: 22px; z-index: 4; transform: translateX(-50%); width: 26px; height: 42px; border: 1.5px solid rgba(216,185,131,.5); border-radius: 14px; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 3px; height: 7px; background: var(--brass-lite); border-radius: 2px; transform: translateX(-50%); animation: scroll 1.7s infinite; }
@keyframes scroll { 0%{opacity:0;transform:translate(-50%,0)} 40%{opacity:1} 80%{opacity:0;transform:translate(-50%,12px)} 100%{opacity:0} }
@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes riseTilt { from { opacity: 0; transform: translateY(26px) rotate(-4deg); } to { opacity: 1; transform: rotate(-4deg); } }

/* =============================================================================
   O NAS
   ============================================================================= */
.about { background: var(--cream); }
.about__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.ticks { margin: 1.6rem 0 0; display: grid; gap: .85rem; }
.ticks li { position: relative; padding-left: 2rem; color: #4E463A; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .15em; width: 20px; height: 20px; border-radius: 50%;
  background: var(--sage); box-shadow: 0 0 0 3px rgba(110,127,94,.16); }
.ticks li::after { content: ""; position: absolute; left: 6px; top: .45em; width: 8px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }

.frame { position: relative; border-radius: 26px; padding: 12px; background: var(--surface); border: 1px solid var(--line-warm); box-shadow: 0 30px 60px rgba(107,78,55,.16); }
.frame picture { aspect-ratio: 4/5; overflow: hidden; border-radius: 18px; }
.frame img { transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.frame:hover img { transform: scale(1.05); }
.frame__sprig { position: absolute; right: -14px; top: -14px; width: 74px; height: 74px; background: var(--sprig) center/contain no-repeat; opacity: .8; transform: rotate(12deg); }

/* Bary */
.bars { margin-top: clamp(4rem, 8vw, 6.5rem); }
.bars__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem, 3vw, 2.2rem); }
.barcard { position: relative; background: var(--surface); border: 1px solid var(--line-warm); border-radius: 26px; overflow: hidden;
  box-shadow: 0 16px 40px rgba(107,78,55,.10); transition: transform .35s, box-shadow .35s; }
.barcard:hover { transform: translateY(-8px); box-shadow: 0 30px 60px rgba(107,78,55,.2); }
.barcard__media { aspect-ratio: 16/11; overflow: hidden; }
.barcard__media img { transition: transform 1s ease; }
.barcard:hover .barcard__media img { transform: scale(1.06); }
.barcard__body { padding: 1.6rem 1.8rem 2rem; position: relative; }
.barcard__body::after { content: ""; position: absolute; right: 14px; bottom: 12px; width: 58px; height: 58px; background: var(--sprig) center/contain no-repeat; opacity: .26; transform: scaleX(-1); }
.barcard__name { font-family: var(--pl-font-head); font-size: 1.85rem; font-weight: 400; color: var(--ink); }
.barcard__tag { display: inline-block; font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; color: var(--sage);
  border: 1px solid rgba(110,127,94,.4); border-radius: 999px; padding: .28rem .75rem; margin: .5rem 0 .9rem; }
.barcard__body p { color: #5A5142; margin: 0; position: relative; z-index: 1; }

/* =============================================================================
   OFERTA
   ============================================================================= */
.offer { background: var(--cream-2); }
.inc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.pl-inc { background: var(--surface); border: 1px solid var(--line-warm); border-radius: 20px; padding: 1.7rem 1.4rem;
  box-shadow: 0 10px 26px rgba(107,78,55,.07); transition: transform .3s, box-shadow .3s; }
.pl-inc:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(107,78,55,.16); }
.pl-inc__icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; color: var(--sage);
  background: rgba(110,127,94,.12); border: 1px solid rgba(110,127,94,.22); margin-bottom: 1rem; }
.pl-inc__title { font-family: var(--pl-font-head); font-size: 1.45rem; font-weight: 400; margin-bottom: .3rem; color: var(--ink); }
.pl-inc__desc { font-size: .92rem; color: #5F5647; margin: 0; }

.offer__extras { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 1.4rem; }
.gift { display: flex; gap: 1.2rem; align-items: center; background: linear-gradient(120deg, rgba(110,127,94,.14), rgba(192,152,91,.14));
  border: 1px solid rgba(192,152,91,.32); border-radius: 22px; padding: 1.8rem; }
.gift__mark { flex: 0 0 auto; width: 56px; height: 56px; border-radius: 50%; background: var(--brass); position: relative; box-shadow: 0 0 0 6px rgba(192,152,91,.18); }
.gift__mark::before { content: "❦"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 1.5rem; }
.gift__title { font-family: var(--pl-font-head); font-size: 1.55rem; font-weight: 400; margin-bottom: .2rem; color: var(--ink); }
.gift p { margin: 0; color: #5A5142; }
.offer__note { background: var(--surface); border: 1px solid var(--line-warm); border-radius: 22px; padding: 1.8rem; display: flex; flex-direction: column; gap: .3rem; align-items: flex-start; box-shadow: 0 10px 26px rgba(107,78,55,.07); }
.offer__note strong { color: var(--ink); }
.offer__note .btn { margin-top: 1rem; }

/* =============================================================================
   MENU — „drewniana deska” (kremowy panel z ramką) + kropkowane leadery
   ============================================================================= */
.menu { background: var(--cream); }
.menu__board { background: var(--surface); border: 1px solid var(--line-warm); border-radius: 28px;
  padding: clamp(1.6rem, 4vw, 3rem); box-shadow: 0 24px 60px rgba(107,78,55,.12); position: relative; }
.menu__board::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(192,152,91,.28); border-radius: 20px; pointer-events: none; }
.pl-menu__tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.4rem; position: relative; }
.pl-menu__tab { background: transparent; border: 1.5px solid var(--line-warm); color: var(--wood); border-radius: 999px; padding: .58rem 1.3rem;
  font-family: var(--pl-font-body); font-weight: 700; letter-spacing: .02em; transition: all .25s; display: inline-flex; align-items: center; gap: .5rem; }
.pl-menu__count { font-size: .72rem; color: var(--muted-warm); border: 1px solid var(--line-warm); border-radius: 999px; padding: 0 .45rem; }
.pl-menu__tab:hover { border-color: var(--sage); color: var(--sage); }
.pl-menu__tab.is-active { background: var(--sage); border-color: var(--sage); color: #fff; }
.pl-menu__tab.is-active .pl-menu__count { border-color: rgba(255,255,255,.5); color: rgba(255,255,255,.85); }

.pl-menu__panel { display: none; animation: fade .5s both; }
.pl-menu__panel.is-active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.pl-menu__list { max-width: 860px; margin: 0 auto; display: grid; gap: .2rem; }
.pl-menu__item { display: flex; align-items: baseline; padding: .8rem .2rem; border-bottom: 1px solid rgba(192,152,91,.16); }
.pl-menu__name { flex: 0 0 auto; font-family: var(--pl-font-head); font-size: 1.4rem; font-weight: 400; color: var(--ink); }
.pl-menu__item::after { content: ""; order: 1; flex: 1 1 auto; min-width: 1.5rem; margin: 0 .8rem .42em; border-bottom: 1.5px dotted rgba(192,152,91,.5); }
.pl-menu__ing { order: 2; flex: 0 1 auto; max-width: 66%; text-align: right; font-size: .86rem; line-height: 1.45; color: var(--muted-warm); }

/* Pakiety */
.pkg-head { margin-top: clamp(4rem,8vw,6rem); }
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.pl-pkg { background: var(--surface); border: 1px solid var(--line-warm); border-radius: 24px; padding: 2rem 1.8rem;
  box-shadow: 0 14px 36px rgba(107,78,55,.09); transition: transform .35s, box-shadow .35s; }
.pl-pkg:hover { transform: translateY(-8px); box-shadow: 0 28px 56px rgba(107,78,55,.18); }
.pl-pkg__head { border-bottom: 1px solid var(--line-warm); padding-bottom: 1rem; margin-bottom: 1.2rem; }
.pl-pkg__name { font-family: var(--pl-font-head); font-size: 2.1rem; font-weight: 400; color: var(--wood); display: inline-flex; align-items: flex-start; }
.pl-pkg__badge { color: var(--crimson); font-size: 1.2rem; margin-left: 2px; }
.pl-pkg__drinks { display: grid; gap: 1rem; }
.pl-pkg__drink { display: flex; flex-direction: column; gap: .15rem; }
.pl-pkg__dname { font-weight: 700; color: var(--ink); letter-spacing: .01em; }
.pl-pkg__ding { font-size: .84rem; color: var(--muted-warm); }

/* =============================================================================
   GALERIA
   ============================================================================= */
.gallery { background: var(--cream-2); }
.gal-grid { columns: 3; column-gap: 1rem; }
.pl-gal__item { break-inside: avoid; margin-bottom: 1rem; border-radius: 18px; overflow: hidden; position: relative; border: 1px solid var(--line-warm); box-shadow: 0 10px 26px rgba(107,78,55,.1); }
.pl-gal__pic img { transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .5s; filter: saturate(1.02); }
.pl-gal__item:hover .pl-gal__pic img { transform: scale(1.06); filter: saturate(1.12) brightness(1.03); }
.pl-gal__item::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -60px 50px -40px rgba(43,35,24,.35); pointer-events: none; }

/* =============================================================================
   OPINIE — ciemna sekcja (forest) dla kontrastu + girlanda światła
   ============================================================================= */
.reviews { background: linear-gradient(180deg, var(--forest), #232A1F); color: #ECE6D5; padding-top: clamp(2.4rem, 5vw, 3.8rem); }
.reviews .kicker--script { color: var(--brass-lite); }
.reviews .h2 { color: #F6F1E4; }
.reviews .lead { color: #D6CFBD; }
.reviews .botsep { color: var(--sage-soft); }
.reviews .botsep span { background: linear-gradient(90deg, transparent, rgba(216,185,131,.6)); }
.reviews .botsep span:last-child { background: linear-gradient(90deg, rgba(216,185,131,.6), transparent); }
.rev-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.pl-review { background: rgba(255,255,255,.05); border: 1px solid rgba(216,185,131,.24); border-radius: 22px; padding: 2rem; position: relative; backdrop-filter: blur(2px); }
.pl-review::before { content: "“"; position: absolute; top: .1rem; right: 1.4rem; font-family: var(--pl-font-head); font-size: 5rem; color: rgba(216,185,131,.28); line-height: 1; }
.pl-review__stars { display: flex; gap: .18rem; color: var(--brass-lite); margin-bottom: 1rem; }
.pl-review__text { font-family: var(--pl-font-head); font-size: 1.32rem; font-weight: 400; font-style: italic; color: #F2ECDD; line-height: 1.5; margin: 0 0 1.3rem; }
.pl-review__author { display: flex; flex-direction: column; }
.pl-review__name { font-weight: 700; color: var(--brass-lite); letter-spacing: .01em; font-family: var(--pl-font-body); }
.pl-review__meta { font-size: .82rem; color: #C9C1AE; }
.rev-links { display: flex; gap: 1rem; justify-content: center; margin-top: 2.4rem; flex-wrap: wrap; }
.reviews .btn--ghost { border-color: var(--brass-lite); color: var(--brass-lite); }
.reviews .btn--ghost:hover { background: var(--brass-lite); color: var(--forest); }

/* =============================================================================
   FAQ
   ============================================================================= */
.faq { background: var(--cream); }
.faq__wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.faq__list { display: grid; gap: .8rem; }
.pl-faq__item { background: var(--surface); border: 1px solid var(--line-warm); border-radius: 18px; overflow: hidden; box-shadow: 0 8px 22px rgba(107,78,55,.06); transition: border-color .3s, box-shadow .3s; }
.pl-faq__item.is-open { border-color: var(--sage); box-shadow: 0 14px 30px rgba(107,78,55,.12); }
.pl-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left;
  background: none; border: none; color: var(--ink); padding: 1.25rem 1.5rem; font-family: var(--pl-font-body); font-size: 1.06rem; font-weight: 700; }
.pl-faq__icon { flex: 0 0 auto; color: var(--sage); transition: transform .35s; display: inline-flex; }
.pl-faq__item.is-open .pl-faq__icon { transform: rotate(180deg); }
.pl-faq__a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.pl-faq__a-inner { padding: 0 1.5rem 1.4rem; color: #5A5142; }
.pl-faq__a-inner p { margin: 0; }

/* =============================================================================
   KONTAKT
   ============================================================================= */
.contact { background: var(--cream-2); }
.contact__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.contact__list { margin: 1.4rem 0; display: grid; gap: .7rem; }
.contact__list li { color: #5A5142; }
.contact__list a { color: var(--wood); font-weight: 600; }
.contact__list a:hover { text-decoration: underline; text-underline-offset: 3px; color: var(--brass); }
.socials { display: flex; gap: .7rem; }
.social { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line-warm); color: var(--sage); background: var(--surface); transition: all .25s; }
.social:hover { background: var(--sage); color: #fff; border-color: var(--sage); transform: translateY(-3px); }
.contact__form { background: var(--surface); border: 1px solid var(--line-warm); border-radius: 26px; padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: 0 30px 60px rgba(107,78,55,.16); }

/* =============================================================================
   FOOTER — ciemny walnut
   ============================================================================= */
.footer { background: var(--walnut); color: #E7DDCB; border-top: 3px solid var(--brass); padding-top: 4rem; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer__brand img { height: 52px; width: auto; margin-bottom: 1rem; }
.footer__brand p { max-width: 34ch; font-size: .92rem; color: #C6BAA5; }
.footer__person { margin: .1rem 0 0; font-weight: 700; color: var(--brass-lite); letter-spacing: .01em; }
.footer__nav { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; align-content: start; }
.footer__nav a { color: #D8CDB9; font-size: .95rem; font-weight: 600; transition: color .2s; }
.footer__nav a:hover { color: var(--brass-lite); }
.footer__contact { display: flex; flex-direction: column; gap: .5rem; align-items: flex-start; }
.footer__phone { font-family: var(--pl-font-head); font-size: 1.8rem; font-weight: 400; color: var(--brass-lite); }
.footer__contact > a { color: #D8CDB9; }
.footer__contact .socials { margin-top: .6rem; }
.footer .social { background: rgba(255,255,255,.06); border-color: rgba(216,185,131,.3); color: var(--brass-lite); }
.footer .social:hover { background: var(--brass); color: var(--walnut); border-color: var(--brass); }
.footer__bar { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid rgba(216,185,131,.2); color: #B9AD98; font-size: .82rem; flex-wrap: wrap; }

/* =============================================================================
   MOBILNY PASEK AKCJI (telefon zawsze pod ręką)
   ============================================================================= */
.mobilebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; gap: .6rem; padding: .6rem .8rem calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(57,44,32,.95); backdrop-filter: blur(12px); border-top: 1px solid rgba(216,185,131,.3); }
.mobilebar a { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: .4rem; padding: .85rem; border-radius: 14px; font-weight: 800; font-size: .96rem; }
.mobilebar__call { background: var(--crimson); color: #fff; }
.mobilebar__ask { border: 1.5px solid var(--brass-lite); color: var(--brass-lite); }
.mobilebar__call .phone__ico { width: 22px; height: 22px; background: rgba(255,255,255,.2); }

/* =============================================================================
   RESPONSIVE
   ============================================================================= */
@media (max-width: 1024px) {
  .inc-grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid { grid-template-columns: 1fr; }
  .about__media { max-width: 460px; }
  .faq__wrap { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
  .gal-grid { columns: 2; }
  .pkg-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px); flex-direction: column; justify-content: center;
    gap: .3rem; background: var(--walnut); border-left: 3px solid var(--brass); padding: 2rem; transform: translateX(100%);
    transition: transform .4s cubic-bezier(.4,.7,.2,1); box-shadow: -30px 0 60px rgba(0,0,0,.35); }
  body.nav-open .nav { transform: none; }
  .nav__link { font-size: 1.5rem; font-family: var(--pl-font-head); font-weight: 400; color: #EFE6D6; padding: .5rem; }
  .hdr.is-scrolled .nav__link { color: #EFE6D6; }
  .nav__link::after { display: none; }
  .nav__link:hover, .nav__link.is-active { color: var(--brass-lite); }
  .hdr.is-scrolled .nav__link:hover, .hdr.is-scrolled .nav__link.is-active { color: var(--brass-lite); }
  .burger { display: block; }
  .hdr__cta { display: none; }
  .phone__txt { display: none; }
  .phone { padding: .45rem; }
  .phone__ico { width: 36px; height: 36px; }
  body.nav-open .burger span:nth-child(1){ transform: translateY(6px) rotate(45deg); background: #EFE6D6; }
  body.nav-open .burger span:nth-child(2){ opacity: 0; }
  body.nav-open .burger span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); background: #EFE6D6; }
  .bars__grid, .pkg-grid, .offer__extras, .rev-grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .mobilebar { display: flex; }
  main { padding-bottom: 4.8rem; }
  .pl-menu__item { flex-direction: column; align-items: flex-start; gap: .1rem; }
  .pl-menu__item::after { display: none; }
  .pl-menu__ing { max-width: 100%; text-align: left; }
}
@media (max-width: 560px) {
  .inc-grid { grid-template-columns: 1fr; }
  .gal-grid { columns: 1; }
  .hero__title-main { font-size: clamp(3rem, 17vw, 4.6rem); }
  .hero__accent { font-size: clamp(3.4rem, 22vw, 5.4rem); }
}
@media (max-width: 360px) {
  .pl-container { width: min(100% - 1.6rem, 1200px); }
  .hero__inner { padding-top: 7rem; }
}
