:root{
  --mist:#E9ECE6;      /* tło sekcji jasnych */
  --paper:#F7F8F5;     /* karty, tło główne */
  --ink:#16201C;       /* tekst, sekcje ciemne */
  --moss:#3E5D4E;      /* akcent główny: przyciski, aktywne stany */
  --keratin:#B8895E;   /* akcent drugi: kolor włosa, detale pomiarowe */
  --muted:#5E6A64;
  --line:rgba(22,32,28,.14);
  --line-dark:rgba(247,248,245,.16);

  --f-display:"Bricolage Grotesque", "Arial Narrow", Arial, sans-serif;
  --f-body:"Instrument Sans", "Helvetica Neue", Arial, sans-serif;

  /* bardzo duża skala typograficzna */
  --t-hero:clamp(3.6rem, 11.5vw, 13.5rem);
  --t-h2:clamp(3rem, 8vw, 8.5rem);
  --t-h3:clamp(1.8rem, 3.2vw, 3rem);
  --t-lead:clamp(1.25rem, 1.8vw, 1.75rem);
  --t-body:clamp(1.08rem, 1.2vw, 1.25rem);
  --t-small:1rem;

  --wrap:min(92vw, 1500px);
  --header-h:84px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}
body{font-family:var(--f-body);font-size:var(--t-body);line-height:1.55;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit}
button{font:inherit;cursor:pointer}
:focus-visible{outline:3px solid var(--keratin);outline-offset:3px}
h1,h2,h3{font-family:var(--f-display);font-weight:700;letter-spacing:-.035em;line-height:.92}
h2{font-size:var(--t-h2)}
h3{font-size:var(--t-h3);line-height:1}
.wrap{width:var(--wrap);margin-inline:auto}
/* motyw siatki: pionowe linie kontenera jak w szablonie bazowym */
.grid-frame{width:var(--wrap);margin-inline:auto;border-inline:1px solid var(--line)}
.dark .grid-frame{border-color:var(--line-dark)}
.lead{font-size:var(--t-lead);line-height:1.4;max-width:34ch}
.muted{color:var(--muted)}
.tag{display:inline-block;font-size:.95rem;font-weight:500;padding:.35em .9em;border:1px solid var(--line);border-radius:999px;background:var(--paper)}
.dark .tag{background:transparent;border-color:var(--line-dark);color:var(--paper)}

/* placeholder zdjęcia */
.ph{display:grid;place-items:center;text-align:center;padding:1.5rem;font-size:.95rem;color:var(--muted);
  background:repeating-linear-gradient(135deg,#dfe3dc 0 12px,#e7eae4 12px 24px);width:100%;height:100%}

/* ---------- przyciski ---------- */
.btn{position:relative;display:inline-flex;align-items:center;gap:.7em;padding:1em 1.6em;font-size:1.1rem;font-weight:600;
  text-decoration:none;border:1px solid transparent;border-radius:999px;background:var(--moss);color:var(--paper);overflow:hidden;isolation:isolate;transition:color .3s}
.btn::before{content:"";position:absolute;inset:0;background:var(--ink);transform:translateX(-101%);transition:transform .45s cubic-bezier(.7,0,.2,1);z-index:-1}
.btn:hover::before{transform:none}
.btn.light{background:var(--paper);color:var(--ink)}
.btn.light:hover{color:var(--paper)}
.btn.ghost{background:transparent;border-color:currentColor;color:inherit}
.btn.ghost::before{background:var(--moss)}
.btn.ghost:hover{color:var(--paper);border-color:var(--moss)}
.btn svg{width:1.1em;height:1.1em;flex:none}

/* ---------- header ---------- */
.site-header{position:fixed;inset:0 0 auto;z-index:50;height:var(--header-h);color:var(--paper);
  background:rgba(22,32,28,.35);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:background .3s}
.site-header.scrolled{background:rgba(22,32,28,.88)}
.site-header .bar{width:var(--wrap);height:100%;margin-inline:auto;display:flex;align-items:center;gap:2rem}
.logo{display:flex;flex-direction:column;text-decoration:none;line-height:1}
.logo b{font-family:var(--f-display);font-size:2rem;font-weight:800;letter-spacing:-.04em}
.logo span{font-size:.8rem;opacity:.75;margin-top:.2rem}
.nav{display:flex;gap:1.8rem;margin-left:auto}
.nav a{text-decoration:none;font-size:1.05rem;font-weight:500;opacity:.85}
.nav a:hover{opacity:1;text-decoration:underline;text-underline-offset:6px}
.header-actions{display:flex;align-items:center;gap:.8rem}
.cart-btn{position:relative;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;border:1px solid var(--line-dark);background:transparent;color:inherit}
.cart-btn svg{width:22px;height:22px}
.cart-count{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:var(--keratin);color:var(--ink);font-size:.8rem;font-weight:700;display:grid;place-items:center}
.cart-count[data-n="0"]{display:none}
.burger{display:none;width:52px;height:52px;border-radius:50%;border:1px solid var(--line-dark);background:transparent;color:inherit}
.header-actions .btn{padding:.8em 1.3em;font-size:1rem}

/* ---------- hero ---------- */
.hero{position:relative;min-height:100svh;background:var(--ink);color:var(--paper);display:flex;flex-direction:column;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-bg img,.hero-bg .ph{width:100%;height:100%;object-fit:cover;opacity:.45}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,32,28,.55) 0%,rgba(22,32,28,.2) 40%,rgba(22,32,28,.95) 100%)}
.hero-top{position:relative;width:var(--wrap);margin:calc(var(--header-h) + 3rem) auto 0;display:flex;justify-content:space-between;gap:2rem;font-size:1.05rem}
.hero-top ul{list-style:none;line-height:1.7}
.hero-top p{text-align:right;max-width:22ch}
.hero-main{position:relative;width:var(--wrap);margin:auto auto 0;padding-bottom:2.5rem}
.hero h1{font-size:var(--t-hero);font-weight:800;letter-spacing:-.055em;line-height:.86;max-width:11ch}
.hero h1 .w{display:inline-block;white-space:nowrap}
.hero h1 .ch{display:inline-block;opacity:0;filter:blur(12px);transform:translateY(.15em);animation:chIn .9s cubic-bezier(.2,.7,.2,1) forwards}
@keyframes chIn{to{opacity:1;filter:none;transform:none}}
.hero-sub{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:2rem;margin-top:2.5rem}
.hero-sub .lead{max-width:40ch;opacity:.9}
.hero-bottom{position:relative;border-top:1px solid var(--line-dark)}
.hero-bottom .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;padding-block:1.6rem}
.stats{display:flex;gap:3rem}
.stats div{display:flex;flex-direction:column}
.stats b{font-family:var(--f-display);font-size:2.4rem;font-weight:700;line-height:1}
.stats span{font-size:.95rem;opacity:.75}
.chips{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}
.chips a{text-decoration:none;padding:.55em 1.1em;border:1px solid var(--line-dark);border-radius:999px;font-size:1rem}
.chips a:hover{background:var(--paper);color:var(--ink)}

/* ---------- soczewka trichoskopu (sticky reveal) ---------- */
.lens-section{position:relative;height:260vh;background:var(--mist)}
.lens-sticky{position:sticky;top:0;height:100svh;overflow:hidden}
.lens-img{position:absolute;inset:0;clip-path:circle(var(--r,16vmin) at 50% 55%);will-change:clip-path}
.lens-img img,.lens-img .ph{width:100%;height:100%;object-fit:cover}
.lens-ring{position:absolute;left:50%;top:55%;width:calc(var(--r,16vmin)*2 + 44px);aspect-ratio:1;transform:translate(-50%,-50%);pointer-events:none;opacity:var(--ring,1)}
.lens-ring svg{width:100%;height:100%}
.lens-text{position:absolute;inset:0;display:grid;grid-template-rows:auto 1fr auto;padding:calc(var(--header-h) + 2rem) 4vw 3rem;pointer-events:none}
.lens-text h2{font-size:clamp(3rem,9vw,10rem);text-align:center;transition:color .2s}
.lens-text .row{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}
.lens-text .mag{font-family:var(--f-display);font-size:clamp(3rem,7vw,7rem);font-weight:800;line-height:1;color:var(--keratin)}
.lens-text p{max-width:32ch;font-size:var(--t-lead);line-height:1.35}
.lens-section.opened .lens-text h2,.lens-section.opened .lens-text p{color:var(--paper)}

/* ---------- sekcje ogólne ---------- */
section{position:relative}
.sec{padding-block:clamp(5rem,10vw,9rem)}
.sec-head{padding:0 clamp(1.2rem,3vw,3rem) clamp(2.5rem,5vw,4.5rem);display:grid;gap:1.4rem}
.sec-head h2{max-width:14ch}
.dark{background:var(--ink);color:var(--paper)}
.dark .muted{color:rgba(247,248,245,.7)}

/* ---------- problemy (typograficzna lista) ---------- */
.problems{list-style:none;border-top:1px solid var(--line)}
.problems li{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2rem;align-items:baseline;
  padding:clamp(1.4rem,2.5vw,2.2rem) clamp(1.2rem,3vw,3rem);border-bottom:1px solid var(--line);transition:background .25s}
.problems li:hover{background:var(--mist)}
.problems h3{font-size:clamp(2rem,4.6vw,4.6rem);letter-spacing:-.04em}
.problems p{font-size:var(--t-body);color:var(--muted);max-width:44ch}

/* ---------- zabiegi (przewijanie poziome ze scrollem strony) ---------- */
.treatments-pin{position:relative;height:320vh;background:var(--paper)}
.treatments-sticky{position:sticky;top:var(--header-h);height:calc(100svh - var(--header-h));display:flex;flex-direction:column;overflow:hidden}
.treatments-sticky .sec-head{padding-bottom:clamp(1.2rem,2.5vw,2rem)}
.rail-progress{display:flex;align-items:center;gap:.8rem;min-width:min(220px,40vw);font-size:.95rem;color:var(--muted)}
.rail-progress .bar{flex:1;height:2px;background:var(--line);border-radius:2px;overflow:hidden}
.rail-progress .bar>i{display:block;height:100%;width:0%;background:var(--moss)}
.rail-wrap{flex:1;min-height:0;overflow:hidden;border-block:1px solid var(--line);background:var(--line)}
.rail{display:flex;gap:1px;height:100%;will-change:transform}
.t-card{flex:0 0 clamp(280px,38vw,520px);height:100%;display:flex;flex-direction:column;background:var(--paper)}
.t-card .media{position:relative;flex:1;min-height:0;overflow:hidden}
.t-card .media img,.t-card .media .ph{width:100%;height:100%;object-fit:cover;transition:transform .8s}
.t-card:hover .media img{transform:scale(1.04)}
.t-card .media::after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(22,32,28,.9))}
.t-card .media h3{position:absolute;left:1.5rem;right:1.5rem;bottom:1.4rem;z-index:1;color:var(--paper);font-size:clamp(2rem,2.8vw,2.8rem)}
.t-card .body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:none}
.t-card .body p{color:var(--muted)}
.t-card .meta{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--line);font-size:1rem}
.t-card .meta b{font-family:var(--f-display);font-size:1.5rem}

/* ---------- proces (karty sticky) ---------- */
.process{background:var(--mist)}
.steps{display:grid;gap:3rem;padding:0 clamp(1rem,2vw,2rem) clamp(3rem,6vw,6rem)}
.step{position:sticky;top:calc(var(--header-h) + 1.5rem + var(--i)*28px);display:grid;grid-template-columns:1fr 1fr;
  min-height:min(72vh,640px);background:var(--paper);border:1px solid var(--line);box-shadow:0 -12px 40px rgba(22,32,28,.06)}
.step:nth-child(even) .step-media{order:-1}
.step-text{padding:clamp(1.6rem,3.5vw,3.5rem);display:flex;flex-direction:column;gap:1.4rem}
.step-num{font-family:var(--f-display);font-size:clamp(5rem,10vw,10rem);font-weight:800;line-height:.8;color:var(--keratin);letter-spacing:-.05em}
.step-text h3{font-size:clamp(2.2rem,4vw,4rem)}
.step-text p{max-width:42ch;color:var(--muted)}
.step-text .when{margin-top:auto;font-weight:600}
.step-media{overflow:hidden}
.step-media img,.step-media .ph{width:100%;height:100%;object-fit:cover}

/* ---------- split ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}
.split .txt{padding:clamp(2rem,5vw,5rem) clamp(1.2rem,3vw,3rem);display:flex;flex-direction:column;gap:1.6rem}
.split .txt h2{font-size:clamp(2.6rem,5.5vw,6rem)}
.split .img{min-height:560px}
.split .img img,.split .img .ph{width:100%;height:100%;object-fit:cover}
.check{list-style:none;display:grid;gap:.9rem}
.check li{display:grid;grid-template-columns:28px 1fr;gap:.8rem}
.check li::before{content:"";width:22px;height:22px;margin-top:.2em;border-radius:50%;border:2px solid var(--moss);background:radial-gradient(circle,var(--moss) 0 5px,transparent 6px)}

/* ---------- cennik ---------- */
.prices{padding:0 clamp(1.2rem,3vw,3rem)}
.price-group+.price-group{margin-top:3.5rem}
.price-group h3{font-size:clamp(1.8rem,3vw,2.8rem);padding-bottom:1rem;border-bottom:2px solid var(--paper)}
.price-row{display:grid;grid-template-columns:1fr auto;gap:1rem 2rem;padding:1.4rem 0;border-bottom:1px solid var(--line-dark);align-items:baseline}
.price-row strong{font-size:clamp(1.3rem,1.8vw,1.7rem);font-weight:600}
.price-row small{display:block;font-size:1rem;opacity:.7;margin-top:.3rem}
.price-row .val{font-family:var(--f-display);font-size:clamp(1.8rem,2.6vw,2.6rem);font-weight:700;white-space:nowrap}
.price-note{margin-top:2.5rem;font-size:1rem;opacity:.7;max-width:70ch}

/* ---------- sklep ---------- */
.shop-bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:center}
.filters{display:flex;flex-wrap:wrap;gap:.5rem}
.filters button{padding:.6em 1.2em;border-radius:999px;border:1px solid var(--line);background:var(--paper);font-size:1rem}
.filters button[aria-pressed="true"]{background:var(--ink);color:var(--paper);border-color:var(--ink)}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-block:1px solid var(--line)}
.product{background:var(--paper);display:flex;flex-direction:column}
.product[hidden]{display:none}
.product .media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--mist)}
.product .media img,.product .media .ph{width:100%;height:100%;object-fit:cover}
.badge{position:absolute;top:1rem;left:1rem;z-index:1;padding:.3em .8em;border-radius:999px;background:var(--ink);color:var(--paper);font-size:.9rem;font-weight:600}
.product .body{padding:1.6rem;display:flex;flex-direction:column;gap:.8rem;flex:1}
.product h3{font-size:clamp(1.7rem,2.2vw,2.3rem)}
.product .for{font-size:1rem;color:var(--moss);font-weight:600}
.product p{color:var(--muted)}
.product .buy{margin-top:auto;padding-top:1.2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid var(--line)}
.product .price{font-family:var(--f-display);font-size:2rem;font-weight:700;line-height:1}
.product .price small{display:block;font-family:var(--f-body);font-size:.9rem;font-weight:400;color:var(--muted);margin-top:.3rem}
.product .btn{padding:.8em 1.2em;font-size:1rem}
.shop-note{padding:2rem clamp(1.2rem,3vw,3rem) 0;font-size:1.05rem;color:var(--muted);max-width:75ch}

/* koszyk */
.cart{position:fixed;inset:0;z-index:80;visibility:hidden}
.cart.open{visibility:visible}
.cart-overlay{position:absolute;inset:0;background:rgba(22,32,28,.5);opacity:0;transition:opacity .3s}
.cart.open .cart-overlay{opacity:1}
.cart-panel{position:absolute;top:0;right:0;bottom:0;width:min(520px,100vw);background:var(--paper);display:flex;flex-direction:column;
  transform:translateX(100%);transition:transform .45s cubic-bezier(.7,0,.2,1)}
.cart.open .cart-panel{transform:none}
.cart-head{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--line)}
.cart-head h2{font-size:2.6rem}
.cart-close{width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:none;font-size:1.4rem}
.cart-items{flex:1;overflow:auto;padding:0 1.5rem}
.cart-empty{padding:3rem 0;color:var(--muted);font-size:1.15rem}
.cart-item{display:grid;grid-template-columns:1fr auto;gap:.6rem 1rem;padding:1.3rem 0;border-bottom:1px solid var(--line)}
.cart-item b{font-size:1.15rem}
.qty{display:flex;align-items:center;gap:.4rem}
.qty button{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:none;font-size:1.1rem}
.qty span{min-width:2ch;text-align:center;font-weight:600}
.cart-foot{padding:1.5rem;border-top:1px solid var(--line);display:grid;gap:1rem}
.cart-total{display:flex;justify-content:space-between;font-size:1.3rem}
.cart-total b{font-family:var(--f-display);font-size:2rem}
.cart-foot small{color:var(--muted);font-size:.95rem}
.cart-foot .btn{justify-content:center}

/* ---------- opinie (przewijanie ze scrollem strony) ---------- */
.reviews-pin{position:relative;height:220vh;background:var(--mist)}
.reviews-sticky{position:sticky;top:var(--header-h);height:calc(100svh - var(--header-h));display:flex;flex-direction:column;overflow:hidden}
.reviews-sticky .sec-head{padding-bottom:clamp(1.2rem,2.5vw,2rem)}
.reviews{flex:1;min-height:0;overflow:hidden;display:flex;align-items:center;padding-block:1rem}
.marquee{display:flex;gap:1.2rem;padding-inline:clamp(1.2rem,3vw,3rem);will-change:transform}
.review{width:min(440px,82vw);flex:none;min-height:280px;padding:2rem;background:var(--paper);border:1px solid var(--line);display:flex;flex-direction:column;gap:1.2rem}
.stars{color:var(--keratin);font-size:1.4rem;letter-spacing:.1em}
.review q{font-size:1.25rem;line-height:1.45;quotes:"„" "”"}
.review footer{margin-top:auto;display:flex;flex-direction:column;font-size:1rem}
.review footer b{font-size:1.1rem}

/* ---------- zespół ---------- */
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;padding:0 clamp(1.2rem,3vw,3rem)}
.person{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--mist)}
.person img,.person .ph{width:100%;height:100%;object-fit:cover}
.person figcaption{position:absolute;inset:auto 0 0;padding:1.4rem;color:var(--paper);background:rgba(22,32,28,.35);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.person figcaption b{display:block;font-family:var(--f-display);font-size:1.8rem;line-height:1.1}
.person figcaption span{font-size:1rem;opacity:.85}

/* ---------- FAQ ---------- */
.faq{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:3rem;padding-inline:clamp(1.2rem,3vw,3rem)}
.faq h2{position:sticky;top:calc(var(--header-h) + 2rem);align-self:start}
.faq details{border-bottom:1px solid var(--line-dark)}
.faq summary{list-style:none;display:flex;justify-content:space-between;gap:1.5rem;align-items:center;padding:1.6rem 0;cursor:pointer;font-size:clamp(1.3rem,2vw,1.8rem);font-weight:600}
.faq summary::-webkit-details-marker{display:none}
.faq summary i{flex:none;position:relative;width:44px;height:44px;border-radius:50%;border:1px solid var(--line-dark)}
.faq summary i::before,.faq summary i::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;background:currentColor;transform:translate(-50%,-50%);transition:transform .3s}
.faq summary i::after{transform:translate(-50%,-50%) rotate(90deg)}
.faq details[open] summary i::after{transform:translate(-50%,-50%) rotate(0)}
.faq details p{padding:0 3.5rem 1.8rem 0;font-size:var(--t-body);opacity:.8;max-width:60ch}

/* ---------- kontakt ---------- */
.contact{display:grid;grid-template-columns:1.1fr .9fr;gap:0;border-top:1px solid var(--line)}
.contact .left{padding:clamp(2rem,5vw,5rem) clamp(1.2rem,3vw,3rem);border-right:1px solid var(--line);display:grid;gap:1.6rem;align-content:start}
.contact .left h2{font-size:clamp(3rem,6.5vw,7rem)}
form{display:grid;gap:1.1rem}
.f-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
label{display:grid;gap:.4rem;font-size:1rem;font-weight:500}
input,select,textarea{font:inherit;font-size:1.1rem;padding:.9em 1em;border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:10px;width:100%}
textarea{min-height:150px;resize:vertical}
input:focus,select:focus,textarea:focus{outline:2px solid var(--moss);outline-offset:0;border-color:var(--moss)}
.consent{display:grid;grid-template-columns:22px 1fr;gap:.8rem;font-weight:400;font-size:.95rem;color:var(--muted)}
.consent input{width:22px;height:22px;padding:0}
.form-msg{font-weight:600;color:var(--moss)}
.contact .right{display:grid;grid-template-rows:auto 1fr}
.info{padding:clamp(2rem,4vw,3.5rem) clamp(1.2rem,3vw,3rem);display:grid;gap:1.8rem}
.info h3{font-size:1.1rem;font-family:var(--f-body);font-weight:600;letter-spacing:0;color:var(--muted);margin-bottom:.4rem}
.info p,.info a{font-size:clamp(1.3rem,1.8vw,1.7rem);line-height:1.35;text-decoration:none}
.info a:hover{text-decoration:underline}
.hours{display:grid;grid-template-columns:auto 1fr;gap:.2rem 1.5rem;font-size:1.2rem}
.map{min-height:360px;border-top:1px solid var(--line)}
.map iframe{width:100%;height:100%;min-height:360px;border:0;filter:grayscale(1) contrast(1.05)}

/* ---------- stopka ---------- */
.footer{padding-top:clamp(4rem,7vw,6rem);overflow:hidden}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding-inline:clamp(1.2rem,3vw,3rem)}
.foot-grid h4{font-size:1rem;font-weight:500;opacity:.6;margin-bottom:1rem}
.foot-grid ul{list-style:none;display:grid;gap:.6rem}
.foot-grid a{text-decoration:none;font-size:1.15rem}
.foot-grid a:hover{text-decoration:underline}
.foot-big a{font-family:var(--f-display);font-size:clamp(1.8rem,3.6vw,3.6rem);font-weight:700;letter-spacing:-.03em;line-height:1.05}
.wordmark{font-family:var(--f-display);font-weight:800;letter-spacing:-.07em;line-height:.78;text-align:center;
  font-size:clamp(7rem,33vw,34rem);margin-top:3rem;background:linear-gradient(180deg,rgba(247,248,245,.02),rgba(247,248,245,.35));
  -webkit-background-clip:text;background-clip:text;color:transparent;user-select:none}
.legal{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1.6rem clamp(1.2rem,3vw,3rem);border-top:1px solid var(--line-dark);font-size:.95rem;opacity:.65}

/* ---------- responsywność ---------- */
@media (max-width:1180px){
  .nav{display:none}
  .burger{display:grid;place-items:center}
  .site-header .bar{justify-content:space-between}
  .header-actions{margin-left:auto}
  .nav.open{display:flex;position:fixed;inset:var(--header-h) 0 auto;flex-direction:column;gap:0;background:var(--ink);padding:1rem 4vw 2rem;border-top:1px solid var(--line-dark)}
  .nav.open a{font-family:var(--f-display);font-size:2.2rem;font-weight:700;padding:.5rem 0;border-bottom:1px solid var(--line-dark)}
  .products{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
  .foot-big{grid-column:1/-1}
}
@media (max-width:860px){
  .treatments-pin{height:240vh}
  .reviews-pin{height:180vh}
  .t-card{flex-basis:min(86vw,420px)}
  :root{--header-h:72px}
  .header-actions .btn{display:none}
  .hero-top p{display:none}
  .stats{gap:1.8rem}
  .problems li{grid-template-columns:1fr;gap:.6rem}
  .step{grid-template-columns:1fr;min-height:auto;position:relative;top:auto}
  .step:nth-child(even) .step-media{order:0}
  .step-media{aspect-ratio:16/10}
  .split{grid-template-columns:1fr}
  .split .img{min-height:340px;order:-1}
  .products{grid-template-columns:1fr}
  .team{grid-template-columns:1fr}
  .faq{grid-template-columns:1fr}
  .faq h2{position:static}
  .faq details p{padding-right:0}
  .contact{grid-template-columns:1fr}
  .contact .left{border-right:0;border-bottom:1px solid var(--line)}
  .f-row{grid-template-columns:1fr}
  .lens-text .row{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important}
  .hero h1 .ch{opacity:1;filter:none;transform:none}
  html{scroll-behavior:auto}
}
