:root{
  --gold:#d4af37;--gold-light:#eed47a;--black:#0d0a08;--brown:#2b2119;
  --cream:#f7efe5;--white:#fff;--container:1180px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#201812;color:var(--cream);font-family:Arial,Helvetica,sans-serif;line-height:1.6}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
.s2r-container{width:min(100% - 36px,var(--container));margin-inline:auto}
.s2r-header{position:sticky;top:0;z-index:999;background:rgba(13,10,8,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(212,175,55,.16)}
.s2r-header__inner{min-height:124px;display:grid;grid-template-columns:minmax(360px,42%) 1fr auto;align-items:center;gap:24px}
.s2r-brand{display:flex;align-items:center;min-width:0}
.s2r-brand img{display:block;width:min(100%,620px);height:104px;object-fit:contain;object-position:left center}
.s2r-menu{display:flex;justify-content:flex-end;gap:20px;list-style:none;margin:0;padding:0}
.s2r-menu a{text-decoration:none;color:#fff;font-size:14px}
.s2r-menu a:hover{color:var(--gold)}
.s2r-menu-toggle{display:none;background:none;border:0;padding:8px}
.s2r-menu-toggle span:not(.screen-reader-text){display:block;width:28px;height:2px;margin:5px;background:#fff}
.s2r-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid var(--gold);border-radius:8px;background:linear-gradient(#efd77f,#d4af37);color:#17110d;text-decoration:none;font-weight:900;box-shadow:0 8px 24px rgba(212,175,55,.16);transition:.2s ease}
.s2r-button:hover{transform:translateY(-2px);filter:brightness(1.06)}
.s2r-button--outline{background:transparent;color:#fff}
.s2r-hero{background:radial-gradient(circle at 75% 20%,#604d3a 0,#33261d 38%,#17100c 76%);padding:70px 0 90px;overflow:hidden}
.s2r-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}
.s2r-eyebrow{margin:0 0 12px;color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:13px;font-weight:900}
.s2r-eyebrow--dark{color:#2a2118}
.s2r-hero h1,.s2r-section h2{margin:0;line-height:1.06}
.s2r-hero h1{font-size:clamp(50px,6.6vw,88px);text-transform:uppercase}
.s2r-hero__lead{max-width:670px;margin:24px 0 0;color:#dfd1c0;font-size:20px}
.s2r-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.s2r-hero__image img{width:100%;height:520px;object-fit:cover;object-position:center top;border-radius:20px;box-shadow:0 36px 80px rgba(0,0,0,.34)}
.s2r-trust{background:#17110d;border-top:1px solid rgba(212,175,55,.12);border-bottom:1px solid rgba(212,175,55,.12)}
.s2r-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.s2r-trust__grid>div{padding:30px;border-right:1px solid rgba(255,255,255,.08)}
.s2r-trust strong,.s2r-trust span{display:block}
.s2r-trust span{margin-top:5px;color:#ad9f8d;font-size:14px}
.s2r-section{padding:105px 0;background:linear-gradient(#3a2d23,#2d231b)}
.s2r-section--dark{background:linear-gradient(#201811,#130f0b)}
.s2r-section--gold{background:linear-gradient(135deg,#e5c35f,#c99e27);color:#17110d}
.s2r-section__heading{text-align:center;max-width:780px;margin:auto}
.s2r-section__heading--dark p{color:#3b2b1f}
.s2r-section h2{font-size:clamp(38px,5vw,62px)}
.s2r-section__heading p{color:#d6c8b6}
.s2r-services{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:52px}
.s2r-card{padding:30px 24px;background:rgba(255,255,255,.035);border:1px solid rgba(212,175,55,.2);border-radius:15px;text-align:center}
.s2r-card span{color:var(--gold);font-weight:900}
.s2r-card h3{font-size:22px;margin:16px 0 10px}
.s2r-card p{margin:0;color:#cdbfab}
.s2r-projects{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px}
.s2r-project{overflow:hidden;border:1px solid rgba(212,175,55,.18);border-radius:15px;background:#261d16}
.s2r-project img{width:100%;height:270px;object-fit:cover}
.s2r-project__meta{display:flex;justify-content:space-between;padding:18px 20px}
.s2r-project__meta span{color:var(--gold)}
.s2r-process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:52px}
.s2r-process>div{padding:28px;background:#211913;border:1px solid rgba(212,175,55,.18);border-radius:14px}
.s2r-process span{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-weight:900}
.s2r-calculator-live{margin-top:42px}
.s2r-calculator-missing{max-width:760px;margin:0 auto;padding:34px;background:#17110d;color:#fff;border-radius:16px;text-align:center}
.s2r-footer{padding:70px 0 24px;background:#0d0a08;color:#c7b9a7}
.s2r-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:44px}
.s2r-footer__brand img{display:block;width:min(100%,620px);height:145px;object-fit:contain;object-position:left center}
.s2r-footer h3{color:#fff}
.s2r-footer a{display:block;text-decoration:none;margin-bottom:8px}
.s2r-footer__bottom{margin-top:44px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}
.s2r-content{padding:80px 0}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1100px){
  .s2r-brand img{height:58px;max-width:430px}
}
@media(max-width:980px){
  .s2r-header__inner{min-height:96px}
  .s2r-header__cta{display:none}
  .s2r-menu-toggle{display:block}
  .s2r-nav{display:none;position:absolute;top:94px;left:18px;right:18px;padding:18px;background:#17110d;border:1px solid rgba(212,175,55,.2);border-radius:12px}
  .s2r-nav.is-open{display:block}
  .s2r-menu{flex-direction:column}
  .s2r-hero__grid{grid-template-columns:1fr}
  .s2r-services,.s2r-process{grid-template-columns:repeat(2,1fr)}
  .s2r-projects{grid-template-columns:1fr}
  .s2r-footer__grid{grid-template-columns:1fr}
  .s2r-trust__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .s2r-header__inner{min-height:84px}
  .s2r-brand img{height:52px;max-width:360px}
  .s2r-hero{padding:52px 0 70px}
  .s2r-hero__image img{height:380px}
  .s2r-section{padding:76px 0}
  .s2r-services,.s2r-process,.s2r-trust__grid{grid-template-columns:1fr}
  .s2r-footer__brand img{width:380px}
}


.s2r-header.is-scrolled .s2r-header__inner{min-height:92px}
.s2r-header.is-scrolled .s2r-brand img{height:68px}
.s2r-header,.s2r-header__inner,.s2r-brand img{transition:height .25s ease,min-height .25s ease,background .25s ease}
@media(max-width:1180px){
  .s2r-header__inner{grid-template-columns:minmax(300px,38%) 1fr auto}
  .s2r-brand img{height:82px}
  .s2r-menu{gap:14px}
}
@media(max-width:980px){
  .s2r-header__inner{display:flex;min-height:104px}
  .s2r-brand{flex:1}
  .s2r-brand img{width:min(100%,430px);height:82px}
}
@media(max-width:620px){
  .s2r-header__inner{min-height:92px}
  .s2r-brand img{width:min(100%,330px);height:70px}
}

@media(max-width:1180px){.s2r-brand img{height:92px;max-width:520px}}
@media(max-width:980px){.s2r-brand img{height:84px;max-width:470px}}
@media(max-width:620px){.s2r-brand img{height:72px;max-width:360px}}

/* v1.0.8 — stabilizacja układu i zdjęcia */
body{overflow-x:hidden}
.s2r-container{width:min(calc(100% - 40px),1180px)}
.s2r-hero{padding:72px 0 84px}
.s2r-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:64px;align-items:center}
.s2r-hero__copy{min-width:0}
.s2r-hero h1{font-size:clamp(44px,5.8vw,78px);max-width:760px;text-wrap:balance}
.s2r-hero__lead{max-width:620px}
.s2r-hero__image{margin:0;align-self:stretch;min-height:560px;border-radius:22px;overflow:hidden;background:#17110d}
.s2r-hero__image img{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center top;border-radius:0}
.s2r-section__heading{max-width:760px}
.s2r-section__heading h2{text-wrap:balance}
.s2r-services,.s2r-projects,.s2r-process{align-items:stretch}
.s2r-card,.s2r-process>div{height:100%}
.s2r-card p,.s2r-process p{margin-bottom:0}
.s2r-project img{aspect-ratio:4/3;height:auto}
.s2r-calculator-live>.s2r-config,.s2r-calculator-live>.s2r-calc{margin-left:auto;margin-right:auto}
@media(max-width:980px){
 .s2r-hero__grid{grid-template-columns:1fr;gap:36px}
 .s2r-hero__copy{order:1}
 .s2r-hero__image{order:2;min-height:520px}
 .s2r-hero__image img{min-height:520px}
 .s2r-services,.s2r-process{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
 .s2r-container{width:min(calc(100% - 28px),1180px)}
 .s2r-hero{padding:48px 0 60px}
 .s2r-hero h1{font-size:clamp(38px,12vw,54px)}
 .s2r-hero__image,.s2r-hero__image img{min-height:440px}
 .s2r-services,.s2r-process{grid-template-columns:1fr}
 .s2r-card,.s2r-process>div{padding:24px 20px}
}

/* Studio2R Premium v2.0 */
.s2r-header__inner{min-height:108px}
.s2r-brand img{width:auto;height:78px;max-width:420px;object-fit:contain;object-position:left center}
.s2r-hero{padding:64px 0 78px}
.s2r-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:54px}
.s2r-hero__image{min-height:540px;border-radius:22px;overflow:hidden;background:#17110d}
.s2r-hero__image img{width:100%;height:100%;min-height:540px;object-fit:cover;object-position:center top;border-radius:0}
.s2r-card,.s2r-process>div,.s2r-project{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.s2r-card:hover,.s2r-process>div:hover,.s2r-project:hover{transform:translateY(-5px);border-color:rgba(212,175,55,.5);box-shadow:0 18px 45px rgba(0,0,0,.18)}
.s2r-footer__brand img{width:auto;height:110px;max-width:520px;object-fit:contain}
@media(max-width:980px){.s2r-brand img{height:70px;max-width:360px}.s2r-hero__grid{grid-template-columns:1fr}.s2r-hero__image,.s2r-hero__image img{min-height:500px}}
@media(max-width:620px){.s2r-brand img{height:58px;max-width:300px}.s2r-hero__image,.s2r-hero__image img{min-height:420px}}

/* Studio2R Premium v2.0.1 — poprawiony obraz pracownika */
.s2r-hero__image{
  min-height:520px;
  overflow:hidden;
  border-radius:22px;
  background:#17110d;
}
.s2r-hero__image img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:50% 18%;
  border-radius:0;
}
@media(max-width:980px){
  .s2r-hero__image,.s2r-hero__image img{min-height:500px}
}
@media(max-width:620px){
  .s2r-hero__image,.s2r-hero__image img{min-height:420px}
}

/* Studio2R Premium v2.0.2 — pracownik wyśrodkowany, bez przycinania */
.s2r-hero__image{
  min-height:540px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:18px;
  border-radius:22px;
  background:
    radial-gradient(circle at center, rgba(96,77,58,.42), rgba(23,17,13,.96) 72%);
}
.s2r-hero__image img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:540px;
  min-height:0;
  object-fit:contain;
  object-position:center center;
  border-radius:16px;
}
@media(max-width:980px){
  .s2r-hero__image{min-height:500px;padding:14px}
  .s2r-hero__image img{max-height:500px}
}
@media(max-width:620px){
  .s2r-hero__image{min-height:390px;padding:10px}
  .s2r-hero__image img{max-height:390px}
}
