
:root{--tile-gap:6px;
  --paper:#f7f5f1;
  --white:#ffffff;
  --ink:#20201d;
  --muted:#6d6961;
  --line:#d9d4cc;
  --soft:#efebe5;
  --max:1720px;
  --pad:clamp(18px,3.1vw,58px);
  --header:92px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:var(--header)}
body{
  margin:0;color:var(--ink);background:var(--paper);
  font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit}
button,input,select,textarea{font:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:-9999px;top:12px;z-index:1000;background:#fff;padding:12px 16px}
.skip-link:focus{left:12px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(247,245,241,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);pointer-events:auto}
.header-inner{max-width:var(--max);margin:0 auto;min-height:var(--header);padding:14px var(--pad);display:flex;align-items:center;justify-content:space-between;gap:28px;pointer-events:auto}
.brand{display:block;flex:0 0 auto;position:relative;z-index:102}
.brand img{width:245px;height:54px;object-fit:contain;object-position:left center}
nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(13px,1.6vw,28px);position:relative;z-index:102;pointer-events:auto!important}
nav a{display:inline-flex;align-items:center;min-height:34px;text-decoration:none;text-transform:uppercase;letter-spacing:.075em;font-size:12px;white-space:nowrap;position:relative;cursor:pointer;pointer-events:auto!important;color:var(--ink)}
nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--ink);transition:right .25s ease}
nav a:hover:after,nav a:focus-visible:after,nav a.is-active:after{right:0}
.menu-toggle{display:none;border:1px solid var(--ink);background:transparent;padding:10px 13px;text-transform:uppercase;letter-spacing:.08em;font-size:12px;cursor:pointer;position:relative;z-index:103}
.pillars{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:transparent;gap:var(--tile-gap)}
.pillar{background:var(--paper);min-width:0;scroll-margin-top:var(--header)}
.pillar figure{margin:0;position:relative;overflow:hidden;background:#ddd}
.pillar figure img{width:100%;aspect-ratio:.78;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.pillar:nth-child(1) figure img{object-position:center 48%}
.pillar:nth-child(2) figure img{object-position:center 50%}
.pillar:nth-child(3) figure img{object-position:center 50%}
.pillar-flow figure img{object-position:center 40%}
.pillar:hover figure img{transform:scale(1.012)}
.pillar figure figcaption,.materials-image figcaption{position:absolute;left:14px;bottom:12px;padding:6px 8px;background:rgba(247,245,241,.9);color:#45433e;font-size:9px;letter-spacing:.1em;text-transform:uppercase}
.pillar-copy{min-height:285px;padding:30px clamp(22px,2.5vw,42px) 34px;display:flex;flex-direction:column}
.pillar-copy h2{margin:0 0 18px;font-family:inherit;font-size:clamp(20px,1.6vw,28px);line-height:1.08;font-weight:500;text-transform:uppercase;letter-spacing:.01em}
.pillar-copy p{margin:0;max-width:34ch;font-size:15px;text-align:justify;text-justify:inter-word;hyphens:auto}
.pillar-copy>a,.text-link,.journal-copy>a{margin-top:auto;padding-top:28px;align-self:flex-start;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;color:var(--ink)}
.pillar-copy>a span,.text-link span,.journal-copy>a span{display:inline-block;margin-left:8px;transition:transform .2s}
.pillar-copy>a:hover span,.text-link:hover span,.journal-copy>a:hover span{transform:translateX(4px)}
.materials{max-width:var(--max);margin:1px auto 0;display:grid;grid-template-columns:minmax(280px,.54fr) minmax(0,1.46fr);background:var(--white);border-bottom:1px solid var(--line);scroll-margin-top:var(--header)}
.materials-copy{padding:clamp(44px,6vw,100px) var(--pad);display:flex;flex-direction:column;justify-content:center}
.eyebrow,.section-label,.tag,.process-no{margin:0 0 14px;color:var(--ink)!important;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700}
.materials-copy h2,.studio h2,.process h2,.journal h2,.contact h2{margin:0 0 26px;font-family:inherit;font-weight:400;letter-spacing:-.025em;line-height:1.03;font-size:clamp(38px,4.2vw,68px)}
.materials-copy p{margin:0 0 10px;max-width:42ch;text-align:justify;text-justify:inter-word;hyphens:auto}
.materials-copy .text-link{margin-top:25px}
.materials-image{margin:0;position:relative;min-height:100%}
.materials-image img{width:100%;height:100%;min-height:520px;object-fit:cover}
.studio{max-width:var(--max);margin:0 auto;padding:clamp(72px,9vw,150px) var(--pad);display:grid;grid-template-columns:.35fr 1fr 1fr;gap:clamp(28px,5vw,90px);border-bottom:1px solid var(--line);background:var(--paper);scroll-margin-top:var(--header)}
.studio .section-label{padding-top:10px}
.studio h2{max-width:10ch}
.studio-copy{max-width:58ch;font-size:17px}
.studio-copy p{margin:0 0 17px;text-align:justify;text-justify:inter-word;hyphens:auto}
.signature{font-weight:700;margin-top:32px!important;text-align:left!important}
.process{max-width:var(--max);margin:0 auto;padding:clamp(68px,8vw,130px) var(--pad);background:var(--white);scroll-margin-top:var(--header)}
.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:44px}
.section-head h2{margin-bottom:0}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.process-grid article{min-height:290px;padding:31px 30px 34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-no{display:block;margin-bottom:30px}
.process-grid h3{font-family:inherit;font-size:23px;line-height:1.15;font-weight:500;margin:0 0 18px}
.process-grid p{margin:0;font-size:14px;max-width:31ch;text-align:justify;text-justify:inter-word;hyphens:auto}
.journal{max-width:var(--max);margin:0 auto;padding:clamp(70px,8vw,130px) var(--pad);background:var(--paper);border-top:1px solid var(--line);scroll-margin-top:var(--header)}
.journal-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:46px}
.journal-head>div>p:last-child{max-width:62ch;margin:0;text-align:justify;text-justify:inter-word;hyphens:auto}
.journal-head h2{margin-bottom:18px}
.journal-head .text-link{margin-bottom:8px;white-space:nowrap}
.journal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--tile-gap);background:transparent;border:0}
.journal-card{display:flex;flex-direction:column;background:var(--white);min-width:0}
.journal-image{display:block;overflow:hidden;background:#ddd}
.journal-image img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .45s ease}
.journal-card:nth-child(1) .journal-image img{object-position:center 50%}
.journal-card:nth-child(2) .journal-image img{object-position:center 48%}
.journal-card:nth-child(3) .journal-image img{object-position:center 46%}
.journal-card:nth-child(4) .journal-image img{object-position:center 47%}
.journal-image:hover img{transform:scale(1.012)}
.journal-copy{display:flex;flex-direction:column;flex:1;padding:30px 32px 32px}
.journal-copy .tag{margin-bottom:12px}
.journal-copy h3{font-family:inherit;font-size:26px;line-height:1.13;font-weight:500;margin:0 0 17px;letter-spacing:-.015em}
.journal-copy p:not(.tag){font-size:15px;margin:0;text-align:justify;text-justify:inter-word;hyphens:auto}
.journal-copy>a{margin-top:auto}
.image-credit{color:var(--muted);font-size:11px;margin:17px 0 0}
.contact{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(50px,9vw,160px);padding:clamp(76px,9vw,150px) var(--pad);background:var(--paper);color:var(--ink);border-top:1px solid var(--line);scroll-margin-top:var(--header)}
.contact h2{color:var(--ink);max-width:10ch}
.contact-copy>p:not(.eyebrow){max-width:52ch;color:var(--ink);text-align:justify;text-justify:inter-word;hyphens:auto}
.contact address{font-style:normal;display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:32px}
.contact address a{text-decoration:none}
.contact-form{display:grid;gap:20px;background:var(--white);border:1px solid var(--line);padding:clamp(28px,4vw,54px)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.contact-form label{display:grid;gap:8px}
.contact-form label>span{font-size:11px;text-transform:uppercase;letter-spacing:.09em}
.contact-form small{font-size:inherit;text-transform:none}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--ink);background:transparent;border:0;border-bottom:1px solid #a8a39b;border-radius:0;padding:12px 0;outline:none}
.contact-form select{color:var(--ink)}
.contact-form textarea{resize:vertical;min-height:120px}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--ink)}
.consent{grid-template-columns:auto 1fr!important;align-items:start;gap:11px!important;text-transform:none}
.consent input{width:auto;margin-top:5px}
.consent span{text-transform:none!important;letter-spacing:0!important;line-height:1.5;color:var(--muted)}
.contact-form button{justify-self:start;border:1px solid var(--ink);background:var(--ink);color:#fff;padding:14px 22px;text-transform:uppercase;letter-spacing:.09em;font-size:11px;cursor:pointer;transition:.2s}
.contact-form button:hover{background:transparent;color:var(--ink)}
.honeypot{position:absolute;left:-9999px}
.site-footer{max-width:var(--max);margin:0 auto;padding:54px var(--pad) 28px;display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:42px;background:var(--white);border-top:1px solid var(--line);font-size:13px}
.footer-brand img{width:240px;height:62px;object-fit:contain;object-position:left center;margin-bottom:17px}
.footer-brand p{max-width:42ch;color:var(--muted);text-align:justify;text-justify:inter-word;hyphens:auto}
.site-footer>div:not(.footer-bottom){display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.site-footer a{text-decoration:none}
.footer-label{text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:700;margin:0 0 11px}
.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:23px;margin-top:12px}
.legal-page{max-width:920px;margin:0 auto;padding:80px var(--pad) 120px}
.legal-page h1{font-family:inherit;font-size:clamp(42px,6vw,78px);font-weight:400;line-height:1;margin:0 0 40px}
.legal-page h2{font-family:inherit;font-size:28px;font-weight:500;margin:42px 0 14px}
.legal-page p,.legal-page li{max-width:75ch;text-align:justify;text-justify:inter-word;hyphens:auto}
.back-link{display:inline-block;margin-bottom:45px;text-transform:uppercase;letter-spacing:.08em;font-size:11px;text-decoration:none}
.status-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:var(--paper)}
.status-card{max-width:700px;background:#fff;padding:clamp(35px,6vw,80px);border:1px solid var(--line);text-align:center}
.status-card h1{font-family:inherit;font-weight:400;font-size:clamp(42px,6vw,68px);margin:0 0 20px}
.status-card a{display:inline-block;margin-top:22px;text-transform:uppercase;letter-spacing:.08em;font-size:11px}
@media(max-width:1220px){
  :root{--header:82px}.header-inner{min-height:var(--header)}.brand img{width:215px}nav{gap:14px}nav a{font-size:10px}.pillar-copy{min-height:305px}.site-footer{grid-template-columns:1.2fr 1fr 1fr}.site-footer>div:nth-child(4){grid-column:3}
}
@media(max-width:900px){
  :root{--header:74px}.header-inner{min-height:var(--header)}.menu-toggle{display:block}
  nav{display:none;position:absolute;top:100%;left:0;right:0;padding:22px var(--pad) 28px;background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:18px}
  nav.open{display:flex}nav a{font-size:12px}.pillars{grid-template-columns:repeat(2,1fr)}.materials{grid-template-columns:1fr}.materials-image img{min-height:420px}.studio{grid-template-columns:1fr}.studio h2{max-width:13ch}.process-grid{grid-template-columns:repeat(2,1fr)}.journal-grid{grid-template-columns:1fr}.contact{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.site-footer>div:nth-child(4){grid-column:auto}
}
@media(max-width:620px){
  :root{--pad:18px}.brand img{width:185px;height:46px}.pillars{grid-template-columns:1fr}.pillar figure img{aspect-ratio:.86}.pillar-copy{min-height:235px;padding:26px 22px 30px}.pillar-copy h2{font-size:24px}.materials-image img{min-height:330px}.studio,.process,.journal,.contact{padding-top:72px;padding-bottom:72px}.process-grid{grid-template-columns:1fr}.process-grid article{min-height:240px}.journal-head{display:block}.journal-head .text-link{display:inline-block;margin-top:20px}.form-row{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom a{display:block;margin-top:8px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* V6: compact four-column journal, exact LinkedIn images */
@media (min-width:1101px){
  .journal{padding-left:clamp(26px,4vw,72px);padding-right:clamp(26px,4vw,72px)}
  .journal-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .journal-image img{aspect-ratio:4/3;height:auto;object-fit:cover}
  .journal-copy{padding:20px 18px 22px}
  .journal-copy h3{font-size:18px;line-height:1.15;margin-bottom:12px}
  .journal-copy p:not(.tag){font-size:12px;line-height:1.45}
  .journal-copy>a{font-size:9px;margin-top:20px}
}
@media (min-width:721px) and (max-width:1100px){.journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:720px){.journal-grid{grid-template-columns:1fr}}

/* V7 — approved upper-tile photography and FLOW detail page */
.pillar-image-link{display:block;color:inherit;text-decoration:none}
.pillar-copy h2 a{color:inherit;text-decoration:none}
.pillar-copy h2 a:hover,.pillar-copy h2 a:focus{text-decoration:underline;text-underline-offset:5px}
.pillar:nth-child(1) figure img,.pillar:nth-child(2) figure img,.pillar:nth-child(4) figure img{object-position:center center}
.flow-page{background:#f7f5f1;color:#1f1e1a}
.flow-hero{position:relative;max-width:1600px;margin:0 auto;background:#211b17}
.flow-hero img{display:block;width:100%;height:min(68vh,760px);object-fit:cover}
.flow-hero-copy{position:absolute;left:clamp(28px,6vw,100px);top:50%;transform:translateY(-50%);max-width:520px;color:#fff;text-shadow:0 2px 22px rgba(0,0,0,.45)}
.flow-hero-copy h1{font-family:var(--font-display);font-size:clamp(64px,9vw,130px);font-weight:400;line-height:.9;margin:0 0 18px}
.flow-hero-copy p{font-size:18px;line-height:1.65;max-width:42ch}
.flow-intro{max-width:var(--max);margin:0 auto;padding:90px var(--pad) 36px;display:grid;grid-template-columns:minmax(220px,.65fr) 1.35fr;gap:70px}
.flow-intro h2,.flow-section h2{font-family:var(--font-display);font-weight:400;font-size:clamp(38px,5vw,66px);line-height:1.05;margin:0}
.flow-intro p,.flow-section p{font-size:17px;line-height:1.75;margin:0 0 16px}
.flow-gallery{max-width:var(--max);margin:0 auto;padding:20px var(--pad) 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.flow-gallery figure{margin:0;overflow:hidden;background:#2b231e;aspect-ratio:1}
.flow-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.flow-gallery figure:hover img{transform:scale(1.025)}
.flow-gallery figure:first-child{grid-column:span 2;aspect-ratio:2/1}
.flow-gallery figure:last-child{grid-column:span 2;aspect-ratio:2/1}
.flow-section{max-width:var(--max);margin:0 auto;padding:70px var(--pad);display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid var(--line)}
.flow-facts{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--max);margin:0 auto 80px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.flow-facts div{padding:28px;border-right:1px solid var(--line);text-align:center}
.flow-facts div:last-child{border-right:0}
.flow-facts strong{display:block;font-size:14px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}
.flow-cta{max-width:var(--max);margin:0 auto 90px;text-align:center;padding:70px var(--pad);background:#eee8df}
.flow-cta h2{font-family:var(--font-display);font-size:clamp(38px,5vw,66px);font-weight:400;margin:0 0 25px}
.flow-cta a{display:inline-block;padding:15px 26px;background:#1f1e1a;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:12px}
@media(max-width:900px){.flow-intro,.flow-section{grid-template-columns:1fr;gap:26px}.flow-gallery{grid-template-columns:1fr 1fr}.flow-gallery figure:first-child,.flow-gallery figure:last-child{grid-column:span 2}.flow-facts{grid-template-columns:1fr 1fr}.flow-facts div:nth-child(2){border-right:0}}
@media(max-width:620px){.flow-hero-copy{position:static;transform:none;padding:42px 24px}.flow-hero img{height:50vh}.flow-gallery{grid-template-columns:1fr}.flow-gallery figure,.flow-gallery figure:first-child,.flow-gallery figure:last-child{grid-column:auto;aspect-ratio:1}.flow-facts{grid-template-columns:1fr}.flow-facts div{border-right:0;border-bottom:1px solid var(--line)}}


/* V8 — compact upper cards and fully Polish FLOW page */
@media (min-width:1101px){
  .pillar figure img{height:390px;aspect-ratio:auto;object-fit:cover}
  .pillar:nth-child(1) figure img{object-position:center 46%}
  .pillar:nth-child(2) figure img{object-position:center 46%}
  .pillar:nth-child(3) figure img{object-position:center 50%}
  .pillar:nth-child(4) figure img{object-position:center 48%}
  .pillar-copy{min-height:215px;padding:24px 28px 28px}
  .pillar-copy h2{font-size:22px;margin-bottom:14px}
  .pillar-copy p{font-size:14px;line-height:1.48}
  .pillar-copy>a{padding-top:20px}
}
@media (min-width:901px) and (max-width:1100px){
  .pillar figure img{height:420px;aspect-ratio:auto;object-fit:cover}
  .pillar-copy{min-height:225px}
}
.flow-hero img{object-position:center center}
.flow-hero-copy{max-width:470px}
.flow-hero-copy h1{font-family:inherit}
.flow-intro h2,.flow-section h2,.flow-cta h2{font-family:inherit}


/* FLOW V10 — czysta polska podstrona */
.flow-page{background:#f7f5f1;color:#1f1e1a}
.flow-page .eyebrow{margin:0 0 18px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:600}
.flow-v10-hero{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:minmax(320px,.78fr) 1.22fr;min-height:620px;background:#211b17;color:#fff}
.flow-v10-copy{padding:clamp(56px,7vw,110px);display:flex;flex-direction:column;justify-content:center}
.flow-v10-copy h1{font-size:clamp(72px,10vw,142px);font-weight:400;line-height:.86;margin:0 0 22px;letter-spacing:-.04em}
.flow-v10-copy .lead{font-size:clamp(24px,2.4vw,38px);margin:0 0 22px;line-height:1.15}
.flow-v10-copy p:last-child{font-size:17px;line-height:1.7;max-width:40ch;color:rgba(255,255,255,.84)}
.flow-v10-hero figure{margin:0;min-height:620px;overflow:hidden}
.flow-v10-hero figure img{width:100%;height:100%;object-fit:cover;object-position:center}
.flow-v10-intro,.flow-v10-material{max-width:var(--max);margin:0 auto;padding:88px var(--pad);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(42px,7vw,110px);border-bottom:1px solid var(--line)}
.flow-v10-intro h2,.flow-v10-material h2{font-size:clamp(42px,5vw,70px);line-height:1.02;font-weight:400;margin:0;max-width:12ch}
.flow-v10-intro p,.flow-v10-material p{font-size:17px;line-height:1.75;margin:0 0 18px;max-width:60ch}
.flow-v10-gallery{max-width:var(--max);margin:0 auto;padding:0 var(--pad) 88px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--tile-gap)}
.flow-v10-gallery figure{margin:0;aspect-ratio:4/3;overflow:hidden;background:#241d18}
.flow-v10-gallery figure.wide{grid-column:span 2;aspect-ratio:16/7}
.flow-v10-gallery img{width:100%;height:100%;object-fit:cover;display:block}
.flow-v10-facts{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--max);margin:0 auto 80px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.flow-v10-facts div{padding:28px;text-align:center;border-right:1px solid var(--line)}
.flow-v10-facts div:last-child{border-right:0}
.flow-v10-facts strong{display:block;font-size:13px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.flow-v10-facts span{font-size:15px}
.flow-v10-cta{max-width:var(--max);margin:0 auto 90px;padding:64px var(--pad);background:#eee8df;text-align:center}
.flow-v10-cta p{font-size:clamp(38px,5vw,68px);line-height:1.05;margin:0 0 28px}
.flow-v10-cta a{display:inline-block;padding:15px 26px;background:#1f1e1a;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:12px}
@media(max-width:900px){.flow-v10-hero{grid-template-columns:1fr}.flow-v10-hero figure{min-height:480px}.flow-v10-intro,.flow-v10-material{grid-template-columns:1fr;gap:28px}.flow-v10-facts{grid-template-columns:1fr 1fr}.flow-v10-facts div:nth-child(2){border-right:0}}
@media(max-width:620px){.flow-v10-copy{padding:48px 24px}.flow-v10-hero figure{min-height:360px}.flow-v10-gallery{grid-template-columns:1fr}.flow-v10-gallery figure,.flow-v10-gallery figure.wide{grid-column:auto;aspect-ratio:1}.flow-v10-facts{grid-template-columns:1fr}.flow-v10-facts div{border-right:0;border-bottom:1px solid var(--line)}}


/* V11 — poprawiona wersja mobilna i ostrość obrazów */
.studio h2{max-width:12.5ch}
.menu-toggle{color:var(--ink);-webkit-appearance:none;appearance:none;border-radius:0}
@media(max-width:620px){
  :root{--header:72px;--pad:16px}
  .header-inner{padding:10px 16px;gap:12px}
  .brand img{width:170px;height:46px}
  .menu-toggle{padding:10px 12px;font-size:11px;color:var(--ink);background:transparent}
  .pillars{gap:6px}
  .pillar figure img{height:340px;aspect-ratio:auto;object-fit:cover}
  .pillar:nth-child(1) figure img{object-position:center 48%}
  .pillar:nth-child(2) figure img{object-position:center 48%}
  .pillar:nth-child(3) figure img{object-position:center 48%}
  .pillar:nth-child(4) figure img{object-position:center 42%}
  .pillar-copy{min-height:0;padding:22px 18px 26px}
  .pillar-copy h2{font-size:21px;margin-bottom:12px}
  .pillar-copy p{font-size:14px;line-height:1.5;text-align:left}
  .pillar-copy>a{padding-top:18px}
  .studio h2{max-width:14ch}

  .flow-v10-hero{display:flex;flex-direction:column;min-height:0}
  .flow-v10-copy{padding:38px 20px 32px}
  .flow-v10-copy h1{font-size:62px;margin-bottom:14px}
  .flow-v10-copy .lead{font-size:24px}
  .flow-v10-copy p:last-child{font-size:15px;line-height:1.55}
  .flow-v10-hero figure{min-height:0;height:320px}
  .flow-v10-hero figure img{object-fit:cover;object-position:center 44%}
  .flow-v10-intro,.flow-v10-material{padding:56px 20px;gap:20px}
  .flow-v10-intro h2,.flow-v10-material h2{font-size:38px;max-width:14ch}
  .flow-v10-intro p,.flow-v10-material p{font-size:15px;line-height:1.6}
  .flow-v10-gallery{padding:0 16px 56px;gap:6px}
  .flow-v10-gallery figure,.flow-v10-gallery figure.wide{aspect-ratio:4/3}
  .flow-v10-gallery img{object-fit:cover;object-position:center}
  .flow-v10-facts{margin-bottom:50px}
  .flow-v10-cta{margin-bottom:50px;padding:48px 20px}
  .flow-v10-cta p{font-size:36px}
}

/* V12 — czytelny telefon, mniejsze kafle i ostrzejsze materiały */
.studio h2{max-width:14ch}

@media (max-width:620px){
  :root{--header:68px;--pad:14px;--tile-gap:5px}
  body{font-size:15px}
  .header-inner{padding:9px 14px;gap:10px}
  .brand img{width:158px;height:42px}
  .menu-toggle{padding:9px 11px;font-size:10px}

  /* Cztery główne obszary w układzie 2 x 2 zamiast ogromnej jednej kolumny. */
  .pillars{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--tile-gap);padding:0 10px}
  .pillar figure img{height:250px;aspect-ratio:auto;object-fit:cover;transform:none!important}
  .pillar:nth-child(1) figure img{object-position:center 48%}
  .pillar:nth-child(2) figure img{object-position:center 48%}
  .pillar:nth-child(3) figure img{object-position:center 50%}
  .pillar:nth-child(4) figure img{object-position:center 40%}
  .pillar figure figcaption{left:8px;bottom:8px;padding:4px 5px;font-size:7px;letter-spacing:.07em}
  .pillar-copy{padding:16px 12px 19px;min-height:220px}
  .pillar-copy h2{font-size:17px;line-height:1.08;margin-bottom:10px}
  .pillar-copy p{font-size:12px;line-height:1.45;text-align:left;hyphens:none}
  .pillar-copy>a{font-size:8px;padding-top:14px;line-height:1.35}

  .materials{margin-top:5px}
  .materials-copy{padding:42px 22px}
  .materials-copy h2{font-size:42px}
  .materials-image img{min-height:300px}

  .studio{padding:60px 22px;gap:22px}
  .studio h2{font-size:44px;max-width:12.5ch}
  .studio-copy{font-size:15px}

  /* Dziennik: 2 kolumny, bez ogromnych zdjęć i ogromnego nagłówka. */
  .journal{padding:58px 14px}
  .journal-head{margin-bottom:28px}
  .journal-head h2{font-size:46px;margin-bottom:12px}
  .journal-head>div>p:last-child{font-size:16px;line-height:1.5;text-align:left;hyphens:none}
  .journal-head .text-link{font-size:9px;margin-top:18px}
  .journal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}
  .journal-image img{aspect-ratio:4/3;height:auto;object-fit:cover}
  .journal-copy{padding:14px 12px 16px}
  .journal-copy .tag{font-size:7px;margin-bottom:7px}
  .journal-copy h3{font-size:15px;line-height:1.12;margin-bottom:9px}
  .journal-copy p:not(.tag){font-size:10px;line-height:1.4;text-align:left;hyphens:none}
  .journal-copy>a{font-size:7px;padding-top:13px}
  .image-credit{font-size:8px}

  /* FLOW: tekst najpierw, krótki hero i dwukolumnowa galeria. */
  .flow-v10-hero{display:flex;flex-direction:column;min-height:0;margin:0 10px}
  .flow-v10-copy{order:1;padding:34px 22px 28px}
  .flow-v10-copy h1{font-size:56px;margin-bottom:12px}
  .flow-v10-copy .lead{font-size:22px}
  .flow-v10-copy p:last-child{font-size:14px;line-height:1.5}
  .flow-v10-hero figure{order:2;height:270px;min-height:0}
  .flow-v10-hero figure img{object-fit:cover;object-position:center 42%}
  .flow-v10-intro,.flow-v10-material{padding:48px 20px;gap:18px}
  .flow-v10-intro h2,.flow-v10-material h2{font-size:36px;max-width:13ch}
  .flow-v10-gallery{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 10px 48px;gap:5px}
  .flow-v10-gallery figure,.flow-v10-gallery figure.wide{grid-column:auto;aspect-ratio:4/3}
  .flow-v10-gallery figure:first-child{grid-column:1/-1;aspect-ratio:16/9}
  .flow-v10-gallery img{object-fit:cover;object-position:center}
  .flow-v10-facts{grid-template-columns:repeat(2,1fr);margin:0 10px 42px}
  .flow-v10-facts div{padding:20px 10px;border-bottom:1px solid var(--line)}
  .flow-v10-facts div:nth-child(2n){border-right:0}
  .flow-v10-cta{margin:0 10px 42px;padding:42px 18px}
  .flow-v10-cta p{font-size:32px}
}

/* V20.11 — zapis na jednorazowe powiadomienie o starcie sklepu. */
.shop-notify{
  max-width:var(--max);
  margin:var(--tile-gap) auto 0;
  padding:clamp(34px,4.5vw,70px) var(--pad);
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(420px,1.28fr);
  align-items:center;
  gap:clamp(34px,6vw,90px);
  background:#eeebe6;
  border-bottom:1px solid var(--line);
}
.shop-notify-copy h2{
  margin:0 0 18px;
  max-width:13ch;
  font-family:inherit;
  font-size:clamp(32px,3.3vw,54px);
  font-weight:400;
  letter-spacing:-.025em;
  line-height:1.04;
}
.shop-notify-copy>p:last-child{margin:0;max-width:49ch;font-size:14px;line-height:1.55}
.shop-notify-form{position:relative;display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:end;gap:16px 18px}
.shop-notify-form .notify-email{display:grid;gap:7px}
.shop-notify-form .notify-email>span{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.shop-notify-form .notify-email input{
  width:100%;
  min-height:48px;
  padding:11px 12px;
  color:var(--ink);
  background:rgba(255,255,255,.62);
  border:1px solid #a8a39b;
  border-radius:0;
  outline:none;
}
.shop-notify-form .notify-email input:focus{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}
.shop-notify-form button{
  min-height:48px;
  padding:12px 20px;
  border:1px solid var(--ink);
  border-radius:0;
  color:#fff;
  background:var(--ink);
  font-size:10px;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .2s,color .2s;
}
.shop-notify-form button:hover,.shop-notify-form button:focus-visible{color:var(--ink);background:transparent}
.notify-consent{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;font-size:11px;line-height:1.5;color:var(--muted)}
.notify-consent input{width:auto;margin:3px 0 0}
.notify-consent a{color:inherit;text-underline-offset:2px}
@media(max-width:900px){
  .shop-notify{grid-template-columns:1fr;gap:28px}
}
@media(max-width:620px){
  .shop-notify{margin-top:5px;padding:38px 20px}
  .shop-notify-copy h2{font-size:34px}
  .shop-notify-form{grid-template-columns:1fr}
  .shop-notify-form button{width:100%}
  .notify-consent{grid-column:1}
}

@media (max-width:380px){
  .brand img{width:145px}
  .pillar figure img{height:225px}
  .pillar-copy h2{font-size:15px}
  .pillar-copy p{font-size:11px}
}


/* V13 — ostre zdjęcia i stabilny układ FLOW */
.hero-grid .tile img{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}
#praca .tile-media img,.tile[data-section="praca"] img{filter:contrast(1.03) saturate(1.02)}
.about-grid h2{max-width:13ch}

.flow13-hero{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:minmax(360px,.72fr) 1.28fr;background:#f7f5f1;border-bottom:1px solid var(--line)}
.flow13-copy{padding:clamp(54px,7vw,100px);display:flex;flex-direction:column;justify-content:center}
.flow13-copy h1{font-size:clamp(54px,6vw,92px);font-weight:400;line-height:1.02;letter-spacing:-.035em;margin:0 0 28px;max-width:9ch}
.flow13-copy>p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:42ch;margin:0 0 30px}
.flow13-copy>a{color:inherit;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}
.flow13-hero figure{margin:0;height:700px;background:#ded6ca;overflow:hidden}
.flow13-hero figure img{width:100%;height:100%;object-fit:cover;object-position:center 22%;display:block}
.flow13-intro{max-width:var(--max);margin:0 auto;padding:82px var(--pad);display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(40px,7vw,100px);border-bottom:1px solid var(--line)}
.flow13-intro h2{font-size:clamp(42px,5vw,68px);line-height:1.04;font-weight:400;margin:0;max-width:12ch}
.flow13-intro p{font-size:17px;line-height:1.75;max-width:60ch;margin:0 0 18px}
.flow13-gallery{max-width:var(--max);margin:0 auto;padding:0 var(--pad) 82px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.flow13-gallery figure{margin:0;aspect-ratio:4/5;overflow:hidden;background:#d8d0c4}
.flow13-gallery img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 22%}
.flow13-gallery figure:nth-child(n+3) img{object-position:center center}
.flow13-process{max-width:var(--max);margin:0 auto;padding:64px var(--pad);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.flow13-steps{display:grid;grid-template-columns:repeat(4,1fr);margin-top:26px}
.flow13-steps div{padding:22px 26px;border-left:1px solid var(--line)}
.flow13-steps div:first-child{border-left:0}
.flow13-steps strong,.flow13-steps span{display:block}.flow13-steps strong{font-size:13px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.flow13-steps span{font-size:15px;line-height:1.5}
.flow13-cta{max-width:var(--max);margin:64px auto 84px;padding:58px var(--pad);background:#eee8df;display:flex;align-items:end;justify-content:space-between;gap:40px}
.flow13-cta h2{font-size:clamp(34px,4vw,58px);font-weight:400;line-height:1.08;margin:0 0 18px;max-width:18ch}.flow13-cta p:not(.eyebrow){margin:0;line-height:1.6}.flow13-cta>a{background:#1f1e1a;color:#fff;text-decoration:none;padding:15px 24px;text-transform:uppercase;letter-spacing:.08em;font-size:12px;white-space:nowrap}

@media(max-width:900px){
 .flow13-hero{grid-template-columns:1fr}.flow13-copy{padding:46px 28px}.flow13-copy h1{font-size:54px;max-width:10ch}.flow13-hero figure{height:520px}.flow13-intro{grid-template-columns:1fr;gap:24px}.flow13-gallery{grid-template-columns:repeat(2,1fr)}.flow13-steps{grid-template-columns:1fr 1fr}.flow13-steps div:nth-child(3){border-left:0}.flow13-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
 .hero-grid{grid-template-columns:1fr 1fr!important;gap:6px!important}.hero-grid .tile-media{height:260px!important}.hero-grid .tile-copy{padding:20px 16px 24px!important;min-height:270px!important}.hero-grid .tile-copy h2{font-size:20px!important}.hero-grid .tile-copy p{font-size:14px!important;line-height:1.55!important}.hero-grid .tile-cta{font-size:11px!important}.tile-badge{font-size:9px!important;padding:7px 9px!important}
 .flow13-copy{padding:38px 22px 30px}.flow13-copy h1{font-size:44px}.flow13-copy>p:not(.eyebrow){font-size:15px;line-height:1.6}.flow13-hero figure{height:430px}.flow13-hero figure img{object-position:center 18%}.flow13-intro{padding:50px 22px}.flow13-intro h2{font-size:38px}.flow13-intro p{font-size:15px}.flow13-gallery{padding:0 10px 48px;grid-template-columns:1fr 1fr;gap:5px}.flow13-gallery figure{aspect-ratio:3/4}.flow13-process{padding:48px 20px}.flow13-steps{grid-template-columns:1fr 1fr}.flow13-steps div{padding:18px 12px}.flow13-steps span{font-size:13px}.flow13-cta{margin:42px 10px;padding:40px 20px}.flow13-cta h2{font-size:34px}
}


/* V14 — sharp source images, corrected FLOW page and responsive scale */
.studio h2{max-width:15ch}
.pillar:nth-child(2) figure img{object-position:center 35%}

.flow14-page main{max-width:1600px;margin:0 auto}
.flow14-hero{display:grid;grid-template-columns:minmax(330px,.72fr) 1.28fr;margin:0 var(--pad);background:#f7f5f1;min-height:560px;border-bottom:1px solid var(--line)}
.flow14-copy{padding:clamp(48px,6vw,92px);display:flex;flex-direction:column;justify-content:center}
.flow14-copy h1{font-size:clamp(48px,5.3vw,84px);line-height:1.02;font-weight:400;letter-spacing:-.035em;margin:0 0 26px;max-width:11ch}
.flow14-copy>p:not(.eyebrow){font-size:17px;line-height:1.65;max-width:43ch;margin:0 0 28px}
.flow14-hero figure{margin:0;min-width:0;overflow:hidden;background:#211b17}
.flow14-hero figure img{display:block;width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center}
.flow14-intro{padding:82px var(--pad);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(40px,7vw,110px);border-bottom:1px solid var(--line)}
.flow14-intro h2{font-size:clamp(42px,4.5vw,68px);line-height:1.04;font-weight:400;letter-spacing:-.03em;margin:0;max-width:12ch}
.flow14-intro>div:last-child{max-width:65ch;font-size:17px;line-height:1.72}
.flow14-intro p{margin:0 0 16px}
.flow14-gallery{margin:0 var(--pad);padding:0 0 72px;overflow:hidden}
.flow14-gallery img{display:block;width:100%;height:auto;max-width:100%;image-rendering:auto}
.flow14-process{margin:0 var(--pad) 72px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:28px}
.flow14-steps{display:grid;grid-template-columns:repeat(4,1fr)}
.flow14-steps>div{padding:28px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:8px}
.flow14-steps>div:last-child{border-right:0}
.flow14-steps strong{font-size:14px;letter-spacing:.05em;text-transform:uppercase}
.flow14-steps span{font-size:15px;line-height:1.5}
.flow14-cta{margin:0 var(--pad) 80px;padding:56px clamp(28px,5vw,70px);background:#eee8df;display:grid;grid-template-columns:1fr auto;align-items:end;gap:36px}
.flow14-cta h2{font-size:clamp(38px,4vw,62px);font-weight:400;line-height:1.05;margin:0 0 18px;max-width:18ch}
.flow14-cta p{font-size:17px;line-height:1.6;margin:0;max-width:62ch}
.flow14-cta>a{display:inline-block;background:#1f1e1a;color:#fff;padding:15px 24px;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:12px;white-space:nowrap}
@media(max-width:900px){
 .flow14-hero{grid-template-columns:1fr;margin:0 10px;min-height:0}
 .flow14-copy{padding:42px 26px 34px}
 .flow14-copy h1{font-size:48px;max-width:10ch}
 .flow14-hero figure img{min-height:0;height:auto;aspect-ratio:16/9;object-fit:cover}
 .flow14-intro{grid-template-columns:1fr;padding:58px 22px;gap:24px}
 .flow14-gallery{margin:0 10px;padding-bottom:48px;overflow-x:auto}
 .flow14-gallery img{width:1200px;max-width:none;height:auto}
 .flow14-steps{grid-template-columns:1fr 1fr}
 .flow14-steps>div:nth-child(2){border-right:0}
 .flow14-steps>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
 .flow14-cta{grid-template-columns:1fr;align-items:start;margin:0 10px 48px}
 .studio h2{max-width:14ch}
}
@media(max-width:620px){
 .pillar-grid,.pillars{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .pillar figure img{aspect-ratio:3/4!important;height:auto!important}
 .pillar-copy{padding:20px 16px 24px;min-height:310px}
 .pillar-copy h2{font-size:20px;line-height:1.08}
 .pillar-copy p{font-size:14px;line-height:1.5;text-align:left}
 .flow14-copy h1{font-size:42px}
 .flow14-copy>p:not(.eyebrow){font-size:15px}
 .flow14-gallery{overflow:hidden}
 .flow14-gallery img{width:100%;max-width:100%;height:auto}
 .flow14-steps{grid-template-columns:1fr}
 .flow14-steps>div{border-right:0;border-bottom:1px solid var(--line)}
 .flow14-steps>div:last-child{border-bottom:0}
 .flow14-process{margin:0 10px 44px}
 .flow14-cta{padding:40px 22px}
 .flow14-cta h2{font-size:36px}
 .studio h2{font-size:42px;max-width:12ch}
}


/* V14 FINAL — compact materials section and corrected mobile responsiveness */
.materials{
  grid-template-columns:minmax(260px,.42fr) minmax(0,1.58fr);
  min-height:360px;
  overflow:hidden;
}
.materials-copy{
  padding:42px clamp(28px,3vw,52px);
}
.materials-copy h2{
  font-size:clamp(34px,3.25vw,52px);
  line-height:1.04;
  max-width:12ch;
  margin-bottom:20px;
}
.materials-copy p{
  font-size:14px;
  line-height:1.5;
  margin-bottom:8px;
}
.materials-copy .text-link{margin-top:16px;padding-top:0}
.materials-image{min-height:0;height:360px}
.materials-image img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center center;
}

@media(max-width:900px){
  .materials{grid-template-columns:1fr;min-height:0}
  .materials-copy{padding:38px 24px 30px}
  .materials-copy h2{font-size:40px;max-width:13ch;margin-bottom:16px}
  .materials-image{height:auto;min-height:0}
  .materials-image img{height:auto;min-height:0;object-fit:contain;aspect-ratio:auto}
}

@media(max-width:620px){
  .materials{margin-top:6px}
  .materials-copy{padding:30px 20px 26px}
  .materials-copy h2{font-size:34px;line-height:1.06;max-width:12ch}
  .materials-copy p{font-size:13px;line-height:1.48;text-align:left}
  .materials-copy .text-link{font-size:11px;margin-top:14px}
  .materials-image{height:auto!important;min-height:0!important}
  .materials-image img{
    width:100%;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .materials-image figcaption{left:14px;bottom:12px}
}


/* V15 — spokojne kafle: tytuł zawsze, opis po najechaniu lub dotknięciu */
.pillars{position:relative}
.pillar{position:relative;background:var(--paper)}
.pillar figure{position:relative}
.pillar figure figcaption{display:none!important}
.pillar-flow figure .flow-photo-caption{
  display:block!important;
  position:absolute;
  left:12px;
  top:12px;
  bottom:auto;
  z-index:2;
  padding:6px 8px;
  background:rgba(247,245,241,.92);
  color:#45433e;
  font-size:8px;
  line-height:1.25;
  letter-spacing:.1em;
  text-transform:uppercase;
  pointer-events:none;
}
.pillar-overlay{
  position:absolute;inset:0;z-index:3;
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:clamp(22px,2.5vw,42px);
  color:#fff;background:linear-gradient(180deg,rgba(15,14,12,.08) 5%,rgba(15,14,12,.84) 100%);
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .28s ease,transform .28s ease,visibility .28s ease;
}
.pillar:hover .pillar-overlay,.pillar:focus-within .pillar-overlay,.pillar.is-open .pillar-overlay{
  opacity:1;visibility:visible;transform:none;
}
.pillar-overlay .concept-label{font-size:9px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:auto;align-self:flex-start;padding:5px 7px;background:rgba(247,245,241,.92);color:var(--ink)}
.pillar-overlay p{margin:22px 0 18px;max-width:31ch;font-size:15px;line-height:1.52;text-align:left;hyphens:none}
.pillar-overlay a{align-self:flex-start;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:3px;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.pillar-titlebar{min-height:94px;padding:25px clamp(20px,2.1vw,34px);display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-top:1px solid var(--line)}
.pillar-titlebar h2{margin:0;font-size:clamp(18px,1.45vw,25px);line-height:1.12;font-weight:500;text-transform:uppercase;letter-spacing:.01em}
.pillar-toggle{display:none;flex:0 0 auto;border:0;background:transparent;color:var(--ink);font-size:25px;line-height:1;padding:0 2px;cursor:pointer}
.pillar.is-open .pillar-toggle{transform:rotate(45deg)}

/* CTA i teksty w wąskich kolumnach zawsze wyrównane do lewej */
.pillar-overlay p,.journal-copy p:not(.tag),.process-grid p,.studio-copy p,.materials-copy p,.contact-copy>p:not(.eyebrow){text-align:left;text-justify:auto;hyphens:none}

/* V14/V15 — materiały jako sekcja wspierająca, nie drugie hero */
.materials{grid-template-columns:minmax(250px,.42fr) minmax(0,1.58fr)}
.materials-copy{padding:clamp(32px,4vw,66px) var(--pad)}
.materials-copy h2{font-size:clamp(30px,3.1vw,50px);margin-bottom:20px}
.materials-copy p{font-size:14px;line-height:1.5;margin-bottom:7px}
.materials-image img{min-height:390px;max-height:500px}
.privacy-note{font-weight:500;border-left:0;padding-left:0;margin-top:14px!important}

@media (max-width:900px){
  .pillar-toggle{display:block}
  .pillar:hover .pillar-overlay:not(:focus-within){opacity:0;visibility:hidden;transform:translateY(8px)}
  .pillar.is-open .pillar-overlay,.pillar:focus-within .pillar-overlay{opacity:1;visibility:visible;transform:none}
  .pillar-titlebar{min-height:78px;padding:18px 16px}
  .pillar-titlebar h2{font-size:17px}
  .pillar-overlay{padding:18px}
  .pillar-overlay p{font-size:13px;line-height:1.45;margin:16px 0 14px}
  .materials{grid-template-columns:1fr}
  .materials-image img{height:auto;min-height:0;max-height:none;aspect-ratio:auto;object-fit:contain}
}

@media (max-width:620px){
  .pillars{grid-template-columns:1fr!important;padding:0!important;gap:5px}
  .pillar figure img{height:300px!important;aspect-ratio:auto!important}
  .pillar-titlebar{min-height:66px;padding:16px 14px}
  .pillar-titlebar h2{font-size:16px;max-width:88%}
  .pillar-overlay{padding:15px}
  .pillar-overlay .concept-label{font-size:7px}
  .pillar-overlay p{font-size:12px;max-width:34ch}
  .pillar-overlay a{font-size:8px}
  .materials-copy{padding:38px 20px}
  .materials-copy h2{font-size:34px}
}


/* V16 — stabilne kafle na telefonie: opis i link widoczne po rozwinięciu. */
@media (max-width:900px){
  .pillar figure{overflow:visible;display:flex;flex-direction:column;background:var(--paper)}
  .pillar figure img{display:block;flex:none}
  .pillar-overlay{
    position:static!important;
    inset:auto!important;
    width:100%;
    max-height:0;
    overflow:hidden;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:none;
    padding:0 16px;
    background:var(--paper)!important;
    color:var(--ink)!important;
    transition:max-height .28s ease,padding .28s ease;
  }
  .pillar:hover .pillar-overlay:not(:focus-within){
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .pillar.is-open .pillar-overlay{
    max-height:280px;
    padding:16px;
    pointer-events:auto;
    border-top:1px solid var(--line);
  }
  .pillar-overlay .concept-label{
    margin:0 0 10px;
    background:transparent;
    padding:0;
    color:var(--muted);
  }
  .pillar-overlay p{margin:0 0 14px;color:var(--ink)!important;text-align:left!important}
  .pillar-overlay a{
    color:var(--ink)!important;
    border-bottom:1px solid var(--ink)!important;
    position:relative;
    z-index:3;
  }
  .pillar-titlebar{order:2}
  .pillar-toggle{display:block!important;min-width:32px;min-height:32px;position:relative;z-index:4}
}
@media (max-width:620px){
  .pillar-overlay{padding-left:14px;padding-right:14px}
  .pillar.is-open .pillar-overlay{max-height:320px;padding:15px 14px 18px}
  .pillar-overlay p{font-size:13px;line-height:1.5}
  .pillar-overlay a{font-size:9px;line-height:1.4}
}


/* V17.1 — manifest, pięcioetapowy proces i stopka */
.manifest-copy h3{
  margin:26px 0 8px;
  font-size:16px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.005em;
}
.manifest-copy h3:first-of-type{margin-top:24px}
.process-grid-five{grid-template-columns:repeat(5,minmax(0,1fr))}
.process-grid-five article{min-height:320px;padding:30px 24px 34px}
.process-grid-five h3{font-size:20px}
.process-grid-five p{font-size:13px;line-height:1.5;max-width:none}
.footer-bottom{flex-wrap:wrap;align-items:center}
.trademark-note{color:var(--muted);font-size:11px;line-height:1.4;text-align:center}

@media (max-width:1220px){
  .process-grid-five{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:900px){
  .process-grid-five{grid-template-columns:repeat(2,minmax(0,1fr))}
  .manifest-copy h3{font-size:15px}
}
@media (max-width:620px){
  .process-grid-five{grid-template-columns:1fr}
  .process-grid-five article{min-height:0;padding:24px 20px 28px}
  .process-grid-five .process-no{margin-bottom:18px}
  .trademark-note{display:block;margin:9px 0;text-align:left}
}


/* V17.2 — oznaczenia wizualizacji FLOW i informacja o dostępności */
.concept-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.concept-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-visual figcaption {
  position: absolute;
  left: clamp(14px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 28px);
  z-index: 2;
  max-width: calc(100% - 28px);
  padding: 0.62rem 0.8rem;
  background: rgba(247, 245, 241, 0.92);
  color: #252522;
  font-size: 0.68rem;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.flow14-gallery .concept-visual--gallery {
  width: 100%;
}

.flow14-availability {
  margin-top: 0.9rem;
  font-weight: 500;
}

@media (max-width: 700px) {
  .concept-visual figcaption {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 0.5rem 0.62rem;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }
}


/* V17.3 — FLOW: czytelny i proporcjonalny układ mobilny */
.flow14-page{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

@media (max-width:700px){
  .flow14-page main{width:100%;overflow:hidden}

  .flow14-hero{
    margin:0 16px;
    border-bottom:0;
  }
  .flow14-copy{
    padding:34px 18px 30px;
  }
  .flow14-copy h1{
    font-size:clamp(38px,11vw,48px);
    line-height:1.02;
    max-width:11ch;
    margin-bottom:20px;
  }
  .flow14-copy>p:not(.eyebrow){
    font-size:15px!important;
    line-height:1.58!important;
    margin-bottom:22px;
  }
  .flow14-hero figure{
    overflow:visible;
    background:transparent;
  }
  .flow14-hero figure img{
    width:100%;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:4/3!important;
    object-fit:cover!important;
    object-position:center 38%!important;
  }

  /* Na telefonie oznaczenie nie zasłania produktu. */
  .concept-visual{
    overflow:visible;
  }
  .concept-visual figcaption{
    position:static;
    display:block;
    max-width:none;
    margin:0;
    padding:10px 2px 0;
    background:transparent;
    color:var(--muted);
    font-size:9px;
    line-height:1.35;
    letter-spacing:.08em;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }

  .flow14-intro{
    padding:46px 20px 42px;
    gap:20px;
  }
  .flow14-intro h2{
    font-size:clamp(38px,11vw,48px)!important;
    line-height:1.03;
    max-width:11ch;
  }
  .flow14-intro>div:last-child{
    font-size:16px!important;
    line-height:1.62!important;
    max-width:none;
  }
  .flow14-intro p{margin-bottom:14px}

  .flow14-gallery{
    margin:0 16px;
    padding:0 0 44px;
    overflow:visible;
  }
  .flow14-gallery img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
  .flow14-gallery .concept-visual figcaption{
    padding-top:10px;
  }

  .flow14-process{
    margin:0 16px 42px;
    padding-top:24px;
  }
  .flow14-process>.eyebrow{
    margin-bottom:8px;
  }
  .flow14-steps>div{
    padding:24px 12px 24px;
    gap:7px;
  }
  .flow14-steps strong{
    font-size:14px!important;
    line-height:1.35;
  }
  .flow14-steps span{
    font-size:15px!important;
    line-height:1.5!important;
  }

  .flow14-cta{
    margin:0 16px 44px;
    padding:34px 20px;
    gap:24px;
  }
  .flow14-cta h2{
    font-size:36px!important;
    line-height:1.05;
  }
  .flow14-cta p{
    font-size:15px!important;
    line-height:1.58!important;
  }
  .flow14-availability{margin-top:12px!important}
}

@media (max-width:390px){
  .flow14-hero,.flow14-gallery,.flow14-process,.flow14-cta{margin-left:12px;margin-right:12px}
  .flow14-copy{padding-left:12px;padding-right:12px}
  .flow14-intro{padding-left:16px;padding-right:16px}
}

/* V17.4 — finalne poprawki mobilne: FLOW, formularz i powrót na górę */
.back-to-top{
  position:fixed;
  right:clamp(14px,2vw,26px);
  bottom:calc(18px + env(safe-area-inset-bottom));
  z-index:120;
  width:46px;
  height:46px;
  border:1px solid var(--ink);
  border-radius:50%;
  background:rgba(247,245,241,.96);
  color:var(--ink);
  font-size:22px;
  line-height:1;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s,transform .2s,visibility .2s;
  box-shadow:0 6px 22px rgba(0,0,0,.08);
}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}
.back-to-top:focus-visible{outline:2px solid var(--ink);outline-offset:3px}

.flow14-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.flow14-gallery-grid .concept-visual{aspect-ratio:4/5;min-width:0}
.flow14-gallery-grid img{width:100%!important;height:100%!important;object-fit:cover!important}
.flow14-gallery-grid figcaption{font-size:.54rem;padding:.44rem .56rem;white-space:nowrap}
.gallery-note{margin:12px 0 0;color:var(--muted);font-size:11px;letter-spacing:.04em}

@media (max-width:700px){
  /* Plakietka pozostaje na obrazie, lecz nie dominuje i mieści się w jednej linii. */
  .concept-visual{overflow:hidden}
  .concept-visual figcaption{
    position:absolute;
    left:auto;
    right:8px;
    bottom:8px;
    width:auto;
    max-width:calc(100% - 16px);
    margin:0;
    padding:5px 7px;
    background:rgba(247,245,241,.9);
    color:var(--ink);
    font-size:7px;
    line-height:1;
    letter-spacing:.055em;
    white-space:nowrap;
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
  }
  .concept-visual figcaption .caption-extra{display:none}

  .flow14-hero figure img{
    aspect-ratio:4/3!important;
    object-position:center 42%!important;
  }
  .flow14-intro{padding-top:30px;padding-bottom:30px}
  .flow14-gallery{padding-bottom:30px}
  .flow14-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .flow14-gallery-grid .concept-visual{aspect-ratio:4/5}
  .flow14-gallery-grid figcaption{right:5px;bottom:5px;font-size:5.8px;padding:4px 5px}
  .gallery-note{font-size:10px;line-height:1.4;margin-top:9px}
  .flow14-process{padding-top:18px;margin-bottom:30px}
  .flow14-steps>div{padding-top:18px;padding-bottom:18px}

  /* Zwarty formularz bez wielkich pustych pól na telefonie. */
  .contact{padding-top:48px;padding-bottom:48px;gap:28px}
  .contact address{margin-top:20px;gap:6px}
  .contact-form{gap:12px;padding:22px 18px}
  .contact-form label{gap:3px}
  .contact-form input,.contact-form select,.contact-form textarea{padding:8px 0}
  .contact-form textarea{min-height:92px}
  .form-row{gap:12px}
  .consent{margin-top:2px}
}

@media (max-width:390px){
  .back-to-top{width:42px;height:42px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom))}
}

/* V17.5 — FLOW gallery: editorial images restored */
.flow14-gallery-grid .concept-visual img{object-fit:cover;object-position:center;aspect-ratio:1/1.12;width:100%;height:auto;}
@media (max-width: 760px){
  .flow14-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-inline:24px;}
  .flow14-gallery-grid .concept-visual img{aspect-ratio:4/5;min-height:0;}
  .flow14-gallery-grid .concept-visual figcaption{font-size:10px;line-height:1;left:8px;right:auto;bottom:8px;padding:8px 10px;white-space:nowrap;}
}


/* V18 — Dziennik na własnej domenie */
.article-page{max-width:1160px;margin:0 auto;padding:72px var(--pad) 110px}
.article-breadcrumbs{display:flex;gap:8px;align-items:center;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:34px;color:#5d5a55}
.article-breadcrumbs a{text-decoration:none}
.article-header{max-width:900px;margin-bottom:38px}
.article-series{font-size:12px;text-transform:uppercase;letter-spacing:.11em;margin:0 0 17px;color:#5d5a55}
.article-header h1{font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.045em;margin:0 0 23px;max-width:14ch}
.article-lead{font-size:20px;line-height:1.52;max-width:720px;margin:0 0 18px}
.article-meta{font-size:13px;color:#6a665f;margin:0}
.article-hero{margin:0 auto 54px;max-width:900px}
.article-hero img{display:block;width:100%;height:auto;max-width:100%;max-height:none;object-fit:contain;background:#ddd6cb}
.article-hero figcaption{font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-top:9px;color:#6a665f}
.article-body{max-width:760px;margin:0 auto;font-size:19px;line-height:1.68}
.article-body p{margin:0 0 1.35em;text-align:left}
.article-question{font-size:25px;line-height:1.38;margin-top:42px!important}
.article-linkedin{margin:50px 0 0;padding-top:28px;border-top:1px solid var(--line)}
.article-linkedin a,.article-nav a{font-size:12px;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px}
.article-nav{max-width:760px;margin:58px auto 0;padding-top:30px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:28px}
.journal-card .tag{min-height:1.3em}
@media(max-width:720px){
 .article-page{padding-top:44px;padding-bottom:78px}
 .article-breadcrumbs{margin-bottom:25px;font-size:10px}
 .article-header h1{font-size:43px;max-width:12ch}
 .article-lead{font-size:17px}
 .article-hero{margin:0 0 36px;max-width:none}
 .article-hero img{width:100%;height:auto;max-height:none;object-fit:contain}
 .article-body{font-size:17px;line-height:1.62}
 .article-question{font-size:21px}
 .article-nav{display:block}.article-nav a{display:inline-block;margin:0 0 20px}
}

/* V18.4.1 — bezwarunkowo zachowaj pionowe proporcje zdjęcia artykułu */
.article-page .article-hero{width:100%;max-width:760px;aspect-ratio:auto!important;overflow:visible!important}
.article-page .article-hero img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important}
@media(max-width:620px){
 .article-page .article-hero{width:100%;max-width:none;margin:0 auto 28px!important;aspect-ratio:auto!important;overflow:visible!important}
 .article-page .article-hero img{width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important}
}


/* V18.4.2 — na artykułach mobilnych nagłówek nie zakrywa treści */
@media (max-width: 760px){
  .article-template .site-header{
    position:relative;
    top:auto;
  }
  .article-template .article-page{
    padding-top:36px;
  }
}


/* V19 — Dziennik Design in Europe */
.journal-page{max-width:1240px;margin:0 auto;padding:70px 34px 110px}.journal-intro{max-width:920px;margin-bottom:64px}.journal-intro h1{font-size:clamp(2.8rem,6vw,6rem);line-height:.98;letter-spacing:-.05em;margin:12px 0 26px}.journal-intro>p:last-child{max-width:760px;font-size:1.2rem;line-height:1.7}.series-overview{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:90px}.series-overview article{background:#efeae4;padding:34px;min-height:310px}.series-overview h2{font-size:2rem;margin:12px 0}.series-links{display:flex;flex-direction:column;margin-top:24px}.series-links a{padding:11px 0;border-top:1px solid rgba(58,54,50,.22);text-decoration:none}.journal-archive>header{margin-bottom:30px}.journal-archive .journal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.journal-archive .journal-card{display:flex;flex-direction:column}.journal-archive .journal-image{aspect-ratio:16/10;overflow:hidden}.journal-archive .journal-image img{width:100%;height:100%;object-fit:cover}.journal-copy h2{font-size:1.55rem}.author-box{max-width:820px;margin:86px auto 30px;padding:38px;background:#efeae4}.author-box h2{font-size:2rem;margin:8px 0 20px}.author-box p{line-height:1.75}.author-series{font-size:.92rem;text-transform:uppercase;letter-spacing:.08em}.article-sources{margin-top:36px;padding:24px;background:#f1ede7}.article-sources p:last-child{font-size:.92rem;line-height:1.65}.read-more{max-width:920px;margin:60px auto}.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.related-card{display:flex;flex-direction:column;gap:9px;padding:24px;background:#efeae4;text-decoration:none}.related-card span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.related-card strong{font-size:1.25rem}.article-hero{width:100%;max-width:920px;margin:0 auto 42px;overflow:hidden}.article-hero img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}.article-nav{max-width:920px;margin:35px auto 0;display:flex;justify-content:space-between;gap:20px}.article-nav a{max-width:46%;text-decoration:none}.journal-card .journal-image img{display:block}.journal-card .tag{align-self:flex-start}
@media(max-width:760px){.journal-page{padding:36px 18px 80px}.journal-intro h1{font-size:2.65rem}.series-overview{grid-template-columns:1fr;margin-bottom:56px}.journal-archive .journal-grid{grid-template-columns:1fr 1fr;gap:14px}.journal-archive .journal-copy{padding:16px 2px}.journal-archive .journal-copy h2{font-size:1.15rem}.journal-archive .journal-copy p:not(.tag){display:none}.related-grid{grid-template-columns:1fr}.author-box{margin:54px 0 20px;padding:24px}.article-nav{flex-direction:column}.article-nav a{max-width:100%}.article-template .site-header{position:relative}.article-template .article-page{padding-top:30px}.article-hero{margin-bottom:28px}.article-hero img{width:100%;height:auto!important;object-fit:contain!important}.journal .journal-grid{grid-template-columns:1fr 1fr}.journal .journal-copy p:not(.tag){display:none}.journal .journal-copy h3{font-size:1.12rem}}

/* V19.1 — źródła badań w artykułach */
.article-sources{margin:42px 0 12px;padding:24px 0;border-top:1px solid rgba(58,54,50,.22);border-bottom:1px solid rgba(58,54,50,.22)}
.article-sources .eyebrow{margin:0 0 10px;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}
.article-sources p:last-child{margin:0;font-size:.92rem;line-height:1.65;color:#5f5a54}
@media(max-width:760px){.article-sources{margin:30px 0 8px;padding:18px 0}.article-sources p:last-child{font-size:.88rem}}

/* V19.2 — typografia Dziennika: justowanie na większych ekranach */
@media (min-width: 761px){
  .article-body > p,
  .article-sources p:last-child,
  .article-linkedin p,
  .author-box p:not(.eyebrow):not(.author-series),
  .journal-intro > p:last-child,
  .series-overview article p,
  .journal-page .journal-copy p:not(.tag){
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    overflow-wrap: break-word;
    orphans: 3;
    widows: 3;
  }
}

/* Na telefonie tekst pozostaje wyrównany do lewej — bez szerokich przerw między słowami. */
@media (max-width: 760px){
  .article-body > p,
  .article-sources p:last-child,
  .article-linkedin p,
  .author-box p,
  .journal-intro > p:last-child,
  .series-overview article p,
  .journal-page .journal-copy p:not(.tag){
    text-align: left;
    text-justify: auto;
    hyphens: none;
    -webkit-hyphens: none;
  }
}


/* V19.3 — standard typograficzny Dziennika Design in Europe */
.article-header,
.article-body,
.article-nav,
.article-linkedin,
.article-sources{max-width:720px}
.article-header{margin-left:auto;margin-right:auto}
.article-header h1{max-width:13ch}
.article-lead{max-width:680px;line-height:1.65}
.article-body{font-size:19px;line-height:1.82;letter-spacing:.002em}
.article-body > p{margin:0 0 1.7em}
.article-body > p:first-child{margin-top:8px}
.article-question{margin-top:48px!important;font-size:24px;line-height:1.5}
.article-hero{margin-bottom:58px}
.article-hero figcaption{margin-top:12px;line-height:1.5}
.article-sources{margin:54px auto 18px;padding:26px 28px;background:#f1ede7;border-top:1px solid rgba(58,54,50,.20);border-bottom:1px solid rgba(58,54,50,.20)}
.article-sources .eyebrow{margin-bottom:13px;font-weight:600}
.article-sources p:last-child{font-size:.94rem;line-height:1.75;color:#514d47}
.article-linkedin{margin:48px auto 0;padding-top:30px}
.article-linkedin p{line-height:1.75}
.author-box{max-width:720px;padding:38px 40px}
.author-box p{line-height:1.82;margin-bottom:1.25em}
.read-more{max-width:920px}

@media (min-width:761px){
  .article-body > p,
  .article-sources p:last-child,
  .article-linkedin p,
  .author-box p:not(.eyebrow):not(.author-series),
  .journal-intro > p:last-child,
  .series-overview article p,
  .journal-page .journal-copy p:not(.tag),
  .studio-copy p,
  .materials-copy p,
  .process-grid p,
  .contact-copy p,
  .footer-brand p{
    text-align:justify!important;
    text-justify:inter-word;
    hyphens:auto;
    -webkit-hyphens:auto;
    overflow-wrap:break-word;
    orphans:3;
    widows:3;
  }
}

@media (max-width:760px){
  .article-header,.article-body,.article-nav,.article-linkedin,.article-sources{max-width:none}
  .article-body{font-size:17px;line-height:1.74}
  .article-body > p{margin-bottom:1.55em}
  .article-question{font-size:21px;line-height:1.48;margin-top:38px!important}
  .article-hero{margin-bottom:38px}
  .article-sources{margin:38px 0 12px;padding:22px 20px}
  .article-sources p:last-child{font-size:.9rem;line-height:1.7}
  .author-box{padding:26px 22px}
  .article-body > p,.article-sources p:last-child,.article-linkedin p,.author-box p,
  .journal-intro > p:last-child,.series-overview article p,.journal-page .journal-copy p:not(.tag),
  .studio-copy p,.materials-copy p,.process-grid p,.contact-copy p,.footer-brand p{
    text-align:left!important;text-justify:auto;hyphens:none;-webkit-hyphens:none;
  }
}

/* V19.3.1 — poprawka mobilna: nawigacja nie może nachodzić na zdjęcia ani treść */
.article-template .article-hero,
.article-template .article-body,
.article-template .author-box,
.article-template .read-more,
.article-template .article-nav{
  position:relative;
  clear:both;
  float:none;
}
.article-template .article-hero{
  z-index:1;
  overflow:visible!important;
}
.article-template .article-hero img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
}
.article-template .article-nav{
  z-index:1;
  width:100%;
  box-sizing:border-box;
  overflow:visible;
}
.article-template .article-nav a{
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  line-height:1.55;
}

@media (max-width:760px){
  .article-template .article-page{
    overflow:visible;
  }
  .article-template .article-hero{
    display:block;
    width:100%!important;
    max-width:none!important;
    margin:0 0 34px!important;
    padding:0!important;
  }
  .article-template .article-hero figcaption{
    display:block;
    margin:12px 0 0;
    padding:0;
  }
  .article-template .article-nav{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:0!important;
    width:100%!important;
    max-width:none!important;
    margin:48px 0 0!important;
    padding:24px 0 0!important;
  }
  .article-template .article-nav a{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:16px 0!important;
    border-bottom:1px solid var(--line)!important;
    font-size:11px!important;
    letter-spacing:.07em!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    overflow-wrap:anywhere!important;
  }
  .article-template .read-more,
  .article-template .author-box,
  .article-template .article-body,
  .article-template .article-linkedin,
  .article-template .article-sources{
    position:relative!important;
    clear:both!important;
    z-index:auto!important;
  }
}

/* V19.3.2 — właściwa poprawka mobilna: reset globalnych stylów NAV dla okruszków i nawigacji artykułu.
   Zdjęcia pozostają bez zmian i nie są kadrowane. */
@media (max-width:760px){
  .article-template .article-breadcrumbs{
    display:flex!important;
    position:static!important;
    inset:auto!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    width:auto!important;
    margin:0 0 25px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    z-index:auto!important;
    transform:none!important;
  }
  .article-template .article-breadcrumbs a{
    display:inline-flex!important;
    width:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    white-space:nowrap!important;
  }
  .article-template .article-nav{
    position:static!important;
    inset:auto!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    transform:none!important;
    background:transparent!important;
    box-shadow:none!important;
    z-index:auto!important;
  }
  .article-template .article-hero,
  .article-template .article-hero img{
    position:static!important;
    transform:none!important;
    clip:auto!important;
    clip-path:none!important;
  }
}

/* V20 — language switcher; no image or crop changes */
.language-switcher{display:flex;gap:.45rem;align-items:center;margin-left:auto;margin-right:.8rem;font-size:.72rem;letter-spacing:.08em;white-space:nowrap}
.language-switcher a{color:inherit;text-decoration:none;opacity:.55;padding:.25rem .15rem;border-bottom:1px solid transparent}
.language-switcher a:hover,.language-switcher a.is-active{opacity:1;border-bottom-color:currentColor}
@media(max-width:760px){.language-switcher{gap:.3rem;margin-right:.45rem;font-size:.66rem}.header-inner{gap:.4rem}.language-switcher a{padding:.3rem .08rem}}


/* V20.1 — zwijany selektor języków na urządzeniach mobilnych */
.language-toggle{display:none;border:1px solid var(--ink);background:transparent;color:var(--ink);font:inherit;font-size:.72rem;letter-spacing:.1em;line-height:1;padding:.65rem .7rem;cursor:pointer;min-width:3.2rem;text-align:center}
@media(max-width:760px){
  .header-inner{position:relative}
  .language-toggle{display:block;margin-left:auto;position:relative;z-index:106}
  .language-switcher{display:none;position:absolute;z-index:105;top:calc(100% + 1px);right:16px;width:8rem;margin:0;padding:.45rem;background:var(--paper,#f7f4ef);border:1px solid rgba(30,28,25,.22);box-shadow:0 10px 24px rgba(0,0,0,.08);flex-direction:column;align-items:stretch;gap:0}
  .language-switcher.is-open{display:flex}
  .language-switcher a{display:block;padding:.75rem .85rem;text-align:center;border-bottom:1px solid rgba(30,28,25,.12);font-size:.78rem;opacity:.7}
  .language-switcher a:last-child{border-bottom:0}
  .language-switcher a.is-active,.language-switcher a[aria-current="page"]{opacity:1;font-weight:600;border-bottom-color:rgba(30,28,25,.12)}
}


/* V20.2 — desktop navigation, clickable pillar titles and journal polish */
#main-nav{position:relative;z-index:102;pointer-events:auto}
#main-nav a{position:relative;z-index:103;pointer-events:auto}
.pillar-title-link{display:block;flex:1;color:inherit;text-decoration:none;cursor:pointer}
.pillar-title-link:hover,.pillar-title-link:focus-visible{text-decoration:underline;text-underline-offset:5px}
.pillar-titlebar{position:relative;z-index:3}
@media (min-width:1201px){
  .pillar-titlebar{min-height:78px;padding:22px clamp(14px,1.25vw,24px);align-items:center}
  .pillar-titlebar h2{font-size:clamp(13px,1.08vw,19px);line-height:1;white-space:nowrap;letter-spacing:0}
  .pillar-title-link{white-space:nowrap}
  .journal-head{display:grid;grid-template-columns:minmax(0,760px) auto;justify-content:start;align-items:end;column-gap:64px}
  .journal-head>div>p:last-child{max-width:760px}
  .journal-head .text-link{margin-left:0;margin-bottom:8px}
  .journal-copy{padding-top:20px}
  .journal-copy .tag{margin-bottom:10px}
}
@media (min-width:761px) and (max-width:1200px){
  .pillar-titlebar h2,.pillar-title-link{white-space:normal}
}
@media (max-width:760px){
  .pillar-title-link{white-space:normal}
}


/* V20.3 — krytyczna poprawka nawigacji desktop i pasków tytułowych */
.site-header,.header-inner{overflow:visible!important}
#main-nav{position:relative!important;z-index:300!important;pointer-events:auto!important;isolation:isolate}
#main-nav a{position:relative!important;z-index:301!important;pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation}
.language-switcher{z-index:250}
.pillar-titlebar{position:relative!important;z-index:10!important;pointer-events:auto!important}
.pillar-title-link{position:relative!important;z-index:12!important;pointer-events:auto!important;cursor:pointer!important}
.pillar-title-link::after{content:"";position:absolute;z-index:1;inset:-22px -24px;pointer-events:auto}
.pillar-title-link span,.pillar-title-link{isolation:isolate}
.pillar-toggle{position:relative!important;z-index:20!important}
@media (min-width:1201px){
  .pillar-titlebar h2,.pillar-title-link{white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}
  .pillar-titlebar h2{font-size:clamp(12px,.96vw,17px)!important;letter-spacing:-.01em!important}
}
@media (max-width:900px){
  .pillar-title-link::after{inset:-16px -14px}
}

/* V20.5 — mobilne menu zawsze w obrębie ekranu i większy oddech pod zdjęciami */
.pillar-titlebar{
  background:var(--paper);
  border-top:1px solid var(--line);
}
@media (min-width:901px){
  .pillar-titlebar{
    padding-top:28px!important;
    padding-bottom:25px!important;
  }
}

@media (max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  .site-header{width:100%;max-width:100vw}
  .header-inner{
    position:relative;
    width:100%;
    max-width:100%;
    min-width:0;
  }
  #main-nav{
    display:none;
    position:absolute!important;
    top:100%!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100vw!important;
    min-width:0!important;
    height:auto!important;
    max-height:calc(100dvh - var(--header));
    margin:0!important;
    padding:14px max(var(--pad),env(safe-area-inset-left)) calc(22px + env(safe-area-inset-bottom)) max(var(--pad),env(safe-area-inset-right))!important;
    transform:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:0!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    background:var(--paper)!important;
    border-bottom:1px solid var(--line);
    box-shadow:0 12px 28px rgba(0,0,0,.08);
    isolation:isolate;
    z-index:500!important;
  }
  #main-nav.open{display:flex!important}
  #main-nav a{
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    min-height:48px;
    padding:11px 0!important;
    align-items:center!important;
    justify-content:flex-start!important;
    white-space:normal!important;
    overflow-wrap:anywhere;
    font-size:12px!important;
    line-height:1.35;
    border-bottom:1px solid rgba(32,32,29,.12);
    transform:none!important;
  }
  #main-nav a:last-child{border-bottom:0}
  #main-nav a::after{display:none!important}
  .pillar-titlebar{
    padding-top:20px!important;
    padding-bottom:19px!important;
  }
}

@media (max-width:760px){
  .language-switcher{
    position:absolute!important;
    top:100%!important;
    left:auto!important;
    right:clamp(12px,4vw,18px)!important;
    width:min(9rem,calc(100vw - 24px))!important;
    max-width:calc(100vw - 24px)!important;
    margin:0!important;
    transform:none!important;
    overflow:hidden!important;
    z-index:520!important;
  }
  .language-switcher.is-open{display:flex!important}
}


/* V20.6 — poprawa sekcji Materiały i menu mobilnego.
   Zdjęcia pozostają bez zmian; korekta dotyczy wyłącznie układu. */
@media (min-width:1181px){
  .materials{
    grid-template-columns:minmax(390px,.52fr) minmax(0,1.48fr)!important;
    column-gap:clamp(28px,2.2vw,42px)!important;
    align-items:start!important;
    min-height:0!important;
    overflow:visible!important;
  }
  .materials-copy{
    min-width:0!important;
    padding:clamp(36px,3.2vw,54px) 0 clamp(38px,3.4vw,58px) clamp(36px,3.4vw,58px)!important;
    justify-content:flex-start!important;
  }
  .materials-copy h2{
    max-width:12ch!important;
    margin-bottom:18px!important;
    font-size:clamp(34px,2.55vw,46px)!important;
    line-height:1.05!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
  .materials-image{
    height:auto!important;
    min-height:0!important;
    align-self:start!important;
  }
  .materials-image img{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:contain!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .materials{
    grid-template-columns:minmax(330px,.58fr) minmax(0,1.42fr)!important;
    column-gap:24px!important;
    align-items:start!important;
    min-height:0!important;
    overflow:visible!important;
  }
  .materials-copy{
    min-width:0!important;
    padding:34px 0 36px 30px!important;
    justify-content:flex-start!important;
  }
  .materials-copy h2{
    max-width:12ch!important;
    font-size:clamp(31px,3vw,40px)!important;
    line-height:1.05!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
  .materials-image{height:auto!important;min-height:0!important;align-self:start!important}
  .materials-image img{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important}
}

@media (max-width:900px){
  .header-inner{isolation:isolate!important}
  #main-nav{
    position:fixed!important;
    top:var(--header)!important;
    left:0!important;
    right:auto!important;
    bottom:auto!important;
    width:100vw!important;
    max-width:100vw!important;
    min-width:0!important;
    max-height:calc(100dvh - var(--header))!important;
    margin:0!important;
    padding:16px max(20px,env(safe-area-inset-right)) calc(22px + env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))!important;
    transform:none!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }
  #main-nav a{
    margin:0!important;
    transform:none!important;
    text-align:left!important;
  }
  body.nav-open{overflow:hidden!important;touch-action:none}
}

@media (max-width:760px){
  .language-switcher{
    position:fixed!important;
    top:var(--header)!important;
    right:max(12px,env(safe-area-inset-right))!important;
    left:auto!important;
    transform:none!important;
  }
}


/* V20.7 — nowy wpis o komforcie termicznym i typografia Dziennika zgodna z FLOW. */
.journal-intro h1,
.article-header h1{
  font-size:clamp(48px,5.3vw,84px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
}
.article-footnote{
  margin:.45em 0!important;
  color:#5f5a54;
  font-size:.9rem;
  line-height:1.65;
  font-style:italic;
  text-align:left!important;
  hyphens:none!important;
  -webkit-hyphens:none!important;
}
.article-body p:not(.article-footnote)+p.article-footnote{margin-top:2.4rem!important}
.journal-card--portrait .journal-image{background:#e8e0d5}
.journal-card--portrait .journal-image img{
  object-fit:contain!important;
  object-position:center!important;
  background:#e8e0d5;
  transform:none!important;
}
.journal-card--portrait .journal-image:hover img{transform:none!important}
@media(max-width:760px){
  .journal-intro h1,
  .article-header h1{font-size:42px!important;line-height:1.03!important}
  .article-footnote{font-size:.84rem}
}


/* V20.8 — lekka typografia Dziennika jak na stronie FLOW oraz pełne wypełnienie miniatury nowego wpisu. */
.journal-intro h1,
.article-header h1{
  font-weight:400!important;
}
.journal-page .series-overview h2,
.journal-page .journal-archive>header h2,
.journal-page .journal-copy h2,
.journal-page .author-box h2,
.journal-page .read-more h2,
.journal .journal-copy h3{
  font-weight:400!important;
}

/* Strona główna: proporcje kart pozostają takie same jak pozostałych wpisów. */
.journal .journal-card--portrait .journal-image{
  overflow:hidden!important;
  background:#ddd!important;
}
.journal .journal-card--portrait .journal-image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  object-position:center 48%!important;
  background:transparent!important;
  transform:none!important;
}
.journal .journal-card--portrait .journal-image:hover img{
  transform:scale(1.012)!important;
}

/* Archiwum Dziennika: zdjęcie wypełnia całą powierzchnię miniatury na komputerze i telefonie. */
.journal-page .journal-card--portrait .journal-image{
  aspect-ratio:16/10!important;
  overflow:hidden!important;
  background:#ddd!important;
}
.journal-page .journal-card--portrait .journal-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center 48%!important;
  background:transparent!important;
  transform:none!important;
}
.journal-page .journal-card--portrait .journal-image:hover img{
  transform:scale(1.012)!important;
}

@media(max-width:760px){
  .journal-intro h1,
  .article-header h1{
    font-weight:400!important;
  }
  .journal-page .series-overview h2,
  .journal-page .journal-archive>header h2,
  .journal-page .journal-copy h2,
  .journal .journal-copy h3{
    font-weight:400!important;
  }
  .journal-page .journal-card--portrait .journal-image img,
  .journal .journal-card--portrait .journal-image img{
    object-fit:cover!important;
    object-position:center 48%!important;
  }
}

.social-link{display:inline-flex!important;align-items:center;gap:.42rem}.social-icon{width:1.05em;height:1.05em;flex:0 0 auto;vertical-align:-.12em}
