/* ============================================================
   ZEN TOUCH — gabinet masażu Sylwii Mielewczyk, Gdynia Chylonia
   Seed: editorial-mono + minimal-luxe · hero offset-card ·
   Fraunces + Source Serif 4 · fx-mask + fx-split · ruch niski.
   Złoto z logo (#C9AC61) na ciepłej bieli, dużo powietrza,
   cienkie złote linie — cisza i elegancja, zero krzyku.
   ============================================================ */

:root {
  --font-heading: "Fraunces", Georgia, serif;
  --font-body: "Source Serif 4", Georgia, serif;
  --gold: #C9AC61;
  --gold-deep: #A88B43;
  --gold-soft: #E0CEA1;
  --wash: #F2EAD9;
  --ink: #221D14;
  --ink-2: #4A4438;
  --bg: #FBF9F4;
  --line: rgba(169, 139, 67, .28);
  --color-bg: var(--bg);
  --color-text: var(--ink-2);
  --color-heading: var(--ink);
  --color-accent: var(--gold-deep);
  --color-border: var(--line);
}

body { background: var(--bg); font-family: var(--font-body); color: var(--ink-2); }
h1, h2, h3 { font-family: var(--font-heading); color: var(--ink); font-weight: 600; letter-spacing: -.01em; }

/* --- HEADER (flex, bez backdrop-filter — containing block psuje panel menu) -- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 10px clamp(14px, 3.5vw, 36px);
  background: rgba(251, 249, 244, .985);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1px solid var(--gold-soft); }
.brand-name { font-family: var(--font-heading); font-weight: 600; font-size: clamp(17px, 4.4vw, 21px); color: var(--ink); white-space: nowrap; letter-spacing: .02em; }
.brand-tag { display: block; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: clamp(12px, 1.8vw, 24px); list-style: none; margin: 0; padding: 0; }
.site-nav a { font-size: 15px; color: var(--ink); opacity: .78; text-decoration: none; transition: opacity .2s, color .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { opacity: 1; color: var(--gold-deep); }
.site-nav a.nav-cta {
  opacity: 1; background: var(--ink); color: var(--bg); padding: 11px 22px; border-radius: 2px;
  font-size: 14px; letter-spacing: .06em; text-transform: uppercase; transition: background .2s;
}
.site-nav a.nav-cta:hover { background: var(--gold-deep); color: #fff; }

/* --- MENU MOBILNE: bazowy panel nav.open (scripts.js), pełna szerokość ------- */
.nav-toggle { display: none; border-color: var(--line); background: var(--bg); }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { background: var(--gold-deep); }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
@media (max-width: 1024px) {
  .nav-toggle { display: inline-flex; }
  nav[aria-label="Główna"] {
    position: fixed; left: 0; right: 0; top: var(--header-h, 66px); bottom: auto;
    justify-self: stretch; width: auto;
    display: block; background: var(--bg); border-bottom: 1px solid var(--line);
    padding: 6px 20px 20px; transform: translateY(-120%);
    transition: transform .28s ease; box-shadow: 0 18px 40px rgba(34, 29, 20, .14);
    z-index: 98; max-height: calc(100dvh - var(--header-h, 66px)); overflow-y: auto;
  }
  nav[aria-label="Główna"].open { transform: translateY(0); }
  .site-nav { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav li { width: 100%; }
  .site-nav a {
    display: flex; align-items: center; width: 100%; min-height: 52px;
    font-size: 17px; opacity: 1; border-bottom: 1px solid var(--line); padding: 0 4px;
  }
  .site-nav a.nav-cta {
    justify-content: center; margin-top: 14px; border-bottom: 0;
    background: var(--ink); color: var(--bg); border-radius: 2px; min-height: 50px;
  }
}
@media (prefers-reduced-motion: reduce) { nav[aria-label="Główna"] { transition: none; } }

/* --- SEKCJE / SIATKA REDAKCYJNA ---------------------------------------------- */
.section { padding-block: clamp(60px, 9.5vw, 116px); }
.section--wash { background: var(--wash); }
.section--ink { background: var(--ink); color: #E9E2D2; }
.section--ink h2, .section--ink h3 { color: #F6F1E4; }
.container { max-width: 1160px; margin-inline: auto; padding-inline: clamp(18px, 4vw, 40px); }
.sec-head { max-width: 640px; margin-bottom: clamp(30px, 5vw, 60px); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 16px; font-family: var(--font-body);
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.section--ink .eyebrow { color: var(--gold-soft); }
.sec-head h2 { font-size: clamp(28px, 4.4vw, 46px); line-height: 1.12; margin: 0 0 16px; }
.sec-head .lead { font-size: clamp(16px, 1.85vw, 18.5px); line-height: 1.7; margin: 0; color: var(--ink-2); }
.section--ink .sec-head .lead { color: rgba(233, 226, 210, .85); }

/* --- HERO: offset-card (seed) — pływająca karta na bloku koloru --------------- */
.hero-offset {
  position: relative; overflow: hidden;
  padding: clamp(108px, 15vh, 156px) 0 clamp(48px, 7vw, 88px);
}
.hero-offset::before {
  /* blok koloru, na który "wpływa" karta zdjęcia */
  content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 44%;
  background: var(--wash); border-left: 1px solid var(--line);
}
@media (max-width: 899px) {
  .hero-offset::before { width: auto; left: 0; top: auto; height: 34%; border-left: 0; border-top: 1px solid var(--line); }
}
.hero-offset__grid { position: relative; display: grid; gap: clamp(28px, 4.5vw, 56px); align-items: center; }
@media (min-width: 900px) { .hero-offset__grid { grid-template-columns: 53fr 47fr; } }
.hero-offset h1 { font-size: clamp(38px, 6vw, 68px); line-height: 1.04; margin: 0 0 20px; font-weight: 600; }
.hero-offset h1 .h1-gold { color: var(--gold-deep); font-style: italic; }
.hero-lead { font-size: clamp(16.5px, 1.9vw, 19px); line-height: 1.75; max-width: 52ch; margin: 0 0 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-trust { margin-top: 22px; font-size: 14.5px; color: var(--ink-2); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hero-trust .stars { color: var(--gold-deep); letter-spacing: 3px; font-size: 15px; }
.hero-card { margin: 0; position: relative; }
.hero-card img {
  width: 100%; height: auto; display: block; border-radius: 3px;
  border: 1px solid var(--gold-soft);
  box-shadow: 24px 24px 0 -1px var(--gold-soft), 0 18px 44px rgba(34, 29, 20, .16);
}
@media (max-width: 899px) { .hero-card img { box-shadow: 14px 14px 0 -1px var(--gold-soft), 0 12px 30px rgba(34,29,20,.14); } }
.hero-card figcaption {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(251, 249, 244, .94); border: 1px solid var(--line); border-radius: 2px;
  padding: 8px 14px; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink);
}

/* --- PRZYCISKI ----------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px; letter-spacing: .05em;
  padding: 15px 30px; border-radius: 2px; text-decoration: none; cursor: pointer; border: 0;
  transition: background .2s, color .2s, border-color .2s, transform .15s; min-height: 48px;
}
.btn:active { transform: scale(.985); }
.btn-gold { background: var(--gold); color: #221D14; }
.btn-gold:hover { background: var(--gold-deep); color: #fff; }
.btn-ink { background: var(--ink); color: var(--bg); }
.btn-ink:hover { background: var(--gold-deep); color: #fff; }
.btn-line { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-line:hover { border-color: var(--gold-deep); color: var(--gold-deep); }
.btn-line-light { background: transparent; color: #F6F1E4; border: 1px solid rgba(246, 241, 228, .55); }
.btn-line-light:hover { border-color: var(--gold-soft); color: var(--gold-soft); }

/* --- KAFLE "DLACZEGO" ----------------------------------------------------------- */
.zen-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (min-width: 700px) { .zen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1020px) { .zen-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.zen-card { background: var(--bg); padding: clamp(24px, 3vw, 36px) clamp(20px, 2.6vw, 30px); }
.zen-card .ico { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--gold); border-radius: 50%; margin-bottom: 18px; color: var(--gold-deep); }
.zen-card .ico svg { width: 22px; height: 22px; }
.zen-card h3 { font-size: 19px; margin: 0 0 10px; }
.zen-card p { margin: 0; font-size: 15px; line-height: 1.65; }

/* --- USŁUGI: siatka redakcyjna (editorial-grid, asymetria) ---------------------- */
.svc-editorial { display: grid; gap: clamp(20px, 3vw, 34px); }
@media (min-width: 860px) { .svc-editorial { grid-template-columns: repeat(12, minmax(0, 1fr)); } }
.svc-card { position: relative; display: block; text-decoration: none; background: var(--bg); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.svc-card:hover { border-color: var(--gold); box-shadow: 0 14px 36px rgba(34, 29, 20, .1); }
@media (min-width: 860px) {
  .svc-card:nth-child(1) { grid-column: 1 / 8; }
  .svc-card:nth-child(2) { grid-column: 8 / 13; margin-top: clamp(24px, 4vw, 56px); }
  .svc-card:nth-child(3) { grid-column: 1 / 6; margin-top: calc(-1 * clamp(12px, 2vw, 28px)); }
  .svc-card:nth-child(4) { grid-column: 6 / 13; }
}
.svc-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--wash); }
.svc-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.svc-card:hover .svc-card__media img { transform: scale(1.035); }
.svc-card__body { padding: 22px 24px 24px; }
.svc-card__body h3 { font-size: clamp(19px, 2vw, 23px); margin: 0 0 8px; }
.svc-card__body p { margin: 0 0 14px; font-size: 15px; line-height: 1.65; color: var(--ink-2); }
.svc-card__meta { display: flex; gap: 16px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); }
.svc-card__go { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; background: rgba(251,249,244,.92); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--ink); }

/* --- KROKI (Jak działamy) -------------------------------------------------------- */
.steps { display: grid; gap: clamp(18px, 2.6vw, 30px); counter-reset: krok; }
@media (min-width: 820px) { .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.step-zen { position: relative; padding: 26px 24px; background: var(--bg); border: 1px solid var(--line); border-radius: 3px; counter-increment: krok; }
.step-zen::before {
  content: counter(krok, decimal-leading-zero);
  font-family: var(--font-heading); font-size: 42px; color: var(--gold-soft); line-height: 1;
  display: block; margin-bottom: 14px;
}
.step-zen h3 { font-size: 18.5px; margin: 0 0 8px; }
.step-zen p { margin: 0; font-size: 15px; line-height: 1.65; }

/* --- OPINIE ----------------------------------------------------------------------- */
.reviews-zen { display: grid; gap: clamp(18px, 2.6vw, 28px); }
@media (min-width: 860px) { .reviews-zen { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.rev-card { background: var(--bg); border: 1px solid var(--line); border-radius: 3px; padding: 26px 26px 22px; display: flex; flex-direction: column; }
.rev-card .stars { color: var(--gold-deep); letter-spacing: 3px; margin-bottom: 14px; font-size: 14px; }
.rev-card blockquote { margin: 0 0 18px; font-size: 15.5px; line-height: 1.7; font-style: italic; color: var(--ink); flex: 1; }
.rev-card .who { font-size: 13.5px; letter-spacing: .06em; color: var(--ink-2); }
.rev-card .who b { color: var(--ink); font-weight: 600; display: block; letter-spacing: 0; font-size: 14.5px; }
.rev-note { margin-top: 22px; font-size: 13.5px; color: var(--ink-2); }
.rating-badge {
  display: inline-flex; align-items: center; gap: 14px; padding: 14px 22px;
  border: 1px solid var(--line); border-radius: 3px; background: var(--bg); margin-bottom: 26px;
}
.rating-badge b { font-family: var(--font-heading); font-size: 30px; color: var(--ink); }
.rating-badge span { font-size: 13.5px; line-height: 1.45; color: var(--ink-2); }

/* --- CENNIK ------------------------------------------------------------------------ */
.price-cols { display: grid; gap: clamp(20px, 3vw, 32px); align-items: start; }
@media (min-width: 900px) { .price-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.price-card { background: var(--bg); border: 1px solid var(--line); border-radius: 3px; padding: 26px 26px 12px; }
.price-card h3 { font-size: 20px; margin: 0 0 6px; }
.price-card .price-sub { font-size: 13.5px; color: var(--ink-2); margin: 0 0 16px; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line); }
.price-row .nm { font-size: 15px; }
.price-row .nm small { display: block; font-size: 12.5px; color: var(--ink-2); letter-spacing: .04em; }
.price-row .val { font-family: var(--font-heading); font-size: 17px; color: var(--gold-deep); white-space: nowrap; }
.price-note { margin-top: 22px; font-size: 13px; color: var(--ink-2); max-width: 70ch; }
.section-cta { width: 100%; max-width: none; text-align: center; margin-top: clamp(26px, 4vw, 44px); }

/* --- SPLIT (tekst + foto, editorial) ------------------------------------------------ */
.split { display: grid; gap: clamp(26px, 4.5vw, 60px); align-items: center; }
@media (min-width: 880px) {
  .split { grid-template-columns: 11fr 9fr; }
  .split--rev { grid-template-columns: 9fr 11fr; }
  .split--rev .split__media { order: -1; }
}
.split__media { margin: 0; position: relative; }
.split__media img { width: 100%; height: auto; display: block; border-radius: 3px; border: 1px solid var(--gold-soft); box-shadow: 16px 16px 0 -1px var(--wash); }
.split__media figcaption { margin-top: 12px; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); }
.prose p { line-height: 1.8; margin: 0 0 16px; }
.prose ul { margin: 0 0 16px; padding: 0; list-style: none; }
.prose li { display: flex; gap: 12px; align-items: baseline; margin-bottom: 10px; line-height: 1.6; }
.prose li::before { content: "—"; color: var(--gold-deep); flex: none; }

/* --- PAGE-HERO (podstrony) ----------------------------------------------------------- */
.page-hero { position: relative; overflow: hidden; padding: clamp(112px, 16vh, 158px) 0 clamp(34px, 5vw, 56px); border-bottom: 1px solid var(--line); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(31px, 5vw, 54px); line-height: 1.08; margin: 0 0 14px; max-width: 22ch; overflow-wrap: break-word; hyphens: auto; }
.page-hero .lead { font-size: clamp(16px, 1.9vw, 18.5px); line-height: 1.7; max-width: 62ch; margin: 0; }
.hr-gold { border: 0; margin: 26px 0 0; width: 84px; height: 1px; background: var(--gold); }

/* --- STAT-PAS (o mnie) ------------------------------------------------------------ */
.stat-bar { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (min-width: 700px) { .stat-bar { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.stat-bar > div { background: var(--bg); padding: 26px 24px; text-align: center; }
.stat-bar b { display: block; font-family: var(--font-heading); font-size: clamp(28px, 3.4vw, 40px); color: var(--gold-deep); line-height: 1.1; margin-bottom: 6px; }
.stat-bar span { font-size: 13.5px; line-height: 1.5; color: var(--ink-2); }

/* --- FAQ ---------------------------------------------------------------------------- */
.faq-list { max-width: 780px; }
.faq-item { background: var(--bg); border: 1px solid var(--line); border-radius: 3px; padding: 2px 24px; margin-bottom: 12px; }
.faq-item summary { cursor: pointer; font-family: var(--font-heading); font-weight: 600; font-size: 17px; color: var(--ink); padding: 18px 34px 18px 0; list-style: none; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 24px; color: var(--gold-deep); transition: transform .25s; font-family: var(--font-body); }
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { margin: 0 0 18px; line-height: 1.7; font-size: 15px; }

/* --- KONTAKT -------------------------------------------------------------------------- */
.contact-grid { display: grid; gap: clamp(24px, 4vw, 48px); }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 45fr 55fr; } }
.contact-card { background: var(--bg); border: 1px solid var(--line); border-radius: 3px; padding: 28px; }
.contact-card h3 { font-size: 19px; margin: 0 0 14px; }
.contact-card p { margin: 0 0 12px; line-height: 1.65; font-size: 15px; }
.contact-card a { color: var(--gold-deep); text-decoration: none; }
.contact-card a:hover { text-decoration: underline; }
.map-frame { border: 1px solid var(--line); border-radius: 3px; overflow: hidden; min-height: 320px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }
form .form-row { margin-bottom: 16px; }
form label { display: block; font-size: 13.5px; letter-spacing: .06em; margin-bottom: 6px; color: var(--ink); }
form input, form textarea {
  width: 100%; padding: 13px 14px; font-size: 16px; font-family: var(--font-body);
  border: 1px solid var(--line); border-radius: 2px; background: #fff; color: var(--ink);
}
form input:focus, form textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.rodo { font-size: 12px; color: var(--ink-2); line-height: 1.5; }

/* --- CTA FINAŁ (ink) -------------------------------------------------------------------- */
.cta-final { text-align: center; max-width: 720px; margin-inline: auto; }
.cta-final h2 { font-size: clamp(28px, 4.4vw, 46px); margin: 0 0 16px; }
.cta-final p { font-size: clamp(15.5px, 1.8vw, 18px); line-height: 1.7; margin: 0 0 30px; color: rgba(233, 226, 210, .88); }
.cluster { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* --- STOPKA -------------------------------------------------------------------------------- */
.site-footer { background: var(--ink); color: rgba(233, 226, 210, .82); padding: clamp(44px, 6vw, 72px) 0 90px; border-top: 3px solid var(--gold); }
.footer-grid { display: grid; gap: clamp(26px, 4vw, 48px); }
@media (min-width: 820px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.4fr; } }
.site-footer h4 { color: #F6F1E4; font-family: var(--font-heading); font-size: 16px; margin: 0 0 14px; letter-spacing: .04em; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: rgba(233, 226, 210, .82); text-decoration: none; font-size: 14.5px; }
.site-footer a:hover { color: var(--gold-soft); }
.footer-brand .brand-name { color: #F6F1E4; font-size: 21px; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin: 10px 0 0; max-width: 34ch; }
.footer-bottom { margin-top: clamp(30px, 4vw, 48px); padding-top: 20px; border-top: 1px solid rgba(224, 206, 161, .2); font-size: 12.5px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; }

/* --- STICKY MOBILE CTA ------------------------------------------------------------------------ */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line);
  border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .3s ease;
}
.mobile-cta.show { transform: translateY(0); }
.mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; font-size: 14.5px; font-weight: 600; text-decoration: none; letter-spacing: .04em; }
.mobile-cta .m-call { background: var(--ink); color: var(--bg); }
.mobile-cta .m-book { background: var(--gold); color: var(--ink); }
@media (max-width: 899px) { .mobile-cta { display: grid; } }
@media (prefers-reduced-motion: reduce) { .mobile-cta { transition: none; } }

.skip-link { position: absolute; left: -9999px; top: 0; background: #fff; color: var(--ink); padding: 10px 16px; z-index: 200; }
.skip-link:focus { left: 12px; top: 12px; }

/* pomocnicze */
img { max-width: 100%; }
.muted { color: var(--ink-2); }

/* editorial: naglowki sekcji do lewej (nadpisuje bazowe centrowanie) */
.sec-head { text-align: left; margin-inline: 0; }
.cta-final { text-align: center; }

/* ============================================================
   ŻYWA WERSJA v2 — „ciepłe kino spa" (korekta dyrektora)
   ============================================================ */

/* --- MARQUEE: złoty pas rytmu -------------------------------------------------- */
.marquee-band { background: var(--ink); border-block: 1px solid rgba(224, 206, 161, .25); padding: 16px 0; }
.marquee-band .fx-marquee__track span {
  font-family: var(--font-heading); font-size: clamp(15px, 1.8vw, 19px); font-style: italic;
  color: var(--gold-soft); letter-spacing: .04em; display: inline-flex; align-items: center; gap: 32px;
}
.marquee-band .fx-marquee__track span::after { content: "✦"; font-style: normal; font-size: 12px; color: var(--gold); }

/* --- USŁUGI v2: kafle-zdjęcia (tytuł NA fotografii) ----------------------------- */
.svc-tiles { display: grid; gap: clamp(16px, 2.4vw, 26px); }
@media (min-width: 720px) { .svc-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.svc-tile { position: relative; display: block; border-radius: 4px; overflow: hidden; text-decoration: none; aspect-ratio: 4 / 3; background: var(--ink); }
.svc-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.svc-tile:hover img { transform: scale(1.06); }
.svc-tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20, 16, 10, 0) 34%, rgba(20, 16, 10, .82) 100%);
  transition: background .3s;
}
.svc-tile__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: clamp(18px, 2.6vw, 28px); }
.svc-tile__body h3 { color: #FBF7EC; font-size: clamp(21px, 2.6vw, 28px); margin: 0 0 6px; }
.svc-tile__body p { color: rgba(248, 243, 231, .85); font-size: 14.5px; line-height: 1.55; margin: 0 0 10px; max-width: 46ch; }
.svc-tile__meta { display: flex; gap: 16px; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); }
.svc-tile__go {
  position: absolute; top: 16px; right: 16px; z-index: 1; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(251, 247, 236, .14); border: 1px solid rgba(251, 247, 236, .4); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; color: #FBF7EC;
  transition: background .25s, transform .25s;
}
.svc-tile:hover .svc-tile__go { background: var(--gold); color: var(--ink); transform: rotate(-38deg); }
.svc-tile--wide { aspect-ratio: auto; min-height: 300px; }
@media (min-width: 720px) { .svc-tile--wide { grid-column: 1 / -1; aspect-ratio: 21 / 9; min-height: 0; } }

/* --- OPINIE v2: duży złoty cudzysłów, żywszy hover ------------------------------- */
.rev-card { position: relative; transition: transform .3s, box-shadow .3s, border-color .3s; }
.rev-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 18px 40px rgba(34, 29, 20, .12); }
.rev-card::before {
  content: "„"; position: absolute; top: -6px; right: 18px;
  font-family: var(--font-heading); font-size: 88px; line-height: 1; color: var(--gold-soft); opacity: .5;
}

/* --- kafle Dlaczego: złoty flash na hover ---------------------------------------- */
.zen-card { transition: background .3s; }
.zen-card:hover { background: var(--wash); }

/* --- CTA finał: blask świecy ------------------------------------------------------- */
.section--ink.cta-glow { position: relative; overflow: hidden; }
.section--ink.cta-glow::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 70% at 50% 108%, rgba(201, 172, 97, .28), transparent 70%);
}
.section--ink.cta-glow .container { position: relative; }

/* --- MARQUEE: pas bez maski gradientowej (korekta dyrektora) -------------------- */
.marquee-band.fx-marquee { -webkit-mask: none; mask: none; }

/* --- HERO v5: cinematic-fullbleed, układ WYŚRODKOWANY jak healspa.ae ---------- */
.hero-heal {
  position: relative; overflow: hidden; display: grid; place-items: center;
  min-height: min(94vh, 900px);
  padding: clamp(128px, 18vh, 200px) 0 clamp(56px, 8vw, 96px);
  background: #241a10; text-align: center;
}
.hero-heal__bg {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 42%;
}
.hero-heal::after {
  /* równy, ciepły brązowy wash (jak ich overlay) — nie kierunkowy gradient */
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(24,16,9,.6) 0%, rgba(30,20,11,.4) 30%, rgba(30,20,11,.46) 100%);
}
.hero-heal__inner { position: relative; z-index: 2; max-width: 860px; margin-inline: auto; }
.hero-kicker {
  display: block; font-family: var(--font-body);
  font-size: clamp(11px, 1.5vw, 13px); font-weight: 600; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-soft); margin-bottom: clamp(18px, 3vw, 28px);
}
.hero-heal h1 {
  color: #FBF7EC; font-size: clamp(46px, 9vw, 92px); line-height: 1.0; margin: 0 0 clamp(14px, 2.2vw, 22px);
  text-shadow: 0 2px 30px rgba(20, 14, 7, .4);
}
.hero-heal h1 .h1-gold { color: var(--gold-soft); font-style: italic; }
.hero-sub {
  font-family: var(--font-body); font-weight: 400;
  font-size: clamp(17px, 2.1vw, 23px); line-height: 1.55; color: rgba(248, 243, 231, .94);
  max-width: 40ch; margin: 0 auto clamp(30px, 4vw, 42px); text-shadow: 0 1px 16px rgba(20, 14, 7, .5);
}
.hero-heal .hero-cta { justify-content: center; }
.hero-heal .hero-trust { justify-content: center; color: rgba(248, 243, 231, .9); margin-top: clamp(22px, 3vw, 30px); }
.hero-heal .hero-trust .stars { color: var(--gold-soft); }

/* --- MARQUEE: pas bez maski gradientowej (korekta dyrektora) -------------------- */
.marquee-band.fx-marquee { -webkit-mask: none; mask: none; }

/* --- NAV OVERLAY na hero (jak healspa.ae): przezroczyste, białe napisy ---------- */
.site-header--overlay { background: transparent; border-bottom-color: transparent; }
.site-header--overlay .brand-name { color: #FBF7EC; }
.site-header--overlay .brand-tag { color: var(--gold-soft); }
.site-header--overlay .brand img { border-color: rgba(251,247,236,.5); }
.site-header--overlay .site-nav a { color: #FBF7EC; opacity: .92; }
.site-header--overlay .site-nav a:hover,
.site-header--overlay .site-nav a[aria-current="page"] { color: var(--gold-soft); opacity: 1; }
.site-header--overlay .site-nav a.nav-cta { background: var(--gold-soft); color: var(--ink); opacity: 1; }
.site-header--overlay .site-nav a.nav-cta:hover { background: #fff; color: var(--ink); }
.site-header--overlay .nav-toggle { background: transparent; border-color: rgba(251,247,236,.5); }
.site-header--overlay .nav-toggle span,
.site-header--overlay .nav-toggle span::before,
.site-header--overlay .nav-toggle span::after { background: #FBF7EC; }

/* po scrollu poza hero — wraca kremowy solidny pasek */
.site-header--overlay.is-solid { background: rgba(251, 249, 244, .985); border-bottom-color: var(--line); }
.site-header--overlay.is-solid .brand-name { color: var(--ink); }
.site-header--overlay.is-solid .brand-tag { color: var(--gold-deep); }
.site-header--overlay.is-solid .brand img { border-color: var(--gold-soft); }
.site-header--overlay.is-solid .site-nav a { color: var(--ink); opacity: .78; }
.site-header--overlay.is-solid .site-nav a:hover,
.site-header--overlay.is-solid .site-nav a[aria-current="page"] { color: var(--gold-deep); opacity: 1; }
.site-header--overlay.is-solid .site-nav a.nav-cta { background: var(--ink); color: var(--bg); }
.site-header--overlay.is-solid .nav-toggle { border-color: var(--line); }
.site-header--overlay.is-solid .nav-toggle span,
.site-header--overlay.is-solid .nav-toggle span::before,
.site-header--overlay.is-solid .nav-toggle span::after { background: var(--gold-deep); }
/* mobilne menu otwarte na przezroczystym headerze → panel kremowy, więc wymuś solid */
body.nav-open .site-header--overlay { background: rgba(251, 249, 244, .985); border-bottom-color: var(--line); }
body.nav-open .site-header--overlay .brand-name { color: var(--ink); }
body.nav-open .site-header--overlay .nav-toggle span,
body.nav-open .site-header--overlay .nav-toggle span::before,
body.nav-open .site-header--overlay .nav-toggle span::after { background: var(--gold-deep); }
