
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { background: #0e0e0d; color: #e8e8e4; font-family: 'Work Sans', sans-serif; }

  .intro {
    padding: 80px 32px 60px;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  .intro .eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #7A8B7A;
    margin-bottom: 20px;
  }
  .intro h1 {
    font-family: 'Fraunces', serif;
    font-weight: 400;
    font-size: clamp(28px, 5vw, 42px);
    line-height: 1.25;
    color: #f4f4f0;
    margin-bottom: 16px;
  }
  .intro p {
    font-size: 15px;
    color: #999992;
    line-height: 1.6;
  }
  .nav-pills {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .nav-pills a {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #b8b8b2;
    text-decoration: none;
    border: 1px solid #2a2a27;
    padding: 8px 16px;
    border-radius: 100px;
    transition: all 0.2s ease;
  }
  .nav-pills a:hover { border-color: #7A8B7A; color: #7A8B7A; }

  .concept {
    min-height: 100vh;
    padding: 90px 0 100px;
    position: relative;
  }
  .concept-label {
    max-width: 1040px;
    margin: 0 auto 48px;
    padding: 0 32px;
  }
  .concept-label .num {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    opacity: 0.5;
    letter-spacing: 0.1em;
  }
  .concept-label h2 {
    font-size: clamp(26px, 4vw, 36px);
    margin: 8px 0 10px;
  }
  .concept-label .ethos {
    font-size: 14px;
    max-width: 520px;
    line-height: 1.6;
    opacity: 0.75;
  }

  .swatches {
    max-width: 1040px;
    margin: 0 auto 56px;
    padding: 0 32px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .swatch {
    flex: 1;
    min-width: 110px;
    height: 76px;
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
    padding: 8px 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  .type-specimen {
    max-width: 1040px;
    margin: 0 auto 64px;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
  }
  @media (max-width: 720px) { .type-specimen { grid-template-columns: 1fr; } }

  .mockup {
    max-width: 1315px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .mockup-frame {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
  }
  .mockup { margin-bottom: 25px; }
  .mockup-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 40px;
  }
  .mockup-nav .logo { font-size: 14px; letter-spacing: 0.06em; }
  .mockup-nav .links { display: flex; gap: 28px; font-size: 12px; letter-spacing: 0.03em; }
  .mockup-nav .links span { opacity: 0.7; }
  .mockup-nav .links a { color: inherit; text-decoration: none; opacity: 0.7; transition: opacity 0.15s ease, border-color 0.15s ease; padding-bottom: 2px; border-bottom: 1px solid transparent; }
  .mockup-nav .links a:hover { opacity: 1; }
  #c2 .mockup-nav .links a:hover { border-bottom-color: #C79A5E; }
  .mockup-hero {
    padding: 140px 40px 150px;
    min-height: 700px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .mockup-hero .eyebrow2 {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 22px;
    display: inline-block;
  }
  .mockup-hero h3 {
    font-size: clamp(30px, 4.2vw, 50px);
    line-height: 1.18;
    max-width: 640px;
    margin-bottom: 22px;
  }
  .mockup-hero p.sub {
    font-size: 15px;
    max-width: 440px;
    line-height: 1.7;
    opacity: 0.75;
    margin-bottom: 34px;
  }
  .mockup-btn {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.03em;
    padding: 14px 28px;
    border-radius: 4px;
  }

  /* ===== CONCEPT 1: CISZA — quiet daylight minimalism ===== */
  #c1 { background: #FAFAF7; color: #1C1E1C; }
  #c1 .concept-label .num, #c1 .ethos { color: #6b6b64; }
  #c1 .type-specimen .display { font-family: 'Fraunces', serif; font-weight: 300; font-size: 44px; line-height: 1.2; }
  #c1 .type-specimen .body-sample { font-family: 'Work Sans', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.8; color: #4a4a45; }
  #c1 .type-specimen .label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #8a9b8a; margin-bottom: 10px; display: block; }
  #c1 .mockup-frame { background: #F2F0EA; }
  #c1 .mockup-nav { border-bottom: 1px solid #e2e0d8; color: #1C1E1C; }
  #c1 .mockup-hero { background: linear-gradient(180deg, #F2F0EA 0%, #EDEBE3 100%); }
  #c1 .mockup-hero .eyebrow2 { color: #7A8B6E; }
  #c1 .mockup-hero h3 { font-family: 'Fraunces', serif; font-weight: 400; color: #1C1E1C; }
  #c1 .mockup-hero .divider { width: 48px; height: 1px; background: #7A8B6E; margin: 26px 0; }
  #c1 .mockup-btn { background: #1C1E1C; color: #F2F0EA; }
  #c1 .mockup-btn.ghost { background: transparent; border: 1px solid #1C1E1C; color: #1C1E1C; margin-left: 12px; }

  /* ===== CONCEPT 2: GŁĘBIA — dark, premium, grounded ===== */
  #c2 { background: #131513; color: #E7E7E1; }
  #c2 .concept-label .num { color: #4C6A50; }
  #c2 .ethos { color: #9a9a92; }
  #c2 .type-specimen .display { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 40px; line-height: 1.15; letter-spacing: -0.01em; }
  #c2 .type-specimen .body-sample { font-family: 'Work Sans', sans-serif; font-size: 14px; line-height: 1.8; color: #a8a8a0; }
  #c2 .type-specimen .label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #4C6A50; margin-bottom: 10px; display: block; }
  #c2 .mockup-frame { background: #191B18; }
  #c2 .mockup-nav { border-bottom: 1px solid #262822; color: #E7E7E1; }
  #c2 .mockup-hero { background: radial-gradient(ellipse at top right, #1E2A1E 0%, #191B18 60%); }
  #c2 .mockup-hero .eyebrow2 { color: #6E9370; }
  #c2 .mockup-hero h3 { font-family: 'Space Grotesk', sans-serif; font-weight: 500; color: #F2F2EC; }
  #c2 .mockup-hero .divider { width: 1px; height: 40px; background: linear-gradient(180deg,#6E9370,transparent); margin: 0 0 26px; }
  #c2 .mockup-btn { background: #6E9370; color: #10120F; }
  #c2 .mockup-btn.ghost { background: transparent; border: 1px solid #3a3d35; color: #E7E7E1; margin-left: 12px; }

  /* ===== CONCEPT 3: KAMIEŃ — editorial, stone & moss, clinical/organic balance ===== */

  /* ===== CONCEPT 4: ENSO — pure zen minimalism, black/white, sparing green, circle motif ===== */
  #c4 { background: #FFFFFF; color: #111111; }
  #c4 .concept-label .num, #c4 .ethos { color: #888; }
  #c4 .type-specimen .display { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 42px; line-height: 1.2; letter-spacing: -0.01em; }
  #c4 .type-specimen .body-sample { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 14px; line-height: 1.9; color: #555; }
  #c4 .type-specimen .label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #111; margin-bottom: 10px; display: block; }
  #c4 .mockup-frame { background: #ffffff; border: 1px solid #e5e5e5; }
  #c4 .mockup-nav { border-bottom: 1px solid #eee; color: #111; font-family: 'Jost', sans-serif; font-weight: 300; }
  #c4 .mockup-hero { background: #ffffff; text-align: center; padding-top: 60px; }
  #c4 .enso {
    width: 90px; height: 90px; margin: 0 auto 36px;
    border-radius: 50%;
    border: 2.5px solid #111;
    border-right-color: transparent;
    transform: rotate(-45deg);
    opacity: 0.85;
  }
  #c4 .mockup-hero .eyebrow2 { color: #6E9370; font-family: 'IBM Plex Mono', monospace; }
  #c4 .mockup-hero h3 { font-family: 'Jost', sans-serif; font-weight: 300; color: #111; margin-left: auto; margin-right: auto; }
  #c4 .mockup-hero p.sub { font-family: 'Jost', sans-serif; font-weight: 300; margin-left: auto; margin-right: auto; }
  #c4 .mockup-btn { background: #111; color: #fff; font-family: 'Jost', sans-serif; font-weight: 400; }
  #c4 .mockup-btn.ghost { background: transparent; border: 1px solid #111; color: #111; margin-left: 12px; font-family: 'Jost', sans-serif; }

  .bamboo-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
  }
  .mockup-hero > *:not(.bamboo-deco) { position: relative; z-index: 1; }

  #c1 .bamboo-deco { color: #7A8B6E; opacity: 0.45; right: 44px; bottom: 40px; width: 165px; height: 207px; }
  #c2 .bamboo-deco { color: #6E9370; opacity: 0.5;  right: 48px; top: 46px;    width: 150px; height: 188px; }
  #c4 .bamboo-deco { color: #4E6350; opacity: 0.5;  left: 50%;   top: 34px;    width: 92px;  height: 115px; transform: translateX(70px); }

  .concept-label { position: relative; }
  .zen-note {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    opacity: 0.55;
    margin-top: 14px;
    font-style: italic;
  }

  .footer-note {
    text-align: center;
    padding: 60px 32px 90px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    color: #666;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
  }

  /* ===== PHOTO BACKGROUND OVERRIDE ===== */
  .mockup-hero .bamboo-deco { display: none; }
  #c4 .enso { display: none; }

  .mockup-hero {
    background-image:
      linear-gradient(90deg, rgba(233,225,212,0.92) 0%, rgba(233,225,212,0.72) 34%, rgba(233,225,212,0.30) 55%, rgba(233,225,212,0) 72%),
      url('/assets/img_ae24f45093.jpg') !important;
    background-size: cover, cover !important;
    background-position: center, right center !important;
    background-repeat: no-repeat, no-repeat !important;
    min-height: 460px;
  }

  /* Legible dark type on the warm photo, per concept identity */
  #c1 .mockup-hero .eyebrow2 { color: #4d5b45; }
  #c1 .mockup-hero h3 { color: #20221c; }
  #c1 .mockup-hero p.sub { color: #3a3c34; opacity: 1; }
  #c1 .mockup-hero .divider { background: #4d5b45; }
  #c1 .mockup-btn { background: #20221c; color: #f2efe8; }
  #c1 .mockup-btn.ghost { background: transparent; border-color: #20221c; color: #20221c; }

  #c2 .mockup-hero .eyebrow2 { color: #3f5a3f; }
  #c2 .mockup-hero h3 { color: #1d1f19; }
  #c2 .mockup-hero p.sub { color: #35372f; opacity: 1; }
  #c2 .mockup-hero .divider { background: linear-gradient(180deg,#3f5a3f,transparent); }
  #c2 .mockup-btn { background: #2e402e; color: #eef2ea; }
  #c2 .mockup-btn.ghost { background: transparent; border-color: #2e402e; color: #26281f; }


  #c4 .mockup-hero { text-align: left; padding-top: 90px; }
  #c4 .mockup-hero h3, #c4 .mockup-hero p.sub { margin-left: 0; margin-right: 0; }
  #c4 .mockup-hero .eyebrow2 { color: #4d6350; }
  #c4 .mockup-hero h3 { color: #1a1a17; }
  #c4 .mockup-hero p.sub { color: #35352f; }
  #c4 .mockup-btn { background: #1a1a17; color: #fff; }
  #c4 .mockup-btn.ghost { background: transparent; border-color: #1a1a17; color: #1a1a17; }


  /* ===== CONCEPT 2 (GŁĘBIA) — dedicated dark zen photo + warm-dark palette ===== */
  #c2 { background: #130d0a; }                       /* warm near-black to match photo */
  #c2 .concept-label .num { color: #7a5a3a; }
  #c2 .ethos { color: #a99a86; }
  #c2 .type-specimen .display { color: #efe7db; }
  #c2 .type-specimen .body-sample { color: #b3a690; }
  #c2 .type-specimen .label { color: #8a6a44; }

  #c2 .mockup-frame { background: #1A120E; }
  #c2 .mockup-nav { border-bottom: 1px solid #382a22; color: #efe7db; }
  #c2 .mockup-nav .links { color: #cdbfa9; opacity: 1; }

  #c2 .mockup-hero {
    background-image:
      linear-gradient(90deg, rgba(19,13,10,0.97) 0%, rgba(19,13,10,0.92) 28%, rgba(19,13,10,0.70) 46%, rgba(19,13,10,0.34) 64%, rgba(19,13,10,0) 82%),
      url('/assets/img_791661023f.jpg') !important;
    background-size: cover, cover !important;
    background-position: center, right center !important;
    background-repeat: no-repeat, no-repeat !important;
    min-height: 480px;
  }
  #c2 .mockup-hero .eyebrow2 { color: #c79a5e; }      /* warm gold accent from the light strip */
  #c2 .mockup-hero h3 { color: #f3ece1; }
  #c2 .mockup-hero p.sub { color: #cabda6; opacity: 1; }
  #c2 .mockup-hero .divider { background: linear-gradient(180deg,#c79a5e,transparent); }
  #c2 .mockup-btn { background: #c79a5e; color: #130d0a; }
  #c2 .mockup-btn.ghost { background: transparent; border: 1px solid #6f5a44; color: #efe7db; }

  /* refresh swatch row for concept 2 to reflect the new palette */


  /* ===== CONCEPT 1 (CISZA) — dedicated light stone photo + matched palette ===== */
  #c1 { background: #EFEBE3; }                        /* warm stone cream from photo */
  #c1 .concept-label .num, #c1 .ethos { color: #6f6a5f; }
  #c1 .type-specimen .display { color: #211f1a; }
  #c1 .type-specimen .body-sample { color: #4a4740; }
  #c1 .type-specimen .label { color: #7d8672; }       /* muted sage */

  #c1 .mockup-frame { background: #EAE6DD; }
  #c1 .mockup-nav { border-bottom: 1px solid #d9d3c7; color: #26241f; }

  #c1 .mockup-hero {
    background-image:
      linear-gradient(90deg, rgba(238,233,224,0.94) 0%, rgba(238,233,224,0.78) 34%, rgba(238,233,224,0.34) 56%, rgba(238,233,224,0) 74%),
      url('/assets/img_17d0b3bf67.jpg') !important;
    background-size: cover, cover !important;
    background-position: center, right center !important;
    background-repeat: no-repeat, no-repeat !important;
    min-height: 470px;
  }
  #c1 .mockup-hero .eyebrow2 { color: #6d7663; }       /* stone-sage accent */
  #c1 .mockup-hero h3 { color: #211f1a; }
  #c1 .mockup-hero p.sub { color: #43413a; opacity: 1; }
  #c1 .mockup-hero .divider { background: #6d7663; }
  #c1 .mockup-btn { background: #26241f; color: #efebe3; }
  #c1 .mockup-btn.ghost { background: transparent; border: 1px solid #26241f; color: #26241f; }


  /* ===== CONCEPT 4 (ENSO) — green-leaning palette + stone-green photo ===== */
  #c4 { background: #E7ECE6; }                         /* airy misty green-grey from photo */
  #c4 .concept-label .num, #c4 .ethos { color: #5f6b5a; }
  #c4 .type-specimen .display { color: #1c231b; }
  #c4 .type-specimen .body-sample { color: #47513f; }
  #c4 .type-specimen .label { color: #3f5a3d; }

  #c4 .mockup-frame { background: #E3E8E2; border: 1px solid #ccd4cb; }
  #c4 .mockup-nav { border-bottom: 1px solid #ccd4cb; color: #223021; }

  #c4 .mockup-hero {
    text-align: left;
    padding-top: 90px;
    background-image:
      linear-gradient(90deg, rgba(231,236,230,0.96) 0%, rgba(231,236,230,0.86) 32%, rgba(231,236,230,0.46) 54%, rgba(231,236,230,0.05) 74%),
      url('/assets/img_d6f56bdd69.jpg') !important;
    background-size: cover, cover !important;
    background-position: center, right center !important;
    background-repeat: no-repeat, no-repeat !important;
    min-height: 470px;
  }
  #c4 .mockup-hero h3, #c4 .mockup-hero p.sub { margin-left: 0; margin-right: 0; }
  #c4 .mockup-hero .eyebrow2 { color: #43663f; }        /* forest-green accent */
  #c4 .mockup-hero h3 { color: #1c231b; }
  #c4 .mockup-hero p.sub { color: #414b3b; opacity: 1; }
  #c4 .mockup-btn { background: #2f4a2c; color: #eef1e9; }   /* deep green button */
  #c4 .mockup-btn.ghost { background: transparent; border: 1px solid #3f5a3d; color: #2f4a2c; }


  /* (Concept 3 keeps its own original Cormorant Garamond typography) */

  /* ===== Concept 3 typography transferred onto Concept 2 hero ===== */
  #c2 .mockup-hero h3 {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }
  /* thin gold separator line under the heading (like Concept 3) */
  #c2 .mockup-hero .divider {
    width: 100% !important;
    max-width: 480px !important;
    height: 1px !important;
    background: #c79a5e !important;
    margin: 26px 0 !important;
  }
  /* remaining Concept 3 fonts transferred: Jost for nav, body, buttons */
  #c2 .mockup-nav { font-family: 'Jost', sans-serif; }
  #c2 .mockup-hero p.sub { font-family: 'Jost', sans-serif; }
  #c2 .mockup-btn, #c2 .mockup-btn.ghost { font-family: 'Jost', sans-serif; }
  /* type-specimen fonts matched to Concept 3 */
  #c2 .type-specimen .display { font-family: 'Cormorant Garamond', serif !important; font-style: italic; font-weight: 500; font-size: 46px; line-height: 1.2; letter-spacing: 0; }
  #c2 .type-specimen .body-sample { font-family: 'Jost', sans-serif !important; }

  /* ===== Full-page "O mnie" overlays (single-file, no separate pages) ===== */
  .page-view {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow-y: auto;
    flex-direction: column;
  }
  .page-view.active { display: flex; }
  .page-view .pv-nav {
    display: flex; justify-content: space-between; align-items: center;
    padding: 26px 48px; border-bottom: 1px solid;
  }
  .page-view .pv-nav .logo { font-size: 15px; letter-spacing: 0.06em; }
  .page-view .pv-nav .links { display: flex; gap: 30px; font-size: 13px; letter-spacing: 0.03em; }
  .page-view .pv-nav .links a { text-decoration: none; padding-bottom: 3px; border-bottom: 1px solid transparent; transition: color .15s ease, border-color .15s ease; }
  .page-view .pv-main {
    flex: 1; display: flex; flex-direction: column;
    align-items: center; justify-content: center; text-align: center; padding: 60px 32px;
  }
  .page-view .pv-eyebrow {
    font-family: 'Jost', sans-serif; font-weight: 500; font-size: 15px;
    letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 22px;
  }
  .page-view .pv-title {
    font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
    font-size: clamp(40px, 7vw, 76px); line-height: 1.05;
  }
  .page-view .pv-divider { width: 64px; height: 1px; margin: 30px 0; }
  .page-view .pv-placeholder { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 15px; max-width: 420px; line-height: 1.7; }
  .page-view .pv-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(19px, 2.6vw, 26px); line-height: 1.5; max-width: 560px; margin-bottom: 18px; }
  .page-view .pv-author { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
  #page-glebia .pv-author { color: #C79A5E; }
  .page-view .pv-footer {
    padding: 22px 48px; border-top: 1px solid; display: flex; justify-content: space-between; align-items: center;
    font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.03em;
  }
  .page-view .pv-footer a { text-decoration: none; cursor: pointer; }
  .page-view .pv-footer a.pv-home { font-family: 'Jost', sans-serif; font-size: 18px; letter-spacing: 0.02em; }
  .page-view .pv-nav, .page-view .pv-main, .page-view .pv-footer { font-family: 'Jost', sans-serif; font-weight: 300; }

  /* Głębia (dark warm) */
  #page-glebia { background: #130D0A; color: #f3ece1; }
  #page-glebia .pv-nav, #page-glebia .pv-footer { border-color: #382a22; }
  #page-glebia .pv-nav .logo { color: #f3ece1; }
  #page-glebia .pv-nav .links a { color: #cabda6; }
  #page-glebia .pv-nav .links a:hover { color: #f3ece1; }
  #page-glebia .pv-nav .links a.active { color: #f3ece1; border-bottom-color: #C79A5E; }
  #page-glebia .pv-eyebrow { color: #C79A5E; }
  #page-glebia .pv-title { color: #f3ece1; }
  #page-glebia .pv-divider { background: #C79A5E; }
  #page-glebia .pv-placeholder { color: #cabda6; }
  #page-glebia .pv-footer { color: #cabda6; }
  #page-glebia .pv-footer a { color: #cabda6; }
  #page-glebia .pv-footer a:hover { color: #f3ece1; }
  #page-glebia .pv-body,
  #page-glebia-oferta .pv-body,
  #page-glebia-tsr .pv-body { color: #d8ccb8; text-align: left; }
  #page-glebia .pv-role { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500; font-size: clamp(16px,2.1vw,20px); line-height: 1.4; color: #C79A5E; margin-top: 12px; }
  #page-glebia .pv-lead { font-size: 16px; color: #d8ccb8; }
  #page-glebia .pv-emph,
  #page-glebia-oferta .pv-emph,
  #page-glebia-tsr .pv-emph { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(20px,2.8vw,26px); line-height: 1.5; color: #efe7db; text-align: center; margin: 28px 0; }
  #page-glebia .pv-address strong { color: #efe7db; font-weight: 500; }
  #page-glebia .pv-address em { color: #C79A5E; font-style: normal; }
  #page-glebia .pv-quote-block { text-align: center; margin-top: 40px; padding-top: 32px; border-top: 1px solid #382a22; }
  #page-glebia .pv-quote-block .pv-quote { margin: 0 auto 12px; }
  #page-glebia .pv-author { font-family: 'Jost', sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }

  /* ===== Kontakt — Głębia ===== */
  #page-glebia-kontakt .pv-article-title { color: #f3ece1; }
  #page-glebia-kontakt .ct-list { width: 100%; max-width: 540px; margin: 4px auto 0; text-align: left; }
  #page-glebia-kontakt .ct-row { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid #2c211a; }
  #page-glebia-kontakt .ct-row:last-child { border-bottom: none; }
  #page-glebia-kontakt .ct-label { font-family: 'Jost', sans-serif; font-weight: 500; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #C79A5E; }
  #page-glebia-kontakt .ct-value { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 16px; line-height: 1.5; color: #e4d8c6; text-decoration: none; }
  #page-glebia-kontakt a.ct-value { border-bottom: 1px solid transparent; transition: border-color .15s ease, color .15s ease; }
  #page-glebia-kontakt a.ct-value:hover { border-bottom-color: #C79A5E; color: #f3ece1; }
  @media (max-width: 480px) { #page-glebia-kontakt .ct-row { grid-template-columns: 1fr; gap: 5px; } }

  /* ===== Opinie — Głębia ===== */
  #page-glebia-opinie { background: #130D0A; color: #f3ece1; }
  #page-glebia-opinie .pv-nav, #page-glebia-opinie .pv-footer { border-color: #382a22; }
  #page-glebia-opinie .pv-nav .logo { color: #f3ece1; }
  #page-glebia-opinie .pv-nav .links a { color: #cabda6; }
  #page-glebia-opinie .pv-nav .links a:hover { color: #f3ece1; }
  #page-glebia-opinie .pv-nav .links a.active { color: #f3ece1; border-bottom-color: #C79A5E; }
  #page-glebia-opinie .pv-eyebrow { color: #C79A5E; }
  #page-glebia-opinie .pv-article-title { color: #f3ece1; }
  #page-glebia-opinie .pv-divider { background: #C79A5E; }
  #page-glebia-opinie .pv-footer { color: #cabda6; }
  #page-glebia-opinie .pv-footer a { color: #cabda6; }
  #page-glebia-opinie .pv-footer a:hover { color: #f3ece1; }
  #page-glebia-opinie .op-grid { width: 100%; max-width: 900px; margin: 6px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; text-align: left; }
  @media (max-width: 640px) { #page-glebia-opinie .op-grid { grid-template-columns: 1fr; } }
  #page-glebia-opinie .op-card { background: rgba(24,16,9,0.66); border: 1px solid #2c211a; border-radius: 12px; padding: 26px 28px 22px; }
  #page-glebia-opinie .op-card.op-wide { grid-column: 1 / -1; }
  #page-glebia-opinie .op-stars { color: #C79A5E; letter-spacing: 3px; font-size: 13px; margin-bottom: 12px; }
  #page-glebia-opinie .op-text { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 15.5px; line-height: 1.72; color: #d8ccb8; margin: 0 0 14px; }
  #page-glebia-opinie .op-meta { font-family: 'Jost', sans-serif; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #8f8172; }
  #page-glebia-opinie .op-cta { text-align: center; margin-top: 34px; }
  #page-glebia-opinie .op-cta a { display: inline-block; font-family: 'Jost', sans-serif; font-size: 14px; letter-spacing: 0.02em; padding: 14px 32px; border-radius: 6px; background: #C79A5E; color: #130D0A; text-decoration: none; transition: background .15s ease; }
  #page-glebia-opinie .op-cta a:hover { background: #d4aa70; }
  #page-glebia-opinie .op-note { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 12.5px; color: #8f8172; text-align: center; margin-top: 14px; max-width: 520px; }
  #page-glebia .pv-h2,
  #page-glebia-oferta .pv-h2,
  #page-glebia-tsr .pv-h2 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500; font-size: clamp(24px,3.4vw,34px); line-height: 1.2; color: #C79A5E; text-align: center; margin: 6px 0 30px; }
  #page-glebia .pv-section,
  #page-glebia-oferta .pv-section,
  #page-glebia-tsr .pv-section { margin-top: 34px; padding-top: 22px; border-top: 1px solid #382a22; }
  #page-glebia .pv-body ul,
  #page-glebia-oferta .pv-body ul,
  #page-glebia-tsr .pv-body ul { list-style: none; margin: 6px 0 20px; padding: 0; }
  #page-glebia .pv-body li,
  #page-glebia-oferta .pv-body li,
  #page-glebia-tsr .pv-body li { position: relative; padding: 5px 0 5px 22px; margin: 0; line-height: 1.6; }
  #page-glebia .pv-body li::before,
  #page-glebia-oferta .pv-body li::before,
  #page-glebia-tsr .pv-body li::before { content: ""; position: absolute; left: 3px; top: 0.95em; width: 5px; height: 5px; border-radius: 50%; background: #C79A5E; transform: translateY(-50%); }
  #page-glebia-oferta .pv-body ul.pv-cols { column-count: 2; column-gap: 34px; }
  #page-glebia-oferta .pv-body ul.pv-cols li { break-inside: avoid; -webkit-column-break-inside: avoid; }
  @media (max-width: 560px) { #page-glebia-oferta .pv-body ul.pv-cols { column-count: 1; } }

  /* Kamień (light stone) */

  /* ===== "Terapia TSR" pages — readable article layout ===== */
  .page-view .pv-article { justify-content: flex-start; text-align: center; padding-top: 84px; padding-bottom: 84px; }
  .page-view .pv-article-inner { max-width: 736px; width: 100%; margin: 0 auto; }
  .page-view .pv-article .pv-eyebrow { margin-bottom: 20px; }
  .page-view .pv-article-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500; font-size: clamp(30px, 4.4vw, 48px); line-height: 1.15; }
  .page-view .pv-article .pv-divider { margin: 26px auto; }
  .page-view .pv-body { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 16px; line-height: 1.8; }
  .page-view .pv-body p { margin-bottom: 18px; }
  .page-view .pv-body p:last-child { margin-bottom: 0; }
  .page-view .pv-subhead { font-family: 'Jost', sans-serif; font-weight: 500; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; margin: 30px 0 14px; }
  .page-view .pv-body ul { list-style: none; margin: 0 0 18px; padding: 0; }
  .page-view .pv-body li { position: relative; padding: 6px 0; margin: 0; line-height: 1.65; }
  .page-view .pv-body li + li::before { content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 5px; height: 5px; border-radius: 50%; }

  /* Głębia — Terapia TSR */
  #page-glebia-tsr { background: #130D0A; color: #f3ece1; }
  #page-glebia-tsr .pv-nav, #page-glebia-tsr .pv-footer { border-color: #382a22; }
  #page-glebia-tsr .pv-nav .logo { color: #f3ece1; }
  #page-glebia-tsr .pv-nav .links a { color: #cabda6; }
  #page-glebia-tsr .pv-nav .links a:hover { color: #f3ece1; }
  #page-glebia-tsr .pv-nav .links a.active { color: #f3ece1; border-bottom-color: #C79A5E; }
  #page-glebia-tsr .pv-eyebrow { color: #C79A5E; }
  #page-glebia-tsr .pv-article-title { color: #f3ece1; }
  #page-glebia-tsr .pv-divider { background: #C79A5E; }
  #page-glebia-tsr .pv-body { color: #d8ccb8; }
  #page-glebia-tsr .pv-footer { color: #cabda6; }
  #page-glebia-tsr .pv-footer a { color: #cabda6; }
  #page-glebia-tsr .pv-footer a:hover { color: #f3ece1; }



  /* ===== Placeholder pages: Oferta / Blog / Kontakt (both concepts) ===== */

  /* Oferta — Głębia */
  #page-glebia-oferta { background: #130D0A; color: #f3ece1; }
  #page-glebia-oferta .pv-nav, #page-glebia-oferta .pv-footer { border-color: #382a22; }
  #page-glebia-oferta .pv-nav .logo { color: #f3ece1; }
  #page-glebia-oferta .pv-nav .links a { color: #cabda6; }
  #page-glebia-oferta .pv-nav .links a:hover { color: #f3ece1; }
  #page-glebia-oferta .pv-nav .links a.active { color: #f3ece1; border-bottom-color: #C79A5E; }
  #page-glebia-oferta .pv-eyebrow { color: #C79A5E; }
  #page-glebia-oferta .pv-title { color: #f3ece1; }
  #page-glebia-oferta .pv-divider { background: #C79A5E; }
  #page-glebia-oferta .pv-placeholder { color: #cabda6; }
  #page-glebia-oferta .pv-footer { color: #cabda6; }
  #page-glebia-oferta .pv-footer a { color: #cabda6; }
  #page-glebia-oferta .pv-footer a:hover { color: #f3ece1; }

  /* Oferta — Kamień */

  /* Blog — Głębia */
  #page-glebia-blog { background: #130D0A; color: #f3ece1; }
  #page-glebia-blog .pv-nav, #page-glebia-blog .pv-footer { border-color: #382a22; }
  #page-glebia-blog .pv-nav .logo { color: #f3ece1; }
  #page-glebia-blog .pv-nav .links a { color: #cabda6; }
  #page-glebia-blog .pv-nav .links a:hover { color: #f3ece1; }
  #page-glebia-blog .pv-nav .links a.active { color: #f3ece1; border-bottom-color: #C79A5E; }
  #page-glebia-blog .pv-eyebrow { color: #C79A5E; }
  #page-glebia-blog .pv-title { color: #f3ece1; }
  #page-glebia-blog .pv-divider { background: #C79A5E; }
  #page-glebia-blog .pv-placeholder { color: #cabda6; }
  #page-glebia-blog .pv-footer { color: #cabda6; }
  #page-glebia-blog .pv-footer a { color: #cabda6; }
  #page-glebia-blog .pv-footer a:hover { color: #f3ece1; }

  /* Blog — Kamień */

  /* Kontakt — Głębia */
  #page-glebia-kontakt { background: #130D0A; color: #f3ece1; }
  #page-glebia-kontakt .pv-nav, #page-glebia-kontakt .pv-footer { border-color: #382a22; }
  #page-glebia-kontakt .pv-nav .logo { color: #f3ece1; }
  #page-glebia-kontakt .pv-nav .links a { color: #cabda6; }
  #page-glebia-kontakt .pv-nav .links a:hover { color: #f3ece1; }
  #page-glebia-kontakt .pv-nav .links a.active { color: #f3ece1; border-bottom-color: #C79A5E; }
  #page-glebia-kontakt .pv-eyebrow { color: #C79A5E; }
  #page-glebia-kontakt .pv-title { color: #f3ece1; }
  #page-glebia-kontakt .pv-divider { background: #C79A5E; }
  #page-glebia-kontakt .pv-placeholder { color: #cabda6; }
  #page-glebia-kontakt .pv-footer { color: #cabda6; }
  #page-glebia-kontakt .pv-footer a { color: #cabda6; }
  #page-glebia-kontakt .pv-footer a:hover { color: #f3ece1; }

  /* Kontakt — Kamień */


  /* Rezerwacja — Głębia */
  #page-glebia-rezerwacja { background: #130D0A; color: #f3ece1; }
  #page-glebia-rezerwacja .pv-nav, #page-glebia-rezerwacja .pv-footer { border-color: #382a22; }
  #page-glebia-rezerwacja .pv-nav .logo { color: #f3ece1; }
  #page-glebia-rezerwacja .pv-nav .links a { color: #cabda6; }
  #page-glebia-rezerwacja .pv-nav .links a:hover { color: #f3ece1; }
  #page-glebia-rezerwacja .pv-nav .links a.active { color: #f3ece1; border-bottom-color: #C79A5E; }
  #page-glebia-rezerwacja .pv-eyebrow { color: #C79A5E; }
  #page-glebia-rezerwacja .pv-title { color: #f3ece1; }
  #page-glebia-rezerwacja .pv-divider { background: #C79A5E; }
  #page-glebia-rezerwacja .pv-placeholder { color: #cabda6; }
  #page-glebia-rezerwacja .pv-footer { color: #cabda6; }
  #page-glebia-rezerwacja .pv-footer a { color: #cabda6; }
  #page-glebia-rezerwacja .pv-footer a:hover { color: #f3ece1; }

  /* Rezerwacja — Kamień */


  /* ===== Booking mockup (Rezerwacja) ===== */
  .pv-booking { flex:1; width:100%; max-width:920px; margin:0 auto; padding:56px 32px 72px; }
  .pv-booking .bk-head { margin-bottom:34px; }
  .pv-booking .bk-title { font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:500; font-size:clamp(30px,4.4vw,46px); line-height:1.1; margin-top:8px; }
  .pv-booking .bk-sessionline { font-family:'Jost',sans-serif; font-weight:300; font-size:15px; margin-top:14px; }
  .pv-booking .bk-grid { display:grid; grid-template-columns: 1.15fr 1fr; gap:34px; align-items:start; }
  @media (max-width:760px){ .pv-booking .bk-grid { grid-template-columns:1fr; gap:26px; } }

  .bk-cal-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; }
  .bk-cal-month { font-family:'Jost',sans-serif; font-size:15px; letter-spacing:0.02em; }
  .bk-cal-nav { display:flex; gap:8px; }
  .bk-cal-nav button { font-family:'Jost',sans-serif; font-size:15px; width:30px; height:30px; border-radius:50%; background:transparent; cursor:pointer; transition:background .15s ease,border-color .15s ease; }
  .bk-dow { display:grid; grid-template-columns:repeat(7,1fr); gap:4px; margin-bottom:6px; }
  .bk-dow span { text-align:center; font-family:'IBM Plex Mono',monospace; font-size:10px; letter-spacing:0.08em; text-transform:uppercase; padding:4px 0; }
  .bk-days { display:grid; grid-template-columns:repeat(7,1fr); gap:4px; }
  .bk-day { aspect-ratio:1; display:flex; align-items:center; justify-content:center; font-family:'Jost',sans-serif; font-size:14px; border-radius:50%; cursor:pointer; transition:background .15s ease,color .15s ease; position:relative; }
  .bk-day.empty { cursor:default; }
  .bk-day.disabled { opacity:0.28; cursor:default; }
  .bk-day.has-slots::after { content:""; position:absolute; bottom:6px; left:50%; transform:translateX(-50%); width:4px; height:4px; border-radius:50%; }
  .bk-day.selected { font-weight:500; }

  .bk-slots-label, .bk-summary-label { font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:0.12em; text-transform:uppercase; margin-bottom:14px; }
  .bk-slots { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
  .bk-slot { font-family:'Jost',sans-serif; font-size:14px; text-align:center; padding:11px 6px; border-radius:6px; cursor:pointer; transition:background .15s ease,border-color .15s ease,color .15s ease; }
  .bk-slot.selected { font-weight:500; }
  .bk-noslots { font-family:'Jost',sans-serif; font-weight:300; font-size:14px; opacity:0.75; padding:8px 0; }

  .bk-summary { border-radius:12px; padding:22px 22px 24px; }
  .bk-sum-row { display:flex; justify-content:space-between; font-family:'Jost',sans-serif; font-size:14px; padding:8px 0; }
  .bk-sum-row.total { font-size:15px; padding-top:14px; margin-top:6px; }
  .bk-sum-row .lbl { opacity:0.7; }
  .bk-cta { display:block; width:100%; text-align:center; font-family:'Jost',sans-serif; font-size:15px; padding:15px; border-radius:6px; margin-top:20px; cursor:pointer; border:none; }
  .bk-note { font-family:'Jost',sans-serif; font-weight:300; font-size:12px; line-height:1.6; margin-top:14px; opacity:0.75; text-align:center; }
  /* Nakładka "Work in progress" na kalendarz rezerwacji (do czasu Cal.com) */
  .bk-grid { position: relative; }
  .bk-wip {
    position: absolute; inset: -2px; z-index: 20;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 10px; text-align: center; padding: 24px;
    background: rgba(19,13,10,0.60);
    -webkit-backdrop-filter: blur(3px) saturate(1.05);
    backdrop-filter: blur(3px) saturate(1.05);
    border-radius: 16px;
    border: 1px solid rgba(199,154,94,0.18);
  }
  .bk-wip .wip-title {
    font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
    font-size: clamp(30px, 4.6vw, 46px); color: #f3ece1; letter-spacing: 0.01em;
    text-shadow: 0 2px 22px rgba(0,0,0,0.55);
  }
  .bk-wip .wip-sub {
    font-family: 'Jost', sans-serif; font-weight: 300; font-size: 14px;
    color: #cabda6; letter-spacing: 0.03em;
  }

  /* Głębia booking palette */
  #page-glebia-rezerwacja .bk-title { color:#f3ece1; }
  #page-glebia-rezerwacja .bk-sessionline { color:#cabda6; }
  #page-glebia-rezerwacja .bk-cal-month { color:#f3ece1; }
  #page-glebia-rezerwacja .bk-cal-nav button { border:1px solid #4a3a2c; color:#cabda6; }
  #page-glebia-rezerwacja .bk-cal-nav button:hover { border-color:#C79A5E; color:#f3ece1; }
  #page-glebia-rezerwacja .bk-dow span { color:#8a765a; }
  #page-glebia-rezerwacja .bk-day { color:#e6dccb; }
  #page-glebia-rezerwacja .bk-day.has-slots::after { background:#C79A5E; }
  #page-glebia-rezerwacja .bk-day:not(.disabled):not(.empty):hover { background:#2a1f16; }
  #page-glebia-rezerwacja .bk-day.selected { background:#C79A5E; color:#130D0A; }
  #page-glebia-rezerwacja .bk-day.selected::after { background:#130D0A; }
  #page-glebia-rezerwacja .bk-slots-label, #page-glebia-rezerwacja .bk-summary-label { color:#C79A5E; }
  #page-glebia-rezerwacja .bk-slot { border:1px solid #3a2c20; color:#e6dccb; }
  #page-glebia-rezerwacja .bk-slot:hover { border-color:#C79A5E; }
  #page-glebia-rezerwacja .bk-slot.selected { background:#C79A5E; color:#130D0A; border-color:#C79A5E; }
  #page-glebia-rezerwacja .bk-summary { background:#1c140f; border:1px solid #382a22; }
  #page-glebia-rezerwacja .bk-sum-row { color:#e6dccb; }
  #page-glebia-rezerwacja .bk-sum-row.total { border-top:1px solid #382a22; color:#f3ece1; }
  #page-glebia-rezerwacja .bk-cta { background:#C79A5E; color:#130D0A; }
  #page-glebia-rezerwacja .bk-cta:hover { background:#d4aa70; }
  #page-glebia-rezerwacja .bk-note { color:#cabda6; }

  /* ===== "Dla kogo" section (Głębia) ===== */
  #c2 .section-forwhom {
    background-image:
      linear-gradient(180deg, rgba(19,13,10,0.92) 0%, rgba(19,13,10,0.72) 22%, rgba(19,13,10,0.60) 60%, rgba(19,13,10,0.80) 100%),
      url('/assets/img_d31e983944.jpg');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    padding: 84px 40px 92px;
  }
  #c2 .fw-inner { max-width: 900px; margin: 0 auto; }
  #c2 .fw-eyebrow { font-family:'Jost',sans-serif; font-weight:500; font-size:15px; letter-spacing:0.2em; text-transform:uppercase; color:#C79A5E; margin-bottom:22px; }
  #c2 .fw-head { font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:500; font-size:clamp(26px,3.6vw,40px); line-height:1.2; color:#f3ece1; max-width:640px; margin-bottom:16px; }
  #c2 .fw-intro { font-family:'Jost',sans-serif; font-weight:300; font-size:16px; line-height:1.75; color:#cabda6; max-width:600px; margin-bottom:48px; }
  #c2 .fw-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:#382a22; border:1px solid #382a22; border-radius:12px; overflow:hidden; }
  @media (max-width:700px){ #c2 .fw-grid { grid-template-columns:1fr; } }
  #c2 .fw-card { background:#181009; padding:30px 28px; }
  #c2 .fw-card h4 { font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:500; font-size:23px; color:#f3ece1; margin-bottom:10px; }
  #c2 .fw-card p { font-family:'Jost',sans-serif; font-weight:300; font-size:14.5px; line-height:1.7; color:#b3a690; }
  #c2 .fw-foot { font-family:'Jost',sans-serif; font-weight:300; font-size:15px; line-height:1.7; color:#cabda6; max-width:600px; margin-top:34px; }
  #c2 .fw-foot a { color:#C79A5E; text-decoration:none; border-bottom:1px solid transparent; transition:border-color .15s ease; }
  #c2 .fw-foot a:hover { border-bottom-color:#C79A5E; }

  /* ===== "Jak wygląda proces terapeutyczny?" section (Głębia) ===== */
  #c2 .section-process {
    background-image:
      linear-gradient(180deg, rgba(19,13,10,0.92) 0%, rgba(19,13,10,0.72) 22%, rgba(19,13,10,0.60) 60%, rgba(19,13,10,0.80) 100%),
      url('/assets/img_d31e983944.jpg');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    padding: 84px 40px 92px;
  }
  #c2 .pr-inner { max-width: 900px; margin: 0 auto; }
  #c2 .pr-eyebrow { font-family:'Jost',sans-serif; font-weight:500; font-size:15px; letter-spacing:0.2em; text-transform:uppercase; color:#C79A5E; margin-bottom:22px; }
  #c2 .pr-head { font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:500; font-size:clamp(26px,3.6vw,40px); line-height:1.2; color:#f3ece1; max-width:640px; margin-bottom:16px; }
  #c2 .pr-intro { font-family:'Jost',sans-serif; font-weight:300; font-size:16px; line-height:1.75; color:#cabda6; max-width:600px; margin-bottom:52px; }
  #c2 .pr-steps { display:flex; flex-direction:column; gap:1px; background:#382a22; border:1px solid #382a22; border-radius:12px; overflow:hidden; }
  #c2 .pr-step { background:#181009; padding:28px 30px; display:grid; grid-template-columns:64px 1fr; gap:24px; align-items:start; }
  @media (max-width:600px){ #c2 .pr-step { grid-template-columns:44px 1fr; gap:16px; padding:24px 22px; } }
  #c2 .pr-num { font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:500; font-size:38px; line-height:1; color:#C79A5E; }
  #c2 .pr-step h4 { font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:500; font-size:23px; color:#f3ece1; margin-bottom:8px; }
  #c2 .pr-step p { font-family:'Jost',sans-serif; font-weight:300; font-size:14.5px; line-height:1.7; color:#b3a690; }
  #c2 .pr-foot { font-family:'Jost',sans-serif; font-weight:300; font-size:15px; line-height:1.7; color:#cabda6; max-width:620px; margin-top:34px; }
  #c2 .pr-foot a { color:#C79A5E; text-decoration:none; border-bottom:1px solid transparent; transition:border-color .15s ease; }
  #c2 .pr-foot a:hover { border-bottom-color:#C79A5E; }

  /* ===== Closing CTA section (Głębia) ===== */
  #c2 .section-cta {
    background-image:
      linear-gradient(180deg, rgba(19,13,10,0.82) 0%, rgba(19,13,10,0.60) 45%, rgba(19,13,10,0.86) 100%),
      url('/assets/img_d31e983944.jpg');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    padding: 92px 40px 100px;
    text-align: center;
  }
  #c2 .cta-inner { max-width: 620px; margin: 0 auto; }
  #c2 .cta-eyebrow { font-family:'Jost',sans-serif; font-weight:500; font-size:15px; letter-spacing:0.2em; text-transform:uppercase; color:#C79A5E; margin-bottom:24px; }
  #c2 .cta-head { font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:500; font-size:clamp(30px,4.6vw,50px); line-height:1.12; color:#f3ece1; margin-bottom:20px; }
  #c2 .cta-sub { font-family:'Jost',sans-serif; font-weight:300; font-size:16px; line-height:1.75; color:#cabda6; max-width:500px; margin:0 auto 36px; }
  #c2 .cta-btn { display:inline-block; font-family:'Jost',sans-serif; font-size:15px; letter-spacing:0.02em; padding:16px 40px; border-radius:6px; background:#C79A5E; color:#130D0A; text-decoration:none; transition:background .15s ease; }
  #c2 .cta-btn:hover { background:#d4aa70; }
  #c2 .cta-note { font-family:'Jost',sans-serif; font-weight:300; font-size:13px; color:#a2917a; margin-top:20px; }



  /* ===== Light-shaft background on Terapia TSR (Głębia) ===== */
  #page-glebia-tsr {
    background-image:
      linear-gradient(100deg, rgba(19,13,10,0.97) 0%, rgba(19,13,10,0.90) 30%, rgba(19,13,10,0.66) 52%, rgba(19,13,10,0.42) 72%, rgba(19,13,10,0.30) 100%),
      url('/assets/img_d31e983944.jpg') !important;
    background-size: cover, cover !important;
    background-position: center, center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-attachment: fixed, fixed !important;
  }


  /* ===== Light-shaft background across all Głębia overlay pages ===== */
  #page-glebia,
  #page-glebia-oferta,
  #page-glebia-blog,
  #page-glebia-kontakt,
  #page-glebia-rezerwacja,
  #page-glebia-opinie,
  #page-glebia-tsr {
    background-image:
      linear-gradient(100deg, rgba(19,13,10,0.97) 0%, rgba(19,13,10,0.90) 30%, rgba(19,13,10,0.66) 52%, rgba(19,13,10,0.42) 72%, rgba(19,13,10,0.30) 100%),
      url('/assets/img_d31e983944.jpg') !important;
    background-size: cover, cover !important;
    background-position: center, center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-attachment: fixed, fixed !important;
  }

  @property --glebiaSway {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
  }

  /* ===== Subtelne, animowane smugi światła (podstrony Głębia) ===== */
  #page-glebia::before,
  #page-glebia-tsr::before,
  #page-glebia-oferta::before,
  #page-glebia-blog::before,
  #page-glebia-kontakt::before,
  #page-glebia-rezerwacja::before,
  #page-glebia-opinie::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: conic-gradient(from var(--glebiaSway, 0deg) at 35% -4%,
      transparent 0deg 83deg,
      rgba(199,154,94,0.11) 90deg,
      transparent 96deg,
      rgba(243,236,225,0.08) 101deg,
      transparent 107deg,
      rgba(199,154,94,0.12) 112deg,
      transparent 118deg,
      rgba(199,154,94,0.09) 123deg,
      transparent 129deg,
      rgba(243,236,225,0.07) 134deg,
      transparent 141deg 360deg);
    -webkit-mask-image: radial-gradient(78% 95% at 35% -4%, transparent 0%, transparent 24%, #000 64%);
    mask-image: radial-gradient(78% 95% at 35% -4%, transparent 0%, transparent 24%, #000 64%);
    mix-blend-mode: screen;
    animation: glebiaShafts 12s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
  }
  @keyframes glebiaShafts {
    0%   { --glebiaSway: -5deg; opacity: 0.6; }
    100% { --glebiaSway: 5deg;  opacity: 0.85; }
  }
  @media (prefers-reduced-motion: reduce) {
    #page-glebia::before, #page-glebia-tsr::before, #page-glebia-oferta::before,
    #page-glebia-blog::before, #page-glebia-kontakt::before, #page-glebia-rezerwacja::before, #page-glebia-opinie::before {
      animation: none;
    }
  }

  #page-glebia .pv-portrait { margin: 0 auto 24px; width: 260px; max-width: 66%; aspect-ratio: 4 / 5; }
  #page-glebia .pv-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; border-radius: 12px; border: 1px solid #3a2c1f; box-shadow: 0 18px 44px rgba(0,0,0,.5); display: block; }
  /* O mnie — zdjęcie + film obok siebie */
  #page-glebia .pv-media-row { display: flex; gap: 22px; align-items: stretch; justify-content: center; flex-wrap: wrap; margin: 0 auto 26px; }
  #page-glebia .pv-media-row .pv-portrait { margin: 0; width: auto; max-width: none; height: 560px; aspect-ratio: 9 / 16; }
  #page-glebia .pv-video { margin: 0; height: 560px; aspect-ratio: 9 / 16; }
  #page-glebia .pv-video .pv-video-frame { position: relative; width: 100%; height: 100%; border-radius: 12px; overflow: hidden; border: 1px solid #3a2c1f; box-shadow: 0 18px 44px rgba(0,0,0,.5); background: #000; }
  #page-glebia .pv-video iframe { position: absolute; top: 50%; left: 0; width: 100%; height: 152%; transform: translateY(-50%); border: 0; display: block; }
  #page-glebia .pv-video-play { display: block; width: 100%; height: 100%; padding: 0; margin: 0; border: 0; cursor: pointer; position: relative; background: #000; overflow: hidden; }
  #page-glebia .pv-video-poster { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; display: block; }
  #page-glebia .pv-video-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 66px; height: 66px; border-radius: 50%; background: rgba(199,154,94,0.94); color: #130D0A; display: flex; align-items: center; justify-content: center; padding-left: 3px; box-shadow: 0 8px 24px rgba(0,0,0,.5); transition: transform .18s ease, background .18s ease; }
  #page-glebia .pv-video-play:hover .pv-video-btn { transform: translate(-50%,-50%) scale(1.08); background: #d4aa70; }
  @media (max-width: 560px) {
    #page-glebia .pv-media-row .pv-portrait, #page-glebia .pv-video { height: 72vw; max-height: 560px; }
  }

  /* ===== RESPONSYWNOŚĆ (RWD) ===== */
  .nav-burger { display: none; background: none; border: none; color: #C79A5E; cursor: pointer; padding: 6px; line-height: 0; }
  .nav-burger svg { display: block; }
  html, body { overflow-x: hidden; }

  /* duże ekrany — komfortowy, nieco większy maksimum, wyśrodkowany */
  @media (min-width: 1800px) {
    .mockup, .concept-label, .swatches, .type-specimen { max-width: 1472px; }
    .page-view .pv-article-inner { max-width: 805px; }
    .mockup-hero { min-height: 780px; padding-top: 150px; padding-bottom: 160px; }
  }

  /* telefony i mniejsze tablety — menu mobilne + drobne szlify */
  @media (max-width: 760px) {
    .mockup-nav, .page-view .pv-nav { flex-wrap: wrap; align-items: center; padding-top: 13px; padding-bottom: 13px; }
    .nav-burger { display: inline-flex; position: absolute; top: 11px; right: 16px; z-index: 5; padding: 8px; }
    .mockup-nav .logo, .page-view .pv-nav .logo { max-width: calc(100% - 60px); }
    .mockup-nav .links, .page-view .pv-nav .links {
      display: none; order: 10; width: 100%; flex-direction: column; gap: 0; margin-top: 12px;
    }
    .mockup-nav .links.open, .page-view .pv-nav .links.open { display: flex; }
    .mockup-nav .links a, .page-view .pv-nav .links a { padding: 13px 2px; border-bottom: 1px solid rgba(199,154,94,0.18); opacity: 1; }
    .mockup { padding: 0 10px; }
    .mockup-hero { padding-left: 26px !important; padding-right: 26px !important; min-height: 520px; }
    .page-view .pv-main { padding-left: 20px; padding-right: 20px; }
  }

  /* bardzo małe telefony — przyciski hero w pionie */
  @media (max-width: 430px) {
    .mockup-hero .mockup-btn { display: block; width: 100%; text-align: center; margin: 8px 0 0 !important; }
  }

  /* === Górna belka nawigacji: przyklejona do góry ekranu, pełna szerokość, responsywna === */
  .mockup-nav,
  .page-view .pv-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 900;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: max(22px, calc(50vw - 634px));
    padding-right: max(22px, calc(50vw - 634px));
    background: rgba(19, 13, 10, 0.80);
    -webkit-backdrop-filter: blur(12px) saturate(1.15);
    backdrop-filter: blur(12px) saturate(1.15);
    border-bottom: 1px solid rgba(199, 154, 94, 0.16);
  }
  /* podstrony: nieprzezroczyste tło overlaya + miejsce pod belką */
  .page-view { padding-top: 60px; }
  .page-view .pv-nav { z-index: 1100; border-bottom: 1px solid rgba(199, 154, 94, 0.16); }

  /* jednolity wygląd belki: strona główna == podstrony */
  .mockup-nav .logo,
  .page-view .pv-nav .logo {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #f3ece1;
    text-decoration: none;
    cursor: pointer;
  }
  .mockup-nav .links,
  .page-view .pv-nav .links {
    gap: 30px;
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .mockup-nav .links a,
  .page-view .pv-nav .links a {
    color: #cabda6;
    opacity: 1;
  }

  /* podstrona przewija się w obrębie całego dokumentu (jeden suwak, bez nakładki) */
  .page-view.active { position: static; }
  body.subpage-open #c2 { display: none; }

  /* logo klikalne tylko na podstronie (powrót na główną); na głównej — nieaktywne */
  .mockup-nav .logo { pointer-events: none; cursor: default; }
  .page-view .pv-nav .logo { pointer-events: auto; cursor: pointer; }

  @media (max-width: 760px) {
    .mockup-nav,
    .page-view .pv-nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      padding-left: 18px; padding-right: 18px;
    }
    .page-view { padding-top: 54px; }
  }
  /* Osadzony widżet Cal.com */
  .cal-embed { border-radius:14px; overflow:hidden; border:1px solid rgba(199,154,94,0.14); }
  #cal-inline { min-height:660px; }
  /* H1 hero (SEO) */
  .mockup-hero h1.eyebrow2 { margin: 0 0 22px; }
  /* Blok płatności na rezerwacji */
  .bk-pay { margin-top: 26px; padding: 22px 24px; border-radius: 14px; border: 1px solid rgba(199,154,94,0.18); background: rgba(28,19,11,0.5); }
  .bk-pay-title { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #C79A5E; margin-bottom: 14px; }
  .bk-pay-row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 11px 0; border-top: 1px solid rgba(199,154,94,0.12); }
  .bk-pay-row:first-of-type { border-top: none; padding-top: 0; }
  .bk-pay-lbl { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 14px; color: #cabda6; }
  .bk-pay-val { font-family: 'Jost', sans-serif; font-weight: 400; font-size: 15px; color: #f3ece1; letter-spacing: 0.02em; }
  .bk-pay-note { margin-top: 14px; font-family: 'Jost', sans-serif; font-weight: 300; font-size: 12.5px; line-height: 1.6; color: #a99a83; }

  /* ===== BLOG: lista kafelków ===== */
  #page-glebia-blog .blog-wrap { width: 100%; max-width: 980px; margin: 0 auto; }
  .blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; margin-top: 26px; text-align: left; }
  a.blog-card { display: flex; flex-direction: column; background: rgba(28,19,11,0.5); border: 1px solid rgba(199,154,94,0.18); border-radius: 16px; overflow: hidden; text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
  a.blog-card:hover { border-color: rgba(199,154,94,0.5); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
  .blog-card-media { position: relative; display: block; aspect-ratio: 16 / 10; background: #0e0e0d; overflow: hidden; }
  .blog-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .blog-card-media.is-text { display: flex; align-items: center; justify-content: center; background: radial-gradient(120% 120% at 30% 20%, #241a10 0%, #130d0a 70%); }
  .blog-card-media.is-text .is-mark { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 40px; color: rgba(199,154,94,0.55); }
  .blog-card-tag { position: absolute; top: 12px; left: 12px; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: #130D0A; background: rgba(199,154,94,0.92); padding: 5px 11px; border-radius: 999px; }
  .blog-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
  .blog-card-date { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: #8a765a; }
  .blog-card-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 23px; line-height: 1.22; color: #f3ece1; margin: 0; }
  .blog-card-excerpt { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 14px; line-height: 1.62; color: #cabda6; flex: 1; margin: 0; }
  .blog-card-more { margin-top: 4px; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: #C79A5E; }

  /* ===== BLOG: pojedynczy wpis ===== */
  #page-blog-post { background: #130D0A; color: #f3ece1; }
  #page-blog-post .pv-nav, #page-blog-post .pv-footer { border-color: #382a22; }
  #page-blog-post .pv-nav .logo { color: #f3ece1; }
  #page-blog-post .pv-nav .links a { color: #cabda6; }
  #page-blog-post .pv-nav .links a:hover { color: #f3ece1; }
  #page-blog-post .pv-nav .links a.active { color: #f3ece1; border-bottom-color: #C79A5E; }
  #page-blog-post .pv-eyebrow { color: #C79A5E; }
  #page-blog-post .pv-article-title { color: #f3ece1; }
  #page-blog-post .pv-divider { background: #C79A5E; }
  #page-blog-post .pv-footer { color: #cabda6; }
  #page-blog-post .pv-footer a { color: #cabda6; }
  #page-blog-post .pv-footer a:hover { color: #f3ece1; }
  .post-wrap { max-width: 720px; margin: 0 auto; }
  .post-back { display: inline-block; margin-bottom: 18px; font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: #C79A5E; text-decoration: none; }
  .post-back:hover { color: #f3ece1; }
  .post-meta { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: #8a765a; margin-top: 6px; }
  .post-body { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 16px; line-height: 1.85; color: #d8ccb8; margin-top: 8px; }
  .post-body p { margin: 0 0 18px; }
  .post-body h2 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500; font-size: 26px; color: #f3ece1; margin: 30px 0 12px; }
  .post-body blockquote { margin: 22px 0; padding: 4px 0 4px 20px; border-left: 2px solid #C79A5E; font-style: italic; color: #e6dccb; }
  .post-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; padding: 14px 24px; background: #C79A5E; color: #130D0A; font-family: 'Jost', sans-serif; font-weight: 500; font-size: 15px; letter-spacing: 0.02em; border-radius: 999px; text-decoration: none; transition: background .18s ease, transform .18s ease; }
  .post-cta:hover { background: #d4aa70; transform: translateY(-1px); }
  .post-hero { width: 100%; border-radius: 14px; border: 1px solid #3a2c1f; margin: 6px 0 22px; display: block; box-shadow: 0 14px 34px rgba(0,0,0,0.4); }
  .post-source { margin-top: 14px; font-family: 'Jost', sans-serif; font-weight: 300; font-size: 13px; color: #a99a83; }

  /* ===== Generyczny embed wideo (facade) ===== */
  .yt-embed { position: relative; width: 100%; max-width: 340px; margin: 6px auto 20px; aspect-ratio: 9 / 16; border-radius: 14px; overflow: hidden; border: 1px solid #3a2c1f; box-shadow: 0 18px 44px rgba(0,0,0,0.5); background: #000; }
  .yt-embed .yt-play { display: block; width: 100%; height: 100%; padding: 0; margin: 0; border: 0; cursor: pointer; position: relative; background: #000; overflow: hidden; }
  .yt-embed .yt-poster { width: 100%; height: 100%; object-fit: cover; display: block; }
  .yt-embed .yt-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 64px; height: 64px; border-radius: 50%; background: rgba(199,154,94,0.94); color: #130D0A; display: flex; align-items: center; justify-content: center; padding-left: 3px; box-shadow: 0 8px 24px rgba(0,0,0,0.5); transition: transform .18s ease, background .18s ease; }
  .yt-embed .yt-play:hover .yt-btn { transform: translate(-50%,-50%) scale(1.08); background: #d4aa70; }
  .yt-embed iframe { position: absolute; top: 50%; left: 0; width: 100%; height: 152%; transform: translateY(-50%); border: 0; display: block; }


  /* ===== O mnie: certyfikaty + lightbox ===== */
  .cert-section { position: relative; width: min(1040px, 96vw); left: 50%; transform: translateX(-50%); margin-top: 42px; text-align: center; }
  .cert-heading { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #C79A5E; margin: 0 0 18px; }
  .cert-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
  a.cert-tile { display: block; width: 76px; aspect-ratio: 3 / 4; border-radius: 8px; overflow: hidden; border: 1px solid #3a2c1f; box-shadow: 0 8px 20px rgba(0,0,0,0.4); background: #0e0e0d; transition: transform .18s ease, border-color .18s ease; }
  a.cert-tile:hover { transform: translateY(-3px); border-color: #C79A5E; }
  a.cert-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
  a.cert-tile.wide { width: 132px; aspect-ratio: 10 / 7; }
  .cert-break { flex-basis: 100%; height: 0; margin: 0; }
  a.cert-tile.featured { width: 76px; border-color: rgba(199,154,94,0.8); box-shadow: 0 0 0 1px rgba(199,154,94,0.35), 0 10px 24px rgba(0,0,0,0.45); }
  a.cert-tile.featured:hover { border-color: #C79A5E; box-shadow: 0 0 0 1px rgba(199,154,94,0.55), 0 14px 30px rgba(0,0,0,0.5); }
  .cert-empty { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 14px; color: #a99a83; }
  .cert-modal { display: none; position: fixed; inset: 0; z-index: 2000; }
  .cert-modal:target { display: block; }
  a.cert-backdrop { position: fixed; inset: 0; background: rgba(8,6,4,0.93); }
  .cert-frame { position: fixed; inset: 0; width: 100%; height: 100%; background: #52565a; overflow: hidden; }
  .cert-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
  a.cert-open { position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%); z-index: 2001; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: #f3ece1; text-decoration: none; border: 1px solid rgba(255,255,255,0.35); padding: 8px 16px; border-radius: 999px; background: rgba(20,14,10,0.75); }
  a.cert-open:hover { background: rgba(199,154,94,0.3); }
  a.cert-modal-close { position: fixed; top: 10px; right: 18px; z-index: 2002; color: #fff; font-size: 42px; line-height: 1; text-decoration: none; font-family: 'Jost', sans-serif; text-shadow: 0 2px 8px rgba(0,0,0,0.6); }
  a.cert-modal-close:hover { color: #C79A5E; }


  /* ===== Opinie: formularz ===== */
  .op-form { width: 100%; max-width: 640px; margin: 22px auto 0; text-align: left; display: flex; flex-direction: column; gap: 14px; background: rgba(24,16,9,0.5); border: 1px solid #2c211a; border-radius: 12px; padding: 24px 26px; }
  .opf-row { display: flex; align-items: center; gap: 14px; }
  .opf-label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #C79A5E; }
  .opf-stars { display: inline-flex; gap: 2px; }
  .opf-star { background: none; border: 0; cursor: pointer; font-size: 26px; line-height: 1; color: #4a3a2c; padding: 0 2px; transition: color .12s ease; }
  .opf-star.on { color: #C79A5E; }
  .opf-input { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 15px; color: #f3ece1; background: rgba(12,9,7,0.6); border: 1px solid #3a2c20; border-radius: 8px; padding: 12px 14px; width: 100%; }
  .opf-input::placeholder { color: #8f8172; }
  .opf-input:focus { outline: none; border-color: #C79A5E; }
  .opf-textarea { min-height: 120px; resize: vertical; line-height: 1.6; }
  .opf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
  .opf-submit { align-self: flex-start; font-family: 'Jost', sans-serif; font-size: 14px; padding: 12px 28px; border: 0; border-radius: 6px; background: #C79A5E; color: #130D0A; cursor: pointer; transition: background .15s ease; }
  .opf-submit:hover { background: #d4aa70; }
  .opf-submit:disabled { opacity: 0.5; cursor: default; }
  .opf-msg { font-family: 'Jost', sans-serif; font-weight: 300; font-size: 14px; color: #cabda6; min-height: 4px; }
  .opf-msg.ok { color: #9ccf9c; }
  .opf-msg.err { color: #d99; }
  .op-cta button#op-add-btn { font-family: 'Jost', sans-serif; font-size: 14px; letter-spacing: 0.02em; padding: 14px 32px; border: 0; border-radius: 6px; background: #C79A5E; color: #130D0A; cursor: pointer; transition: background .15s ease; }
  .op-cta button#op-add-btn:hover { background: #d4aa70; }

