:root {
      --bg: #f6f3ee;
      --bg-soft: #fbf9f5;
      --panel: rgba(255,255,255,0.72);
      --panel-strong: rgba(255,255,255,0.9);
      --surface: #ffffff;
      --surface-alt: #efebe4;
      --ink: #131313;
      --muted: #5c5a56;
      --line: rgba(19,19,19,0.08);
      --line-strong: rgba(19,19,19,0.14);
      --gold: #b68a45;
      --gold-soft: #ddc392;
      --wood: #c89b63;
      --wood-deep: #a97435;
      --shadow: 0 18px 50px rgba(17,17,17,0.08);
      --shadow-soft: 0 10px 30px rgba(17,17,17,0.06);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --container: 1320px;
      --header-h: 78px;
      --ease: 280ms cubic-bezier(.2,.8,.2,1);
    }

    * { box-sizing: border-box; }
    
    body {
      margin: 0;
      font-family: 'Manrope', sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at top right, rgba(221,195,146,0.18), transparent 28%),
        radial-gradient(circle at bottom left, rgba(200,155,99,0.12), transparent 24%),
        linear-gradient(180deg, #f8f5ef 0%, #f4f0e9 100%);
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.08;
      background-image:
        linear-gradient(rgba(19,19,19,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(19,19,19,0.04) 1px, transparent 1px);
      background-size: 36px 36px;
      mask-image: radial-gradient(circle at center, black 30%, transparent 90%);
      z-index: 0;
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.04;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
      z-index: 0;
    }

    img { display: block; width: 100%; height: 100%; object-fit: cover; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea { font: inherit; }

    .page-shell { position: relative; z-index: 1; }
    .container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 16px;
}
    .section {
      position: relative;
      padding: 35px 0;
      scroll-margin-top: calc(var(--header-h) + 0px);
    }

    .section-alt {
      background: linear-gradient(180deg, rgba(255,255,255,0.55), rgba(255,255,255,0.35));
      border-top: 1px solid rgba(19,19,19,0.05);
      border-bottom: 1px solid rgba(19,19,19,0.05);
    }

    .section-rich {
      background:
        linear-gradient(140deg, rgba(255,255,255,0.84), rgba(255,248,238,0.56)),
        linear-gradient(180deg, rgba(200,155,99,0.06), rgba(182,138,69,0.02));
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 auto 10px;
      padding: 10px 14px;
      border-radius: 999px;
      border: 1px solid rgba(182,138,69,0.26);
      background: rgba(255,255,255,0.64);
      backdrop-filter: blur(10px);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #6c5124;
      box-shadow: var(--shadow-soft);
    }

    .eyebrow::before {
      content: "";
      width: 9px;
      height: 9px;
      transform: rotate(45deg);
      border: 1px solid rgba(182,138,69,0.5);
      background: linear-gradient(135deg, #fff3db, #bc8d45);
      box-shadow: 0 0 18px rgba(182,138,69,0.28);
    }

    .section-head {
      max-width: 760px;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 28px;
    }

    h1, h2, h3 {
      margin: 0;
      line-height: 1.05;
      letter-spacing: -0.03em;
    }

    h1, h2 {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 700;
    }

    h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
    h2 { font-size: clamp(2.2rem, 6vw, 4rem); }
    h3 { font-size: clamp(1.1rem, 2.2vw, 1.45rem); font-weight: 800; }
    p { margin: 0; color: var(--muted); line-height: 1.75; }

    .section-title-copy {
      margin-top: 14px;
      font-size: 1rem;
      max-width: 62ch;
      margin: 14px auto 0;
    }

    .btn-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 15px; }

    .btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 20px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 800;
      font-size: 0.95rem;
      letter-spacing: 0.01em;
      transition: transform var(--ease), border-color var(--ease), background var(--ease), color var(--ease), box-shadow var(--ease);
      cursor: pointer;
      overflow: hidden;
    }

    .btn::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, transparent 25%, rgba(255,255,255,0.24) 50%, transparent 75%);
      transform: translateX(-120%);
      transition: transform 650ms ease;
    }

    .btn:hover::after { transform: translateX(120%); }
    .btn:hover { transform: translateY(-2px); }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, #151515, #2a2a2a);
      box-shadow: 0 12px 26px rgba(17,17,17,0.18);
    }

    .btn-primary:hover {
      box-shadow: 0 16px 34px rgba(17,17,17,0.24), 0 0 0 1px rgba(221,195,146,0.28) inset;
    }

    .btn-secondary {
      color: #1d1d1d;
      background: rgba(255,255,255,0.7);
      border-color: rgba(182,138,69,0.24);
      backdrop-filter: blur(10px);
      box-shadow: var(--shadow-soft);
    }

    .btn-secondary:hover {
      background: rgba(255,255,255,0.94);
      border-color: rgba(182,138,69,0.42);
    }

    .btn-gold {
      color: #fff;
      background: linear-gradient(135deg, #a77933, #d2b177);
      box-shadow: 0 12px 30px rgba(182,138,69,0.24);
    }

    .btn-gold:hover { box-shadow: 0 18px 38px rgba(182,138,69,0.32); }

    .social-link {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-grid;
      place-items: center;
      border: 1px solid rgba(19,19,19,0.08);
      background: rgba(255,255,255,0.8);
      backdrop-filter: blur(8px);
      transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease), background var(--ease);
      box-shadow: var(--shadow-soft);
    }

    .social-link:hover {
      transform: translateY(-2px);
      border-color: rgba(182,138,69,0.3);
      background: rgba(255,255,255,0.96);
      box-shadow: 0 16px 24px rgba(17,17,17,0.08);
    }

    .social-link svg { width: 18px; height: 18px; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 90;
      transition: transform 280ms ease, opacity 280ms ease;
    }

    .site-header.is-hidden {
      transform: translateY(calc(-100% - 12px));
      opacity: 0;
    }

   .header-shell {
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  gap: 12px;
  padding: 14px 24px; /* możesz zostawić 16px jeśli chcesz */
  background: linear-gradient(180deg, #3f2f1a 0%, #523e22 60%, #6a5230 100%);
  backdrop-filter: blur(18px);
  border-radius: 0; /* ← ważne, bo inaczej będzie wyglądać jak "karta" */
  box-shadow: 0 14px 40px rgba(17,17,17,0.08);
}

    .brand {
      min-width: 0;
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }

  

    .brand-copy strong {
      display: block;
      font-size: 0.98rem;
      line-height: 1.1;
    }

    .brand-copy span {
      display: block;
      margin-top: 3px;
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #7b6640;
      font-weight: 800;
    }

    .desktop-nav,
    .header-actions,
    .brand-copy--desktop,
    .desktop-only { display: none; }

    .nav-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .nav-list a {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 14px;
      border-radius: 999px;
      font-weight: 700;
      font-size: 0.92rem;
      color: #232323;
      transition: color var(--ease), background var(--ease), transform var(--ease), box-shadow var(--ease);
    }

    .nav-list a:hover {
      background: rgba(255,255,255,0.8);
      color: #111;
      transform: translateY(-1px);
      box-shadow: var(--shadow-soft);
    }

    .nav-list a::before {
      content: "";
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 8px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(182,138,69,0.9), transparent);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform var(--ease);
    }

    .nav-list a:hover::before,
    .nav-list a.is-active::before {
      transform: scaleX(1);
    }

    .mobile-menu-toggle {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      border: 1px solid rgba(19,19,19,0.08);
      display: inline-grid;
      place-items: center;
      background: rgba(255,255,255,0.86);
      box-shadow: var(--shadow-soft);
      cursor: pointer;
      margin-left: auto;
    }

    .mobile-menu-toggle span,
    .mobile-menu-toggle::before,
    .mobile-menu-toggle::after {
      content: "";
      display: block;
      width: 18px;
      height: 2px;
      background: #161616;
      border-radius: 999px;
      transition: transform var(--ease), opacity var(--ease);
      grid-area: 1/1;
    }

    .mobile-menu-toggle::before { transform: translateY(-6px); }
    .mobile-menu-toggle::after { transform: translateY(6px); }
    .mobile-menu-toggle.is-open span { opacity: 0; }
    .mobile-menu-toggle.is-open::before { transform: rotate(45deg); }
    .mobile-menu-toggle.is-open::after { transform: rotate(-45deg); }

    .mobile-menu {
      position: fixed;
      inset: 0;
      z-index: 85;
      display: grid;
      align-items: start;
      padding: 106px 16px 24px;
      background: rgba(12,12,12,0.26);
      backdrop-filter: blur(8px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity var(--ease), visibility var(--ease);
    }

    .mobile-menu.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .mobile-menu-panel {
      width: 100%;
      max-width: 540px;
      margin-left: auto;
      padding: 20px;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,0.5);
      background:
        linear-gradient(145deg, rgba(255,255,255,0.92), rgba(248,243,235,0.84));
      box-shadow: 0 20px 60px rgba(17,17,17,0.16);
      transform: translateY(-10px) scale(0.98);
      transition: transform var(--ease);
    }

    .mobile-menu.is-open .mobile-menu-panel { transform: translateY(0) scale(1); }

    .mobile-nav {
      display: grid;
      gap: 10px;
      margin-bottom: 18px;
    }

    .mobile-nav a {
      min-height: 56px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 18px;
      border-radius: 18px;
      border: 1px solid rgba(19,19,19,0.07);
      background: rgba(255,255,255,0.86);
      font-weight: 800;
      box-shadow: var(--shadow-soft);
      transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
    }

    

    .mobile-nav a:hover {
      transform: translateY(-2px);
      border-color: rgba(182,138,69,0.28);
      box-shadow: 0 16px 30px rgba(17,17,17,0.08);
    }

    .mobile-menu-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      padding-top: 8px;
      border-top: 1px solid rgba(19,19,19,0.06);
    }

    .mobile-menu-footer p {
      font-size: 0.83rem;
      line-height: 1.5;
      max-width: 25ch;
    }

    /* START: HERO SECTION */
    .hero { padding-top: 0px; }

    .hero-wrap {
      display: grid;
      gap: 18px;
    }

.hero-visual {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  
  box-shadow: 0 25px 60px rgba(17,17,17,0.14);
  isolation: isolate;
}

    .hero-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(13,13,13,0.26), rgba(13,13,13,0.45)),
        linear-gradient(120deg, rgba(182,138,69,0.18), transparent 40%);
      z-index: 1;
    }

  .hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  transform: translateY(-10vh); /* 🔥 TO DZIAŁA */

  padding: 20px;
  z-index: 2;
}

    .hero-content h1 {
      max-width: 22ch;
      color: #fff;
      text-shadow: 0 10px 26px rgba(0,0,0,0.28);
    }
.hero-copy {
  max-width: 52ch;
  margin: 16px auto 0; /* 🔥 TO JEST FIX */

  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;

  color: rgba(255,255,255,0.9);

  text-wrap: balance;

  text-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

    .hero-glass {
      width: min(100%, 630px);
      padding: 18px;
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.08);
      
      box-shadow: 0 18px 40px rgba(0,0,0,0.12);
      max-width: 700px;
      text-align:center;
    }

    .hero-glass h1 {
      margin: 0 auto;
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 4px;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      min-height: 42px;
      padding: 0 14px;
      border-radius: 999px;
      color: #fff;
      font-weight: 700;
      font-size: 0.86rem;
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(10px);
    }

    .hero-grid {
      display: grid;
      gap: 14px;
      margin-top: 6px;
    }

    .image-card {
      position: relative;
      overflow: hidden;
      border-radius: 22px;
      background: var(--surface);
      border: 1px solid rgba(19,19,19,0.07);
      box-shadow: var(--shadow-soft);
      min-height: 280px;
      transform: translateZ(0);
    }

    .image-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 55%, rgba(14,14,14,0.18));
      opacity: 0;
      transition: opacity var(--ease);
      z-index: 1;
    }

    .image-card:hover::before { opacity: 1; }
    .image-card img { transition: transform 650ms cubic-bezier(.2,.8,.2,1), filter var(--ease); }
    .image-card:hover img { transform: scale(1.05); filter: saturate(1.05); }

    .show-mobile { display: block; }
    .show-desktop { display: none; }
    /* END: HERO SECTION */

    /* START: ABOUT SECTION */
    .about-grid {
      display: grid;
      gap: 18px;
      align-items: stretch;
    }

    .about-copy-box {
      position: relative;
      padding: 24px;
      border-radius: 28px;
      background:
        linear-gradient(145deg, rgba(255,255,255,0.94), rgba(248,242,232,0.74));
      border: 1px solid rgba(182,138,69,0.16);
      box-shadow: var(--shadow);
      overflow: hidden;
      text-align: center;
    }

    .about-copy-box::before {
      content: "";
      position: absolute;
      inset: auto -15% -35% auto;
      width: 240px;
      height: 240px;
      background: radial-gradient(circle, rgba(221,195,146,0.32), transparent 70%);
      pointer-events: none;
    }

    .about-copy-box p + p { margin-top: 12px; }
    .about-image { min-height: 400px; }
    /* END: ABOUT SECTION */

   
    .services-tabs {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .service-tab {
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center; /* dla pewności */

  min-height: 58px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(19,19,19,0.08);
  background: rgba(255,255,255,0.8);
  font-weight: 800;
  color: #202020;
  cursor: pointer;
  transition: transform var(--ease), background var(--ease), border-color var(--ease), box-shadow var(--ease), color var(--ease);
  box-shadow: var(--shadow-soft);
  letter-spacing: 0.03em;
}

    .service-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(182,138,69,0.28);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

    .service-tab.is-active {
      color: #fff;
      background: linear-gradient(135deg, #131313, #a87a37 120%);
      border-color: transparent;
      box-shadow: 0 18px 30px rgba(17,17,17,0.16);
    }

    .service-stage {
      padding: 16px;
      border-radius: 28px;
      background: rgba(255,255,255,0.75);
      border: 1px solid rgba(19,19,19,0.06);
      box-shadow: var(--shadow);
    }

    .service-panel { display: none; }
    

    .service-carousel {
      position: relative;
      overflow: hidden;
      border-radius: 24px;
      min-height: 360px;
      background: #ddd;
    }

    .service-slides {
      display: flex;
      width: 100%;
      height: 100%;
      transition: transform 420ms cubic-bezier(.2,.8,.2,1);
    }

    .service-slide {
      min-width: 100%;
      position: relative;
      min-height: 360px;
      overflow: hidden;
    }

    .service-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(15,15,15,0.08), rgba(15,15,15,0.26));
    }


    .service-carousel {
  position: relative;
}

/* STRZAŁKI */
.carousel-nav {
  position: absolute;
  inset: 0;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 12px;
  pointer-events: none;
  z-index: 3;
}

.carousel-btn {
  pointer-events: auto;

  width: 44px;
  height: 44px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);

  color: #fff;
  font-size: 16px;

  cursor: pointer;
  transition: transform var(--ease), background var(--ease);
}



.carousel-btn:hover {
  transform: scale(1.08);
  background: rgba(255,255,255,0.25);
}

/* KROPKI */
.carousel-dots {
  position: absolute;

  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  gap: 8px;

  z-index: 3;
}

    .carousel-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255,255,255,0.42);
      transition: transform var(--ease), background var(--ease), width var(--ease);
    }

    .carousel-dot.is-active {
      width: 24px;
      border-radius: 999px;
      background: #fff;
    }

    .service-copy h3 { margin-bottom: 8px; }
    .service-copy p { margin-bottom: 14px; }

    .service-table {
      display: grid;
      gap: 12px;
      margin-top: 4px;
    }

    .service-item {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 14px;
      align-items: start;
      padding: 16px 18px;
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(247,242,233,0.76));
      border: 1px solid rgba(19,19,19,0.06);
      box-shadow: var(--shadow-soft);
    }

    .service-item-title {
      display: block;
      font-weight: 800;
      font-size: 1rem;
      color: #181818;
      margin-bottom: 6px;
    }

    .service-price {
      font-weight: 800;
      color: #86632f;
      white-space: nowrap;
      align-self: center;
    }

    .service-panel .btn-row { margin-top: 10px; }
    /* END: SERVICE CATEGORIES SECTION */

    /* START: SIGNATURE SERVICE SECTION */
    .signature-card {
       position: relative;
  border-radius: 30px;
  overflow: hidden;

  height: 400px; /* 🔥 zamiast min-height */
      border: 1px solid rgba(255,255,255,0.46);
      box-shadow: 0 30px 70px rgba(17,17,17,0.14);
    }

    .signature-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(12,12,12,0.35), rgba(12,12,12,0.75));
      z-index: 1;
    }

    .signature-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: grid;
  gap: 14px;

  text-align: center;

  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  z-index: 2;
}

  .signature-content h2,
.signature-price {
  color: #fff;
}

.signature-copy {
  max-width: none;
  margin: 0px auto 0;

  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;

  color: rgba(255,255,255,0.9);

  text-wrap: balance;

  text-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

    .signature-price {
      font-size: 1.1rem;
      font-weight: 800;
      color: #ffe9be;
    }
    /* END: SIGNATURE SERVICE SECTION */

    /* START: REVIEWS SECTION */
    .embed-shell {
      padding: 18px;
      border-radius: 28px;
      border: 1px solid rgba(19,19,19,0.07);
      background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(248,242,233,0.76));
      box-shadow: var(--shadow);
    }

    .embed-placeholder {
      min-height: 320px;
      border-radius: 22px;
      border: 1px dashed rgba(182,138,69,0.32);
      background:
        linear-gradient(135deg, rgba(255,255,255,0.95), rgba(251,247,239,0.8));
      display: grid;
      place-items: center;
      text-align: center;
      padding: 20px;
    }

    .embed-placeholder strong {
      display: block;
      font-size: 1.05rem;
      margin-bottom: 8px;
      color: #1c1c1c;
    }
    /* END: REVIEWS SECTION */

    /* START: INSTAGRAM SECTION */
    .instagram-card .embed-placeholder { min-height: 360px; }
    /* END: INSTAGRAM SECTION */

    /* START: GALLERY SECTION */
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .gallery-item {
      position: relative;
      min-height: 180px;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid rgba(19,19,19,0.07);
      background: #ddd;
      box-shadow: var(--shadow-soft);
      cursor: pointer;
    }

    .gallery-item {
  padding: 0;
  border: none;
}

.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

    .gallery-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 50%, rgba(12,12,12,0.22));
      opacity: 0;
      transition: opacity var(--ease);
    }

    .gallery-item:hover::after { opacity: 1; }
    .gallery-item img { transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
    .gallery-item:hover img { transform: scale(1.08); }

    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(10,10,10,0.88);
      z-index: 120;
      display: grid;
      place-items: center;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity var(--ease), visibility var(--ease);
      padding: 18px;
    }

    .lightbox.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .lightbox-stage {
      position: relative;
      width: min(100%, 1100px);
      max-height: calc(100vh - 60px);
      border-radius: 28px;
      overflow: hidden;
      background: #111;
      box-shadow: 0 30px 70px rgba(0,0,0,0.35);
      touch-action: pan-y;
    }

    .lightbox-stage img {
      max-height: calc(100vh - 60px);
      object-fit: contain;
      background: #111;
    }

    .lightbox-close,
    .lightbox-arrow {
      position: absolute;
      z-index: 2;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.12);
      color: #fff;
      backdrop-filter: blur(12px);
      cursor: pointer;
      transition: transform var(--ease), background var(--ease);
    }

    .lightbox-close:hover,
    .lightbox-arrow:hover { transform: translateY(-2px); background: rgba(255,255,255,0.18); }

    .lightbox-close { top: 16px; right: 16px; }
    .lightbox-arrow.prev { left: 16px; top: 50%; transform: translateY(-50%); }
    .lightbox-arrow.next { right: 16px; top: 50%; transform: translateY(-50%); }
    .lightbox-counter {
      position: absolute;
      left: 16px;
      top: 16px;
      z-index: 2;
      min-height: 42px;
      padding: 0 16px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      color: #fff;
      font-weight: 700;
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.14);
      backdrop-filter: blur(10px);
    }
    /* END: GALLERY SECTION */

    /* START: CTA STRIP SECTION */
    .cta-strip-card {
      position: relative;
      height: 400px;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 25px 60px rgba(17,17,17,0.14);
      border: 1px solid rgba(255,255,255,0.44);
    }

    .cta-strip-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(115deg, rgba(12,12,12,0.58), rgba(12,12,12,0.18));
    }

    .cta-strip-content {
      position: absolute;
      inset: 0;
      z-index: 2;
      padding: 24px;
      display: grid;
      align-content: center;
justify-items: center;
text-align: center;
margin: 0 auto;
      gap: 12px;
      max-width: 620px;
    }

    .cta-strip-content h2,
    .cta-strip-content p { color: #fff; }
    /* END: CTA STRIP SECTION */

    /* START: COMPLIMENTARY DRINKS SECTION */
    .drinks-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .drink-card {
      padding: 10px;
      border-radius: 22px;
      background: rgba(255,255,255,0.82);
      border: 1px solid rgba(19,19,19,0.07);
      box-shadow: var(--shadow-soft);
      text-align: center;
    }

    .drink-image {
      min-height: 180px;
      border-radius: 18px;
      overflow: hidden;
      margin-bottom: 12px;
    }

    .drink-card h3 { margin-bottom: 6px; }
    /* END: COMPLIMENTARY DRINKS SECTION */

    /* START: TEAM SECTION */
   .team-shell {
  display: grid;
  gap: 0; /* było 18px */
  align-items: stretch; /* było end */
}
    .team-photo {
      min-height: 460px;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: var(--shadow);
      height: 100%;
    }

    .team-bio {
      padding: 28px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-radius: 24px;
      background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(247,241,232,0.82));
      border: 1px solid rgba(182,138,69,0.18);
      box-shadow: 0 18px 40px rgba(17,17,17,0.12);
      position: relative;
      z-index: 2;
    }

    .team-meta {
      display: grid;
      gap: 12px;
      margin-top: 14px;
    }

    .team-meta-row {
      display: grid;
      gap: 4px;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(19,19,19,0.06);
    }

    .team-meta-row:last-child { padding-bottom: 0; border-bottom: 0; }
    .team-meta-row span {
      font-size: 0.74rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      font-weight: 800;
      color: #8c6a38;
    }
    /* END: TEAM SECTION */

    /* START: FAQ SECTION */
    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      border-radius: 20px;
      border: 1px solid rgba(19,19,19,0.07);
      background: rgba(255,255,255,0.82);
      overflow: hidden;
      box-shadow: var(--shadow-soft);
    }

    
   

    

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 380ms ease;
    }

    .faq-answer-inner {
      padding: 0 18px 18px;
    }
    /* END: FAQ SECTION */

  /* ==================== FAQ QUESTION + CIRCLE + ARROW ==================== */

.faq-question {
  width: 100%;
  position: relative;
  min-height: 68px;
  padding: 16px 20px;        /* trochę więcej paddingu z lewej */
  padding-right: 78px;       /* więcej miejsca na kółko */

  display: flex;
  align-items: center;
  justify-content: space-between;
  
  border: 0;
  background: transparent;
  text-align: left;
  font-weight: 800;
  color: #1c1c1c;
  cursor: pointer;
  gap: 16px;
}

/* KÓŁKO */
.faq-question::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);

  width: 36px;
  height: 36px;
  border-radius: 50%;

  background: linear-gradient(145deg, #ffffff, #f3ede4);
  border: 1px solid rgba(182,138,69,0.35);
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

/* STRZAŁKA — PERFECT CENTER */
.faq-question::before {
  content: "";
  position: absolute;

  top: 50%;
  right: calc(18px + 18px); /* środek kółka */

  width: 10px;
  height: 10px;

  transform: translate(50%, -50%) rotate(45deg);

  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);

  z-index: 2;
  transition: transform 0.35s var(--ease);
}

/* OPEN */
.faq-item.is-open .faq-question::before {
  transform: translate(50%, -50%) rotate(-135deg);
}



    /* START: TRUST BAR SECTION */
    .trust-grid {
      display: grid;
      gap: 14px;
    }

   .trust-card {
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(248,242,232,0.76));
  border: 1px solid rgba(19,19,19,0.06);
  box-shadow: var(--shadow-soft);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);

  text-align: center;        /* 🔥 KLUCZ */
  display: flex;             /* 🔥 */
  flex-direction: column;    /* 🔥 */
  align-items: center;       /* 🔥 */
}

.trust-card h3,
.trust-card p {
  text-align: center;
}

    .trust-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 40px rgba(17,17,17,0.1);
      border-color: rgba(182,138,69,0.26);
    }

    .trust-icon {
  width: 100px;
  height: 100px;

  margin: 0 auto 14px;

  border-radius: 16px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  background: none;
  border: none;
  box-shadow: none;
}

.trust-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



    .trust-card h3 { margin-bottom: 8px; }
    /* END: TRUST BAR SECTION */

    /* START: CONTACT SECTION */
    .contact-grid {
      display: grid;
      gap: 18px;
    }

    .contact-card,
.map-card {
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(247,241,232,0.8));
  border: 1px solid rgba(19,19,19,0.06);
  box-shadow: var(--shadow);
}

.contact-card {
  padding: 22px;
}

.map-card {
  padding: 0;
  overflow: hidden;
  min-height: 340px;
  height: 100%;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
}

    

    .contact-brand {
      margin-bottom: 18px;
    }

    .contact-brand strong {
      display: block;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 5vw, 2.8rem);
      line-height: 0.95;
      margin-bottom: 6px;
    }

    .contact-brand span {
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #8c6a38;
    }

    .contact-list {
      display: grid;
      gap: 14px;
    }

    .contact-item {
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(19,19,19,0.06);
    }

    .contact-item:last-child { padding-bottom: 0; border-bottom: 0; }
    .contact-item small {
      display: block;
      font-size: 0.73rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      font-weight: 800;
      color: #8a6939;
      margin-bottom: 5px;
    }

    .contact-socials { display: flex; gap: 10px; margin-top: 8px; }
    .map-box {
      min-height: 340px;
      border-radius: 22px;
      border: 1px dashed rgba(182,138,69,0.32);
      background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(249,245,238,0.86));
      display: grid;
      place-items: center;
      text-align: center;
      padding: 20px;
    }
    /* END: CONTACT SECTION */

   
    .footer-shell {
      width: 100%;
      margin: 0;
      padding: 22px 18px;
      background: linear-gradient(180deg, #3f2f1a 0%, #523e22 60%, #6a5230 100%);
      border-top: 1px solid rgba(255,255,255,0.08);
      display: grid;
      gap: 14px;
      align-items: center;
      box-shadow: var(--shadow-soft);
    }

    .footer-line {
      font-size: 0.96rem;
      color: #dcd8d3;
      font-weight: 700;
      text-align: center
    }
    /* END: FOOTER */

    .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity 720ms cubic-bezier(.2,.8,.2,1), transform 720ms cubic-bezier(.2,.8,.2,1);
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .reveal-delay-1 { transition-delay: 100ms; }
    .reveal-delay-2 { transition-delay: 180ms; }
    .reveal-delay-3 { transition-delay: 260ms; }

    /*no bugs*/
    .body-lock {
  overflow: hidden;
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.services-grid {
  display: grid;
  gap: 20px;
  align-items: start;
}

.service-stage {
  padding: 16px;
  border-radius: 28px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(19,19,19,0.06);
  box-shadow: var(--shadow);
}

.services-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.services-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-panel { display: none; }
.service-panel.is-active { display: block; }

.service-copy-panel { display: none; }
.service-copy-panel.is-active { display: block; }



@media (min-width: 768px) {
  .services-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
  }

  .team-shell {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .team-bio {
    order: 1;
  }

  .team-photo {
    order: 2;
  }
}

.service-stage {
  position: static;
}

@media (min-width: 1024px) {
  .service-stage {
    position: sticky;
    top: calc(var(--header-h) + 20px);
  }
}



/*STRZAŁKII CAROUSEL*/
/* USUWAMY stare znaki ← → */
.carousel-btn {
  position: relative;
  font-size: 0; /* ukrywa ← → */
  
  width: 48px;
  height: 48px;
  border-radius: 50%;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  
  backdrop-filter: blur(10px);
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

/* HOVER */
.carousel-btn:hover {
  background: rgba(255,255,255,0.16);
  transform: scale(1.08);
}

/* STRZAŁKA – robiona w CSS */
.carousel-btn::before {
  content: "";
  width: 10px;
  height: 10px;

  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

  transform: rotate(45deg);
}

/* LEWA STRZAŁKA */
.carousel-btn.prev::before {
  transform: rotate(-135deg);
}

/* PRAWA STRZAŁKA */
.carousel-btn.next::before {
  transform: rotate(45deg);
}


.hero h1 {
  margin-bottom: 10px;
}


/* =========================
   FLOATING BUTTONS BASE
   ========================= */

.floating-btn {
  position: fixed;
  bottom: 20px;
  z-index: 9999;
}

.floating-btn img {
  width: 60px;
  height: auto;
  display: block;
}

/* =========================
   WHATSAPP (prawa strona)
   ========================= */

.floating-btn.whatsapp {
  right: 20px;
}

/* =========================
   CALL BUTTON (lewa strona)
   ========================= */

/* domyślnie ukryty */
.call-button-mobile {
  display: none;
  left: 20px;
}

/* widoczny tylko na mobile */
@media (max-width: 767px) {
  .call-button-mobile {
    display: block;
  }
}

.floating-btn {
  transition: opacity 0.3s ease;
}




.btn-header-gold {
  color: #fff;

  background: linear-gradient(135deg, #a77933, #d2b177);
  border: 1px solid rgba(255,255,255,0.2);

  box-shadow: 
    0 10px 25px rgba(182,138,69,0.25),
    inset 0 1px 0 rgba(255,255,255,0.2);

  backdrop-filter: blur(6px);
}

/* HOVER – glass + glow */
.btn-header-gold:hover {
  transform: translateY(-2px);

  background: linear-gradient(135deg, #b8883f, #e3c48c);

  box-shadow:
    0 16px 35px rgba(182,138,69,0.35),
    0 0 0 1px rgba(255,255,255,0.25) inset,
    0 0 18px rgba(221,195,146,0.45);
}

/* kliknięcie */
.btn-header-gold:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(182,138,69,0.25);
}


.signature-content h2 {
  font-size: clamp(1.5rem, 5vw, 2.4rem);
  line-height: 1.15;
}

.brand img {
  height: 70px;
  width: auto;
  display: block;
}


.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
  width: 50px;
  height: 50px;

  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  border: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}


/*strzałki gallery*/
.lightbox-arrow.prev {
  left: 20px;
}

.lightbox-arrow.next {
  right: 20px;
}

.lightbox-arrow::before {
  content: "";
  display: block; /* 🔥 TEGO CI BRAKOWAŁO */

  width: 12px;
  height: 12px;

  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

  transform: rotate(45deg);
}

.lightbox-arrow.prev::before {
  transform: rotate(-135deg);
}










    @media (min-width: 768px) {
      .section { padding: 50px 0; }
      .hero-content { padding: 28px; }
      .hero-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .about-grid,
      .services-grid,
      .contact-grid,
      .team-shell { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .drinks-grid,
      .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .services-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
      .team-bio { width: calc(100% - 48px); }
    .footer-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* logo zostaje po lewej */
}

.footer-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: max-content;
}
      .brand-copy--mobile { display: block; }
    }

    @media (min-width: 1024px) {
      .desktop-nav,
      .header-actions,
      .brand-copy--desktop,
      .desktop-only { display: flex; }
      .brand-copy--mobile,
      .mobile-menu-toggle,
      .mobile-menu,
      .mobile-only { display: none !important; }
      .header-actions { align-items: center; gap: 25px; }
      .desktop-nav { justify-content: center; }
      .header-shell { grid-template-columns: auto 1fr auto; gap: 18px; }
      .hero-wrap { gap: 22px; }
      .hero-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
      .gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
      .drinks-grid,
      .trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
      .services-grid { grid-template-columns: 0.9fr 1.1fr; }
       .signature-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 100%;
    max-width: 1000px; /* albo 1200px */
  } 
      .show-mobile { display: none; }
      .show-desktop { display: block; }
      .nav-list a {
  color: #ffffff;
}
  .social-link {
    color: #fff;

    background: linear-gradient(135deg, #a77933, #d2b177);
    border: 1px solid rgba(255,255,255,0.2);

    box-shadow: 
      0 10px 25px rgba(182,138,69,0.25),
      inset 0 1px 0 rgba(255,255,255,0.2);
  }

  .social-link:hover {
    transform: translateY(-2px) scale(1.05);

    background: linear-gradient(135deg, #b8883f, #e3c48c);

    box-shadow:
      0 16px 35px rgba(182,138,69,0.35),
      0 0 0 1px rgba(255,255,255,0.25) inset,
      0 0 18px rgba(221,195,146,0.45);
  }
    }

    @media (min-width: 1280px) {
  .section { padding: 65px 0; }
  .hero-content { padding: 36px; }
  .service-stage { padding: 20px; }

  .about-copy-box,
  .contact-card,
  .embed-shell {
    padding: 28px;
  }

  .map-card {
    padding: 0;
  }
}

/*on mobile barber photo first*/
@media (max-width: 1023px) {
  .team-photo {
    order: -1;
  }
}

@media (max-width: 767px) {
  .footer-shell {
    padding-bottom: 80px;
  }
}

/*centering team section na mobile*/
@media (max-width: 1023px) {
  .team-bio {
    text-align: center;
    align-items: center;
  }

  .team-meta {
    justify-items: center;
  }

  .team-meta-row {
    text-align: center;
  }
}

/*centering contact tile on mobile*/
@media (max-width: 1023px) {
  .contact-card {
    text-align: center;
    align-items: center;
  }

  .contact-list {
    justify-items: center;
  }

  .contact-item {
    text-align: center;
  }

  .contact-socials {
    justify-content: center;
  }

  .contact-brand {
    text-align: center;
  }
}

/*contain same image of drink images*/
@media (max-width: 1024px) {
  .drink-card {
    display: flex;
    flex-direction: column;
  }

  .drink-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: unset;
    height: auto;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 12px;
  }

  .drink-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}

@media (max-width: 1023px) {
  .service-copy {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .brand {
    margin-left: 50px;
  }
}


@media (max-width: 1023px) {
  .site-footer .brand {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .site-footer .brand-logo {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .hero-content h1 {
    font-size: clamp(2.2rem, 3vw, 3.2rem);
    line-height: 1.1;
  }
}