:root {
  --sage-deep: #4A6B57;
  --sage-bright: #7FA890;
  --sage-light: #EEF4EF;
  --terracotta-deep: #B4552F;
  --terracotta-bright: #E08856;
  --terracotta-light: #FBEEE4;
  --cream: #FAF8F4;
  --charcoal: #2B2B28;
  --gray: #6B6B66;
  --border: #E4DFD5;
  --radius: 16px;
  --shadow: 0 8px 30px rgba(43,43,40,0.08);
  --font-display: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
}
h1, h2, h3 { font-family: var(--font-display); margin: 0 0 0.5em; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* --- Header --- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,248,244,0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: var(--sage-deep); }
.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a { font-weight: 600; font-size: 0.95rem; color: var(--charcoal); }
.main-nav a:hover { color: var(--sage-deep); }
.nav-cta {
  background: var(--sage-deep); color: #fff !important;
  padding: 10px 20px; border-radius: 999px;
}
.nav-cta:hover { background: var(--sage-bright); }

/* --- Hero --- */
.hero { position: relative; min-height: 620px; display: flex; }
.hero-slides { position: relative; width: 100%; }
.hero-slide {
  position: absolute; inset: 0; display: flex; align-items: center;
  background: linear-gradient(135deg, var(--sage-light), var(--terracotta-light));
  opacity: 0; transition: opacity 0.8s ease;
}
.hero-slide.is-active { opacity: 1; }
.hero-slide[data-image] { background-size: cover; background-position: center; }
.hero-slide-overlay { position: absolute; inset: 0; background: rgba(43,43,40,0.15); }
.hero-slide-content { position: relative; z-index: 1; max-width: 640px; }
.hero-slide-content h1 { font-size: 2.8rem; color: var(--charcoal); }
.hero-slide-content p { font-size: 1.15rem; color: var(--gray); margin-bottom: 1.5em; }

.btn {
  display: inline-block; padding: 14px 30px; border-radius: 999px;
  font-weight: 700; font-family: var(--font-display); cursor: pointer;
  border: none; font-size: 1rem; transition: transform 0.2s, background 0.2s;
}
.btn-primary { background: var(--sage-deep); color: #fff; }
.btn-primary:hover { background: var(--sage-bright); transform: translateY(-2px); }

/* --- Sections --- */
.section { padding: 90px 0; }
.section-alt { background: #fff; }
.section-title { font-size: 2.1rem; text-align: center; }
.section-subtitle { text-align: center; color: var(--gray); margin-bottom: 3em; }
.accent-masaz { color: var(--sage-bright); }
.accent-kalistenika { color: var(--terracotta-bright); }
.empty-hint { text-align: center; color: var(--gray); font-style: italic; }

/* --- Kafelki informacyjne (rozwijane) --- */
.info-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.info-tile { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.info-tile-header {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 22px 26px; background: var(--sage-deep); border: none; cursor: pointer;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: #fff; text-align: left;
  transition: background 0.2s;
}
.info-tile-header:hover { background: var(--sage-bright); }
.info-tile-icon { font-size: 1.4rem; color: #fff; transition: transform 0.3s ease; flex-shrink: 0; margin-left: 12px; }
.info-tile.is-open .info-tile-icon { transform: rotate(45deg); }
.info-tile-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.info-tile-body-inner { padding: 0 26px 22px; color: var(--gray); font-size: 0.95rem; }

/* --- Service cards --- */
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.service-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  overflow: hidden; display: flex; flex-direction: column;
}
.service-card img { width: 100%; height: 190px; object-fit: cover; }
.service-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.service-card h3 { font-size: 1.2rem; }
.service-card p { color: var(--gray); font-size: 0.95rem; flex: 1; }
.service-variants { list-style: none; padding: 0; margin: 1em 0 0; border-top: 1px solid var(--border); padding-top: 1em; }
.service-variants li { display: flex; justify-content: space-between; font-weight: 600; padding: 4px 0; }
.service-variants .promo { color: var(--terracotta-deep); }

/* --- Gallery --- */
.gallery-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 2em; flex-wrap: wrap; }
.gallery-tab {
  padding: 8px 18px; border-radius: 999px; border: 1px solid var(--border);
  background: #fff; cursor: pointer; font-weight: 600; font-family: var(--font-body);
}
.gallery-tab.is-active { background: var(--sage-deep); color: #fff; border-color: var(--sage-deep); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.gallery-grid img { width: 100%; height: 200px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }

/* --- Staff --- */
.staff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.staff-card { text-align: center; }
.staff-card img {
  width: 140px; height: 140px; border-radius: 50%; object-fit: cover;
  margin: 0 auto 1em; display: block; box-shadow: var(--shadow);
}
.staff-card h3 { margin-bottom: 0.2em; }
.staff-card .role { color: var(--sage-deep); font-weight: 600; font-size: 0.9rem; margin-bottom: 0.6em; }
.staff-card p.bio { color: var(--gray); font-size: 0.92rem; }

/* --- Testimonials --- */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.testimonial-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
.testimonial-card .stars { color: var(--terracotta-bright); margin-bottom: 0.5em; }
.testimonial-card .client-name { font-weight: 700; margin-top: 0.8em; }

.testimonial-form-wrap { max-width: 480px; margin: 3em auto 0; }
.testimonial-form-wrap h3 { text-align: center; }
.testimonial-form {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 28px; display: flex; flex-direction: column; gap: 14px;
}
.testimonial-form label { font-size: 0.9rem; font-weight: 600; display: flex; flex-direction: column; gap: 6px; }
.testimonial-form input, .testimonial-form select, .testimonial-form textarea {
  font-family: var(--font-body); padding: 10px 14px; border-radius: 10px;
  border: 1px solid var(--border); font-size: 0.95rem; resize: vertical;
}
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* --- Contact --- */
.section-contact { background: var(--sage-light); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; }
.contact-info p { margin: 0.4em 0; color: var(--charcoal); }
.social-links { margin-top: 1.5em; display: flex; gap: 14px; }
.social-links a { font-weight: 600; color: var(--sage-deep); }
.contact-form { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.contact-form label { font-size: 0.9rem; font-weight: 600; display: flex; flex-direction: column; gap: 6px; }
.contact-form input, .contact-form textarea {
  font-family: var(--font-body); padding: 10px 14px; border-radius: 10px;
  border: 1px solid var(--border); font-size: 0.95rem; resize: vertical;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-message { font-weight: 600; padding: 10px; border-radius: 10px; }
.form-message.success { background: var(--sage-light); color: var(--sage-deep); }
.form-message.error { background: var(--terracotta-light); color: var(--terracotta-deep); }

/* --- Footer --- */
.site-footer { padding: 30px 0; text-align: center; color: var(--gray); font-size: 0.85rem; }

/* --- Banners --- */
.cookie-banner, .banner-promo {
  position: fixed; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 14px 20px; font-size: 0.9rem;
}
.cookie-banner { bottom: 0; background: var(--charcoal); color: #fff; }
.cookie-banner button { background: var(--sage-bright); border: none; color: #fff; padding: 8px 18px; border-radius: 999px; cursor: pointer; font-weight: 600; }
.banner-promo { top: 0; background: var(--terracotta-deep); color: #fff; }
.banner-cta { text-decoration: underline; font-weight: 700; }
.banner-close { background: none; border: none; color: #fff; font-size: 1.3rem; cursor: pointer; position: absolute; right: 16px; }

/* --- Intro video modal --- */
.intro-video-modal {
  position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 200;
  display: flex; align-items: center; justify-content: center;
}
.intro-video-modal video { max-width: 90%; max-height: 85vh; border-radius: var(--radius); }

/* --- Scroll reveal --- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  .main-nav { display: none; }
  .hero-slide-content h1 { font-size: 2.1rem; }
  .contact-inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
