/* ==========================================================================
   ProEstetic Legnica - arkusz glowny
   Paleta: cieply ivory + espresso + przygaszony roz-wino + zloto (akcent)
   Mobile-first. Tokeny w :root, uzywamy wylacznie tokenow.
   ========================================================================== */

/* --- Czcionki self-host (woff2, subset latin + latin-ext) --- */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../assets/fonts/lora-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../assets/fonts/lora-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('../assets/fonts/lora-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('../assets/fonts/lora-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../assets/fonts/mulish-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../assets/fonts/mulish-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* --- Tokeny --- */
:root {
  /* kolory */
  --bg: #FBF8F4;          /* cieply ivory - tlo glowne */
  --bg-2: #F2EBE2;        /* sand - sekcje naprzemienne */
  --bg-3: #2A2320;        /* espresso - sekcje ciemne / stopka */
  --ink: #241F1C;         /* prawie czarny tekst */
  --ink-2: #5C534C;       /* tekst drugorzedny */
  --ink-inv: #F4EFE8;     /* tekst na ciemnym */
  --ink-inv-2: #C6BAAC;   /* drugorzedny na ciemnym */
  --brand: #8A5A5E;       /* przygaszony roz-wino - naglowki */
  --brand-2: #6E4448;     /* ciemniejszy - hover / tekst na jasnym */
  --gold: #B79A6B;        /* zloto - akcent dekoracyjny */
  --gold-2: #9C7F4F;      /* zloto ciemniejsze - tekst akcentowy */
  --line: #E5DBCF;        /* delikatne linie */
  --line-dark: rgba(244,239,232,0.16);

  /* typografia */
  --serif: 'Lora', Georgia, 'Times New Roman', serif;
  --sans: 'Mulish', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;

  /* rytm / odstepy */
  --wrap: 1160px;
  --wrap-narrow: 760px;
  --gap: clamp(1rem, 3vw, 1.75rem);
  --section-y: clamp(2.5rem, 6vw, 4.75rem);
  --radius: 4px;
  --radius-lg: 10px;

  /* cienie */
  --shadow-sm: 0 1px 2px rgba(42,35,32,0.05), 0 4px 14px rgba(42,35,32,0.05);
  --shadow-md: 0 6px 20px rgba(42,35,32,0.08), 0 20px 46px rgba(42,35,32,0.09);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* --- Reset lekki --- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  font-size: 1.0625rem;          /* 17px */
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--brand-2); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--brand); }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

::selection { background: var(--brand); color: #fff; }

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

/* --- Typografia naglowkow --- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.12; color: var(--brand); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.6rem); color: var(--ink); }
p { color: var(--ink); }
strong { color: var(--ink); font-weight: 700; }

/* --- Layout pomocniczy --- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.15rem, 5vw, 2.5rem); }
.section { padding-block: var(--section-y); }
/* offset kotwic pod przyklejona nawigacja */
section[id], [id="lips"] { scroll-margin-top: 84px; }
.section--sand { background: var(--bg-2); }
.section--dark { background: var(--bg-3); }
.section--dark h2 { color: var(--gold); }
.section--dark h3 { color: var(--ink-inv); }
.section--dark p { color: var(--ink-inv-2); }

.section-head { max-width: var(--wrap-narrow); margin-bottom: clamp(1.4rem, 3.5vw, 2.25rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 0.8rem; font-size: 1.125rem; }

/* kreski nad naglowkami usuniete na zyczenie - zostawiamy klase pusta na wypadek powrotu */
.rule { display: none; }

/* --- Przyciski --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: 0.95rem 1.9rem;
  font-family: var(--sans); font-weight: 600; font-size: 1rem; letter-spacing: .02em;
  border-radius: var(--radius);
  min-height: 48px;
  position: relative; overflow: hidden;
  transition: transform .3s var(--ease), background .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease);
  cursor: pointer;
}
.btn--primary { background: var(--brand); color: #fff; }
.btn--primary:hover { background: var(--brand-2); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1px var(--brand); color: var(--brand); }
.btn--gold { background: var(--gold); color: #2A2320; }
.btn--gold:hover { background: #c9ad81; color: #2A2320; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--block { width: 100%; }
/* shine na hover */
.btn--primary::after, .btn--gold::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-18deg); transition: left .6s var(--ease);
}
.btn--primary:hover::after, .btn--gold:hover::after { left: 130%; }

/* ==========================================================================
   NAWIGACJA
   ========================================================================== */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem clamp(1.15rem, 5vw, 2.5rem);
  transition: background .4s var(--ease), padding .4s var(--ease), box-shadow .4s var(--ease);
}
.nav.scrolled { background: rgba(251,248,244,0.92); backdrop-filter: blur(10px); padding-block: .7rem; box-shadow: 0 1px 0 var(--line); }
.nav__brand { font-family: var(--serif); font-size: 1.4rem; color: var(--ink); letter-spacing: .01em; }
.nav.at-top:not(.menu-open) .nav__brand,
.nav.at-top:not(.menu-open) .nav__link { color: var(--ink); }
.nav__brand b { font-weight: 600; font-style: italic; color: var(--brand); }
.nav__links { display: none; align-items: center; gap: 2rem; }
.nav__link { font-size: .95rem; font-weight: 600; color: var(--ink); position: relative; }
.nav__link::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 1px; background: var(--brand); transition: width .3s var(--ease); }
.nav__link:hover::after { width: 100%; }
.nav__cta { display: none; }

.nav__burger { display: inline-flex; flex-direction: column; gap: 5px; padding: 8px; width: 44px; height: 44px; align-items: center; justify-content: center; }
.nav__burger span { display: block; width: 24px; height: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s var(--ease); }
.nav.menu-open .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.menu-open .nav__burger span:nth-child(2) { opacity: 0; }
.nav.menu-open .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* menu mobilne */
.nav__panel {
  position: fixed; inset: 0; z-index: 55;
  background: var(--bg);
  display: flex; flex-direction: column; justify-content: center; gap: .4rem;
  padding: 2rem clamp(1.5rem, 8vw, 3rem);
  transform: translateX(100%); transition: transform .45s var(--ease);
  visibility: hidden;
}
.nav__panel.open { transform: translateX(0); visibility: visible; }
.nav__panel a { font-family: var(--serif); font-size: clamp(1.6rem, 7vw, 2.2rem); color: var(--ink); padding: .5rem 0; }
.nav__panel a:hover { color: var(--brand); padding-left: .5rem; }
.nav__panel .btn { margin-top: 1.5rem; }

@media (min-width: 940px) {
  .nav__links { display: flex; }
  .nav__cta { display: inline-flex; }
  .nav__burger { display: none; }
  .nav__panel { display: none; }
}

/* pasek postepu przewijania */
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: var(--gold); z-index: 70; }

/* plywajacy CTA na mobile */
.float-cta {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 50;
  display: flex; gap: .6rem;
  transform: translateY(150%); transition: transform .4s var(--ease);
}
.float-cta.show { transform: translateY(0); }
.float-cta .btn { flex: 1; box-shadow: var(--shadow-md); }
@media (min-width: 940px) { .float-cta { display: none; } }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  padding-top: 6rem; padding-bottom: 3rem;
  overflow: hidden;
  background:
    radial-gradient(1100px 700px at 78% 18%, #f7ece8 0%, transparent 60%),
    radial-gradient(900px 600px at 10% 90%, #efe6db 0%, transparent 55%),
    var(--bg);
}
/* powolna poswiata w tle */
.hero__glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero__glow span {
  position: absolute; border-radius: 50%; filter: blur(60px); opacity: .5;
  animation: drift 22s var(--ease) infinite alternate;
}
.hero__glow span:nth-child(1) { width: 42vw; height: 42vw; left: 55%; top: -8%; background: radial-gradient(circle, rgba(183,154,107,.35), transparent 70%); }
.hero__glow span:nth-child(2) { width: 38vw; height: 38vw; left: -8%; top: 40%; background: radial-gradient(circle, rgba(138,90,94,.22), transparent 70%); animation-delay: -6s; }
@keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(4%, 6%, 0) scale(1.12); } }

.hero__inner { position: relative; z-index: 2; display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: 1fr; align-items: center; width: 100%; }
.hero__stars { display: inline-flex; align-items: center; gap: .6rem; font-size: .92rem; color: var(--ink-2); margin-bottom: 1.4rem; }
.hero__stars b { color: var(--ink); font-weight: 700; }
.stars { color: var(--gold); letter-spacing: 2px; }

.hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(2.4rem, 6.4vw, 4.2rem); line-height: 1.1; color: var(--ink); letter-spacing: -0.01em;
}
.hero h1 em { font-style: italic; color: var(--brand); }
.hero__lead { margin-top: 1.4rem; font-size: clamp(1.05rem, 2.2vw, 1.24rem); max-width: 36ch; color: var(--ink); }
.hero__actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .85rem; }
.hero__micro { margin-top: 1.1rem; font-size: .9rem; color: var(--ink-2); }

/* wizual hero - miejsce na zdjecie */
.hero__media { position: relative; }
.media-ph {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background:
    linear-gradient(135deg, #efe3d8, #e4d3ca 55%, #d8c2bd);
  box-shadow: var(--shadow-md);
  display: grid; place-items: center; text-align: center;
  color: var(--brand-2);
}
.hero__media .media-ph { aspect-ratio: 4 / 5; }
.media-ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-ph__note {
  font-size: .82rem; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(110,68,72,.75); padding: .6rem 1rem; border: 1px dashed rgba(110,68,72,.4); border-radius: 4px;
  background: rgba(255,255,255,.35);
}
.hero__badge {
  position: absolute; left: -6%; bottom: 8%;
  background: #fff; border-radius: var(--radius-lg); padding: 1rem 1.2rem; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: .75rem; max-width: 230px;
}
.hero__badge svg { flex: none; }
.hero__badge b { font-family: var(--serif); color: var(--brand); font-size: 1.15rem; display: block; }
.hero__badge span { font-size: .82rem; color: var(--ink-2); line-height: 1.3; }

@media (min-width: 900px) {
  .hero__inner { grid-template-columns: 1.05fr .95fr; }
}

/* ==========================================================================
   PASEK ZAUFANIA (ticker)
   ========================================================================== */
.trust { background: var(--bg-3); color: var(--ink-inv); padding-block: 1.15rem; overflow: hidden; }
.trust__track { display: flex; gap: 3.5rem; width: max-content; animation: ticker 32s linear infinite; }
.trust:hover .trust__track { animation-play-state: paused; }
.trust__item { display: inline-flex; align-items: center; gap: .6rem; font-size: .95rem; color: var(--ink-inv-2); white-space: nowrap; letter-spacing: .02em; }
.trust__item svg { color: var(--gold); flex: none; }
.trust__item b { color: var(--ink-inv); font-weight: 700; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .trust__track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }

/* ==========================================================================
   DLA KOGO / KARTY
   ========================================================================== */
.cards { display: grid; gap: var(--gap); grid-template-columns: 1fr; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 940px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #e0cdbf; }
.card__ic { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--bg-2); color: var(--brand); margin-bottom: 1.1rem; transition: transform .35s var(--ease); }
.card:hover .card__ic { transform: rotate(-6deg) scale(1.06); }
.card h3 { margin-bottom: .5rem; }
.card p { font-size: 1rem; }

/* ==========================================================================
   ZABIEGI (oferta)
   ========================================================================== */
.treat { display: grid; gap: var(--gap); grid-template-columns: 1fr; }
@media (min-width: 620px) { .treat { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .treat { grid-template-columns: repeat(3, 1fr); } }

.treat__item {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.6rem 1.5rem 1.5rem; overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.treat__item::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); transform: scaleY(0); transform-origin: top; transition: transform .35s var(--ease); }
.treat__item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.treat__item:hover::before { transform: scaleY(1); }
.treat__item h3 { font-size: 1.2rem; margin-bottom: .5rem; display: flex; align-items: center; gap: .5rem; }
.treat__item p { font-size: .98rem; }
.treat__item .tag { position: absolute; top: 1.2rem; right: 1.2rem; font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-2); }

.signature {
  margin-top: var(--gap);
  background: linear-gradient(120deg, #322a26, #2A2320);
  color: var(--ink-inv); border-radius: var(--radius-lg); overflow: hidden;
  display: grid; grid-template-columns: 1fr; gap: 0;
}
.signature__body { padding: clamp(1.8rem, 4vw, 2.8rem); }
.signature__body h3 { color: var(--gold); font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: .8rem; }
.signature__body h3 sup { font-size: .5em; vertical-align: super; }
.signature__body p { color: var(--ink-inv-2); margin-bottom: 1.3rem; }
.signature__pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.signature__pills span { font-size: .85rem; padding: .35rem .9rem; border: 1px solid var(--line-dark); border-radius: 999px; color: var(--ink-inv); }
.signature__media { min-height: 240px; background: linear-gradient(135deg, #6E4448, #8A5A5E); position: relative; display: grid; place-items: center; overflow: hidden; }
.signature__media .media-ph__note { color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.4); background: rgba(0,0,0,.12); }
.signature__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 860px) {
  .signature { grid-template-columns: 1.3fr 1fr; }
}

/* ==========================================================================
   O MNIE
   ========================================================================== */
.about { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: 1fr; align-items: center; }
.about__media .media-ph { aspect-ratio: 4/5; max-width: 440px; }
.about__body h2 { margin-bottom: 1.2rem; }
.about__body p + p { margin-top: 1rem; }
.about__sign { margin-top: 1.5rem; font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--brand); }
.about__creds { margin-top: 1.8rem; display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.about__cred { border-top: 1px solid var(--line); padding-top: .8rem; }
.about__cred b { font-family: var(--serif); font-size: 1.9rem; color: var(--brand); display: block; line-height: 1; }
.about__cred span { font-size: .88rem; color: var(--ink-2); }
@media (min-width: 860px) { .about { grid-template-columns: .85fr 1.15fr; } }

/* ==========================================================================
   OPINIE (marquee)
   ========================================================================== */
.reviews-wrap { position: relative; display: flex; align-items: center; gap: .5rem; max-width: var(--wrap); margin: 0 auto; padding-inline: clamp(1.15rem, 5vw, 2.5rem); }
.reviews-viewport {
  flex: 1 1 auto; display: flex; gap: var(--gap); overflow-x: auto; align-items: stretch;
  padding: .4rem .2rem 1.2rem;
  scrollbar-width: thin; scrollbar-color: var(--line) transparent;
  overscroll-behavior-x: contain; cursor: grab;
}
.reviews-viewport:active { cursor: grabbing; }
.reviews-viewport:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; border-radius: 10px; }
.reviews-viewport::-webkit-scrollbar { height: 8px; }
.reviews-viewport::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.reviews-viewport::-webkit-scrollbar-track { background: transparent; }
.review {
  margin: 0; flex: 0 0 auto; width: min(340px, 82vw);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.5rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #e0cdbf; }
.review-head { display: flex; align-items: center; gap: .7rem; margin-bottom: .8rem; }
.review-avatar { flex: none; width: 42px; height: 42px; border-radius: 50%; background: var(--a, var(--brand)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 600; font-size: 1.15rem; text-transform: uppercase; }
.review-name { display: block; font-style: normal; font-weight: 700; color: var(--ink); font-size: .98rem; line-height: 1.2; }
.review .stars { color: var(--gold); letter-spacing: .1em; font-size: .95rem; margin-top: .15rem; }
.review-text { color: var(--ink); font-style: italic; margin: 0; }
.review-text.clamp { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.review-more { align-self: flex-start; margin-top: .55rem; background: none; border: 0; padding: 0; cursor: pointer; font: inherit; font-weight: 700; font-size: .9rem; color: var(--brand); border-bottom: 1px solid var(--gold); }
.review-more:hover { color: var(--brand-2); }
.reviews-arrow { flex: none; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; color: var(--brand); cursor: pointer; display: none; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), transform .15s var(--ease); }
.reviews-arrow:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.reviews-arrow:active { transform: scale(.92); }
.reviews-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.reviews-cta { text-align: center; margin-top: 1.4rem; }
@media (min-width: 760px) { .reviews-arrow { display: inline-flex; } }

/* Pasek IG - promocje na stories, wasko jak pasek zaufania pod hero, w kolorze marki */
.ig-band { background: var(--brand); padding-block: 1.15rem; }
.ig-band__inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1rem 1.6rem; }
.ig-band__text { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.05rem; color: var(--ink-inv); letter-spacing: .01em; }
.ig-band__icon { width: 26px; height: 26px; color: var(--ink-inv); flex: none; animation: floatY 5.5s var(--ease) infinite; }
.ig-band__btn { padding: .5rem 1.3rem; font-size: .85rem; }

/* ==========================================================================
   CENNIK / KONSULTACJA
   ========================================================================== */
.price {
  background: linear-gradient(120deg, #322a26, #2A2320);
  border-radius: var(--radius-lg); padding: clamp(2rem, 5vw, 3.5rem); text-align: center; color: var(--ink-inv);
}
.price h3 { color: var(--gold); margin-bottom: 1rem; }
.price p { color: var(--ink-inv-2); max-width: 52ch; margin-inline: auto; }
.price__actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .85rem; justify-content: center; }
.price__note { margin-top: 1.2rem; font-size: .85rem; color: var(--ink-inv-2); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; padding: 1.35rem 0; font-family: var(--serif); font-size: clamp(1.1rem, 2.2vw, 1.3rem); color: var(--ink); }
.faq__q:hover { color: var(--brand); }
.faq__ic { flex: none; width: 26px; height: 26px; position: relative; }
.faq__ic::before, .faq__ic::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--brand); }
.faq__ic::before { width: 14px; height: 2px; }
.faq__ic::after { width: 2px; height: 14px; transition: transform .3s var(--ease); }
.faq__item[aria-expanded="true"] .faq__ic::after { transform: translate(-50%,-50%) scaleY(0); }
.faq__a { overflow: hidden; height: 0; transition: height .35s var(--ease); }
.faq__a-inner { padding-bottom: 1.35rem; }
.faq__a p { font-size: 1.02rem; }

/* ==========================================================================
   KONTAKT
   ========================================================================== */
.contact { display: grid; gap: clamp(2rem, 5vw, 3rem); grid-template-columns: 1fr; }
@media (min-width: 860px) { .contact { grid-template-columns: 1fr 1fr; } }
.contact__info h2 { margin-bottom: 1.4rem; }
.contact__list { display: grid; gap: 1.2rem; margin-top: 1.5rem; }
.contact__row { display: flex; gap: .9rem; align-items: flex-start; }
.contact__row svg { flex: none; color: var(--brand); margin-top: 3px; }
.contact__row b { display: block; color: var(--ink); font-weight: 700; }
.contact__row span, .contact__row a { color: var(--ink-2); font-size: 1rem; }
.contact__actions { margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: .85rem; }
.contact { align-items: stretch; }
.contact__map { display: flex; }
.map-frame {
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line);
  width: 100%; min-height: 320px; box-shadow: var(--shadow-sm);
}
.map-frame iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }
.map-actions { margin-top: .9rem; text-align: center; }

/* ==========================================================================
   STOPKA
   ========================================================================== */
.footer { background: var(--bg-3); color: var(--ink-inv-2); padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.footer__top { display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .footer__top { grid-template-columns: 2fr 1fr 1fr; } }
.footer__brand { font-family: var(--serif); font-size: 1.5rem; color: var(--ink-inv); margin-bottom: .8rem; }
.footer__brand b { font-style: italic; color: var(--gold); font-weight: 600; }
.footer p { color: var(--ink-inv-2); font-size: .95rem; max-width: 40ch; }
.footer h4 { color: var(--ink-inv); font-family: var(--sans); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.footer a { color: var(--ink-inv-2); display: block; padding: .3rem 0; font-size: .95rem; }
.footer a:hover { color: var(--gold); }
.footer__bar { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between; align-items: center; font-size: .85rem; }
.footer__bar a { display: inline; }

/* ==========================================================================
   REVEAL na scroll (JS dokłada .in)
   ========================================================================== */
/* elementy chowane tylko gdy JS dziala (html.js). Bez JS - pelna widocznosc. */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
/* --- dodatkowe subtelne animacje (naturalne, nie "cyrk") --- */
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero__badge { animation: floatY 5.5s var(--ease) infinite; }

/* delikatny przesuwajacy sie polysk na miejscach na zdjecia - zeby nie byly "martwe" */
.media-ph { transition: transform .5s var(--ease); }
.media-ph::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 32%, rgba(255,255,255,.30) 50%, transparent 68%);
  transform: translateX(-120%); animation: sheen 6.5s var(--ease) infinite;
}
@keyframes sheen { 0% { transform: translateX(-120%); } 55%, 100% { transform: translateX(130%); } }
.hero__media:hover .media-ph, .about__media:hover .media-ph { transform: translateY(-4px) scale(1.012); }

/* elementy z parallaxem (JS ustawia transform) - transform nalezy do parallaxu,
   reveal na tych elementach robi tylko fade (bez translate), by sie nie bilo */
.js .parallax.reveal { transform: none; transition: opacity .7s var(--ease); }
.parallax { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__glow span, .hero__badge { animation: none; }
  .media-ph::after { display: none; }
  .parallax { transform: none !important; }
}

body.no-scroll { overflow: hidden; }
