:root{
  --navy:#06182b;
  --navy2:#081b31;
  --blue:#3854bb;
  --gold:#d79a4c;
  --ink:#101827;
--serif:'Open Sans',Arial,Helvetica,sans-serif;
--sans:'Open Sans',Arial,Helvetica,sans-serif;
  --wrap:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--sans);font-size:14px}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button{font:inherit}
.wrap{width:min(var(--wrap),calc(100% - 80px));margin-inline:auto}
/* HEADER */
.site-header{height:76px;background:var(--navy);color:#fff}
.header-inner{width:min(1180px,calc(100% - 80px));height:100%;margin:auto;display:grid;grid-template-columns:150px 1fr auto;align-items:center}
.logo img{width:96px;padding:8px}
.main-nav{height:100%;display:flex;justify-content:center;align-items:center;gap:38px}
.main-nav a{
    font-size:13px;
    text-transform:uppercase;
    font-weight:700;
    position:relative;
    padding:31px 0;
}
.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:7px;height:2px;background:#d6a15e}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;padding:14px 20px;border-radius:2px;text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.015em;transition:.2s}
.btn-primary{color:#fff;background:#324bb4;border:1px solid #324bb4}
.btn-primary:hover{background:#293f98}
.btn-outline{color:#fff;border:1px solid #c7965d;background:transparent}
.btn-light-outline{color:#273140;border:1px solid #c7a177;background:#fff}
.header-cta{
    justify-self:end;
    font-size:12px;
    white-space:nowrap;
}
.menu-toggle{display:none}
/* HERO */
.hero{height:684px;position:relative;overflow:hidden;background:var(--navy);color:#fff}
.hero-photo{position:absolute;inset:0 0 0 36%;background:url("assets/zdjecie_banner.jpg") center 45%/cover no-repeat}
.hero-photo::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    right:33%;
    top:3%;
    background:url("assets/cech.png") center/contain no-repeat;
    z-index:3;
}
/*.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#06182b 0%,#06182b 28%,rgba(6,24,43,.96) 40%,rgba(6,24,43,.62) 55%,rgba(6,24,43,.05) 79%)}*/
.hero-inner{height:100%;position:relative;z-index:2}
.hero-content{padding-top:157px;width:54%}
.hero h1{font-family:var(--serif);font-weight:400;font-size:47px;line-height:1.04;margin:0 0 24px}
.hero h1 em{font-style:normal;color:#4c63c3}
.hero h2{font-size:18px;line-height:1.42;font-weight:400;margin:0 0 16px}
.hero h2 strong{color:#5a72d0}
.hero p{
    font-size:14px;
    line-height:1.65;
    margin:0 0 25px;
}
.hero-actions{display:flex;align-items:center;gap:27px}
.video-link{
    display:flex;
    align-items:center;
    gap:10px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
}
.hero-actions .btn{
    font-size:13px;
}
.video-link i{font-style:normal;width:36px;height:36px;border:1px solid #fff;border-radius:50%;display:grid;place-items:center;padding-left:2px}
/* KICKOFF / ZACZNIJMY OD KONKRETÓW */
.kickoff{padding:52px 0 46px;background:#fff;border-bottom:1px solid #eceff2}
.kickoff h2{
    font-family:var(--serif);
    font-size:30px;
    line-height:1.15;
    font-weight:400;
    margin:0 0 16px;
    max-width:640px;
}
.kickoff-intro{
    font-size:14px;
    line-height:1.7;
    color:#45505d;
    max-width:700px;
    margin:0 0 32px;
}
.kickoff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.kickoff-grid article{padding:22px 24px;border-top:2px solid var(--gold);background:#f8f9fa}
.kickoff-grid b{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    border-radius:50%;
    background:var(--navy);
    color:#fff;
    font-family:var(--serif);
    font-size:14px;
    font-weight:400;
    margin-bottom:14px;
}
.kickoff-grid h3{margin:0;font-size:16px;font-weight:600}
/* CLEAN WOOD STRIP */
.feature-strip{position:relative;background:url("assets/wood-cleanb.png") center/cover no-repeat;color:#fff}
.contact-strip{position:relative;background:url("assets/wood-clean.jpg") center/cover no-repeat;color:#fff}
.feature-strip:before,.contact-strip:before{content:"";position:absolute;inset:0;background:rgba(32,18,9,.26);pointer-events:none}
.features,.contact-inner{position:relative;z-index:1}
.features{min-height:100px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.features article{display:flex;align-items:center;gap:14px;padding:7px 27px;border-right:1px solid rgba(255,255,255,.24)}
.features article:first-child{padding-left:5px}
.features article:last-child{border-right:0}
.features img{width:46px;height:46px}
.features h3{
    font-size:16px;
    margin:0 0 4px;
}
.features p{
    font-size:13px;
    line-height:1.35;
    margin:0;
    color:#f2e9de;
}
/* TECHNOLOGY */
.technology{position:relative;background:#fff;overflow:hidden}
.technology-inner{
    display:grid;
    grid-template-columns:500px 1fr;
    gap:40px;
    min-height:390px;
    padding:45px 0 38px;
}
.section-copy{
    width:500px;
    padding:0;
}
.eyebrow{
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:.08em;
    color:#4057af;
    font-weight:700;
    display:block;
    margin-bottom:14px;
}
.eyebrow.light{color:#fff}
.technology h2,.projects h2,.process h2,.testimonials h2{font-family:var(--serif);font-size:31px;line-height:1.08;font-weight:400;margin:0 0 18px}
.technology h2{
    font-size:38px;
    line-height:1.08;
    margin-bottom:22px;
}
.section-copy p{
    font-size:14px;
    line-height:1.65;
    margin:0 0 19px;
    max-width:470px;
}
.checks{list-style:none;margin:0 0 21px;padding:0}
.checks li{
    font-size:14px;
    margin:12px 0;
    position:relative;
    padding-left:23px;
}
.checks li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    width:15px;
    height:15px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#334eb6;
    color:#fff;
    font-size:9px;
}
.technology-media{
    position:relative;
    padding-right:48px;
    display:flex;
    align-items:center;
}
.frame-photo{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    border-radius:7px;
}
.quality-card{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:308px;
    min-height:290px;
    background:#07192e;
    color:#fff;
    border-radius:5px;
    padding:30px 20px 25px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.22);
}
.card-logo{
    width:105px;
    margin:0 auto 20px;
}
.quality-card h3{
    font-family:var(--serif);
    font-size:20px;
    line-height:1.32;
    font-weight:400;
    margin:0 0 28px;
    text-align:center;
}
.mini-features{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    width:100%;
    align-items:start;
}
.mini-features div{
    text-align:center;
}
.mini-features img{
    width:38px;
    height:38px;
    margin:0 auto 9px;
}
.mini-features span{
    display:block;
    font-size:12px;
    line-height:1.35;
    text-align:center;
}
.technology-wood{position:absolute;right:0;top:0;bottom:0;width:max(18px,calc((100% - var(--wrap))/2 - 24px));background:url("assets/wood-clean.jpg") center/cover no-repeat}
/* OFFER */
.offer{min-height:190px;display:grid;grid-template-columns:minmax(260px,31%) 1fr;background:var(--navy);color:#fff}
.offer-photo{background:url("assets/offer-wood.png") center/cover no-repeat}
.offer-content{
    padding:28px max(40px,calc((100vw - var(--wrap))/2)) 18px 36px;
    display:grid;
    grid-template-columns:1fr auto;
    grid-template-rows:auto auto;
    align-items:start;
    column-gap:30px;
}
.offer-content > .btn{
    margin-top:0;
    white-space:nowrap;
    justify-self:end;
    align-self:center;
    grid-column:2;
    grid-row:1 / 3;
}
.offer-title h2{
    font-family:var(--serif);
    font-size:26px;
    font-weight:400;
    margin:0 0 8px;
}
.offer-title h2 em{
    font-style:normal;
    color:#5067c5;
}
.offer-title p{
    font-size:14px;
    line-height:1.45;
    max-width:560px;
    margin:0;
}
.offer-options{
    grid-column:1/3;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    max-width:720px;
    margin-top:20px;
}
.offer-options div{
    display:flex;
    align-items:center;
    gap:12px;
}
.offer-options img{
    width:40px;
    height:40px;
}
.offer-options span{
    font-size:13px;
    line-height:1.35;
}
.offer-options div{display:flex;align-items:center;gap:12px}
.offer-options img{width:40px;height:40px}
.offer-options span{
    font-size:13px;
    line-height:1.35;
}
/* PROJECTS */
.projects{padding:26px 0 34px;background:#fff}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}
.section-head h2{margin-bottom:0}
.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.project-grid figure{margin:0;height:172px;border-radius:7px;overflow:hidden;background:#edf0f3;box-shadow:0 2px 10px rgba(6,24,43,.08)}
.project-grid img{width:100%;height:100%;object-fit:cover;object-position:center}
/* PROCESS */
.process{padding:26px 0 38px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
.process h2{margin-bottom:28px}
.steps{display:grid;grid-template-columns:1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;gap:14px;align-items:start}
.steps article b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#081b31;color:#fff;font-family:var(--serif);font-size:14px;font-weight:400;margin-bottom:13px}
.steps article h3{
    font-size:16px;
    margin:0 0 7px;
}
.steps article p{
    font-size:14px;
    line-height:1.45;
    color:#4e5865;
    margin:0;
}
.steps>i{font-style:normal;font-size:26px;color:#657084;padding-top:7px;text-align:center}
/* TESTIMONIALS */
.testimonials{height:238px;display:grid;grid-template-columns:54% 46%;background:var(--navy);color:#fff}
.testimonial-left{display:flex;justify-content:flex-end}
.testimonial-inner{width:min(637px,calc(100% - 40px));padding:27px 38px 22px 0}
.testimonials h2{font-size:28px;margin-bottom:17px}
.testimonial-cta-text{font-size:14px;line-height:1.6;color:#dce2e9;max-width:420px;margin:0 0 24px}
.testimonial-slider{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;gap:18px}
.slider-arrow{border:0;background:transparent;color:#fff;font-family:var(--serif);font-size:35px;line-height:1;cursor:pointer;padding:0;transition:.2s}
.slider-arrow:hover{transform:scale(1.12)}
.slides{position:relative;min-height:87px}
.testimonial-slide{position:absolute;inset:0;margin:0;padding:9px 0 4px 22px;border-left:1px solid var(--gold);opacity:0;transform:translateX(15px);pointer-events:none;transition:opacity .38s ease,transform .38s ease}
.testimonial-slide.active{opacity:1;transform:translateX(0);pointer-events:auto}
.testimonial-slide p{
    font-size:13px;
    line-height:1.55;
    margin:0;
    max-width:470px;
}
.testimonial-slide strong{
    display:block;
    font-size:13px;
    margin-top:17px;
}
.dots{display:flex;gap:8px;margin:14px 0 0 48px}
.dots button{width:7px;height:7px;border:0;border-radius:50%;padding:0;background:#fff;opacity:.85;cursor:pointer}
.dots button.active{background:#4057b5;opacity:1}
.testimonial-photo{background:url("assets/interior.png") center/cover no-repeat}
/* CONTACT */
.contact-strip{height:75px}
.contact-inner{height:100%;display:grid;grid-template-columns:repeat(3,1fr)}
.contact-inner a{display:flex;align-items:center;gap:17px;padding:0 34px;border-right:1px solid rgba(255,255,255,.26)}
.contact-inner a:first-child{padding-left:5px}
.contact-inner a:last-child{border-right:0}
.contact-icon{width:43px;height:43px;flex:0 0 auto}
.contact-inner span{display:flex;flex-direction:column}
.contact-inner small{
    font-size:14px;
    margin-bottom:3px;
}
.contact-inner strong{
    font-size:14px;
    font-weight:400;
}
/* FOOTER */
footer{background:#06182b;color:#fff;padding:25px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.55fr repeat(4,1fr);gap:50px;padding-bottom:27px;border-bottom:1px solid rgba(255,255,255,.13)}
.brand-col>img{width:95px;margin-bottom:10px}
.brand-col p,footer p{
    font-size:13px;
    line-height:1.55;
    color:#e2e7ec;
}
.social{display:flex;gap:10px;margin-top:14px}
.social {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
.social a {
    display: block;
    width: 25px;
    height: 25px;
    transition: opacity .2s, transform .2s;
}
.social a img {
    display: block;
    width: 100%;
    height: 100%;
}
.social a:hover {
    opacity: .7;
    transform: translateY(-2px);
}
footer h4{
    text-transform:uppercase;
    font-size:12px;
    margin:0 0 13px;
}
footer a{
    display:block;
    font-size:12px;
    line-height:1.9;
    color:#f2f4f7;
}
.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:16px;
    font-size:13px;
    color:#d7dde5;
}
.footer-bottom span:last-child{display:flex;gap:18px;align-items:center}
.footer-bottom i{width:1px;height:11px;background:#fff}
/* TABLET */
@media(max-width:980px){
  .wrap,.header-inner{width:min(100% - 40px,var(--wrap))}
  .header-inner{grid-template-columns:120px 1fr 44px}
  .main-nav{display:none;position:absolute;top:76px;left:0;right:0;height:auto;background:#06182b;flex-direction:column;gap:0;padding:10px 20px;z-index:50}
  .main-nav.open{display:flex}
  .main-nav a{width:100%;text-align:center;padding:12px 0}
  .header-cta{display:none}
  .menu-toggle{display:block;justify-self:end;border:0;background:transparent;color:#fff;font-size:25px;cursor:pointer}
  .hero{height:500px}
  .hero-photo{inset:0;background-position:center}
  .hero-shade{background:linear-gradient(90deg,rgba(6,24,43,.98),rgba(6,24,43,.72),rgba(6,24,43,.22))}
  .hero-content{width:100%;max-width:620px;padding-top:70px}
  .kickoff{padding:40px 0}
  .kickoff-grid{gap:16px}
  .features{grid-template-columns:1fr 1fr;padding:8px 0}
  .features article{border-bottom:1px solid rgba(255,255,255,.12);border-right:0;padding:13px 18px}
  .technology-inner{grid-template-columns:1fr;padding:38px 0}
  .section-copy{padding:0 0 25px}
  .technology-media{padding-right:0}
  .frame-photo{height:auto}
  .quality-card{right:20px;top:50%;transform:translateY(-50%)}
  .technology-wood{display:none}
  .offer{height:auto;grid-template-columns:1fr}
  .offer-photo{height:190px}
.offer-content{
    padding:28px 15px;
}
  .offer-options{margin-top:22px}
  .project-grid{grid-template-columns:1fr 1fr}
  .project-grid figure{height:240px}
  .steps{grid-template-columns:1fr}
  .steps>i{display:none}
  .steps article{display:grid;grid-template-columns:50px 1fr;grid-template-rows:auto auto;column-gap:12px}
  .steps article b{grid-row:1/3}
  .steps article h3{align-self:end}
  .testimonials{height:auto;grid-template-columns:1fr}
  .testimonial-left{justify-content:center}
  .testimonial-inner{width:min(var(--wrap),calc(100% - 40px));padding:30px 0}
  .testimonial-photo{height:300px}
  .contact-strip{height:auto}
  .contact-inner{grid-template-columns:1fr}
  .contact-inner a{min-height:70px;border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:10px 0}
  .contact-inner a:last-child{border-bottom:0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}
  .brand-col{grid-column:1/3}
}
/* MOBILE */
@media(max-width:560px){
.hero-photo::after{
    width:74px;
    height:74px;
    right:5%;
    top:2%;
}
  .wrap,.header-inner{width:calc(100% - 30px)}
  .hero-content{padding-top:100px}
  .hero h1{
    font-size:32px;
    background:rgba(6,24,43,.55);
    padding:8px 12px;
    border-radius:4px;
    width:max-content;
    max-width:100%;
  }
  .hero h2{font-size:16px}
  .hero p{
    background:rgba(6,24,43,.55);
    padding:8px 12px;
    border-radius:4px;
  }
  .hero p br{display:none}
  .kickoff{padding:34px 0}
  .kickoff h2{font-size:24px}
  .kickoff-intro{margin-bottom:22px}
  .kickoff-grid{grid-template-columns:1fr;gap:14px}
  .features{grid-template-columns:1fr}
  .technology h2,.projects h2,.process h2,.testimonials h2{font-size:28px}
  .quality-card{position:relative;right:auto;top:auto;transform:none;width:100%;margin-top:14px}
  .technology-media{display:block}
  .offer-content{display:block}
.offer-content>.btn{
    margin:20px 0 0;
    width:max-content;
    max-width:100%;
}
  .offer-options{grid-template-columns:1fr 1fr}
  .section-head{display:block}
  .section-head .btn{margin-top:15px}
  .project-grid{grid-template-columns:1fr}
  .project-grid figure{height:auto;aspect-ratio:16/10}
  .testimonial-slider{grid-template-columns:24px 1fr 24px;gap:9px}
  .dots{margin-left:33px}
  .footer-grid{grid-template-columns:1fr}
  .brand-col{grid-column:auto}
  .footer-bottom{display:block;line-height:2}
  .footer-bottom span:last-child{margin-top:8px}
}
/* =========================================================
   POPRAWKI MOBILE - DODAJ NA SAMYM KOŃCU STYLE.CSS
   ========================================================= */
@media (max-width:560px){
.quality-card{
    position:relative;
    top:auto;
    right:auto;
    transform:none;
    width:100%;
    max-width:100%;
    min-height:290px;
    margin:12px 0 0;
    padding:30px 20px 25px;
}
.quality-card h3{
    font-size:20px;
    text-align:center;
}
.mini-features{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
}
.mini-features span{
    font-size:12px;
    line-height:1.35;
}
    /* 1. KAFLE NA DREWNIANYM PASKU
       Ikona po lewej, napisy wyśrodkowane */
    .features{
        grid-template-columns:1fr;
        padding:0;
    }
    .features article{
        position:relative;
        min-height:88px;
        padding:14px 20px 14px 66px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.15);
    }
    .features article:first-child{
        padding-left:66px;
    }
    .features article:last-child{
        border-bottom:0;
    }
    .features article > img{
        position:absolute;
        left:14px;
        width:46px;
        height:46px;
    }
    .features article > div{
        width:100%;
        text-align:center;
    }
    .features h3{
        text-align:center;
        font-size:14px;
        margin:0 0 5px;
    }
    .features p{
        text-align:center;
        font-size:12px;
        line-height:1.4;
        margin:0;
    }
    /* =====================================================
       2. TECHNOLOGIA
       Zdjęcie konstrukcji + granatowy kafel
       mają identyczne marginesy po bokach
       ===================================================== */
    .technology-inner{
        grid-template-columns:1fr;
        gap:0;
        width:calc(100% - 30px);
        margin-left:auto;
        margin-right:auto;
        padding:30px 0;
    }
    /* Nadpisuje desktopowe width:500px TYLKO na telefonie */
    .section-copy{
        width:100%;
        max-width:none;
        padding:0 0 25px;
    }
    .section-copy p{
        max-width:none;
    }
    .technology-media{
        display:flex;
        flex-direction:column;
        align-items:stretch;
        width:100%;
        padding:0;
        margin:0;
    }
    .frame-photo{
        display:block;
        width:100%;
        max-width:100%;
        height:auto;
        margin:0;
        object-fit:contain;
        border-radius:7px;
    }
    .quality-card{
        position:relative;
        top:auto;
        right:auto;
        transform:none;
        width:100%;
        max-width:100%;
        min-height:0;
        margin:12px 0 0;
        padding:25px 18px 20px;
        box-sizing:border-box;
    }
    .quality-card .card-logo{
        margin-left:auto;
        margin-right:auto;
    }
    .quality-card h3{
        text-align:center;
    }
    .mini-features{
        width:100%;
        grid-template-columns:repeat(3,1fr);
    }
    /* =====================================================
       3. STOPKA
       MENU          TECHNOLOGIA
       OFERTA        KONTAKT
       ===================================================== */
    footer .footer-grid{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:30px 25px;
    }
    /* Logo + opis + social na całą szerokość */
    footer .brand-col{
        grid-column:1 / -1;
    }
    /* MENU */
    footer .footer-grid > div:nth-child(2){
        grid-column:1;
    }
    /* TECHNOLOGIA */
    footer .footer-grid > div:nth-child(3){
        grid-column:2;
    }
    /* OFERTA */
    footer .footer-grid > div:nth-child(4){
        grid-column:1;
    }
    /* KONTAKT */
    footer .footer-grid > div:nth-child(5){
        grid-column:2;
    }
    footer .footer-grid > div:not(.brand-col){
        min-width:0;
    }
}
/* =========================================================
   PODSTRONA O NAS
   ========================================================= */
/* HERO */
.subpage-hero{
    position:relative;
    height:390px;
    overflow:hidden;
    background:#06182b;
    color:#fff;
}
.subpage-hero-about{
    background:
        url("https://domyszkieletowe.lovskog.pl/sites/default/files/gallery/25.jpg")
        center 48% / cover no-repeat;
}
.subpage-hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(6,24,43,.98) 0%,
            rgba(6,24,43,.88) 34%,
            rgba(6,24,43,.38) 66%,
            rgba(6,24,43,.13) 100%
        );
}
.subpage-hero-inner{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.subpage-eyebrow{
    display:block;
    margin-bottom:13px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:#d79a4c;
}
.subpage-hero h1{
    margin:0 0 20px;
    font-size:45px;
    line-height:1.08;
    font-weight:400;
}
.subpage-hero h1 em{
    color:#5067c5;
    font-style:normal;
}
.subpage-hero p{
    max-width:520px;
    margin:0;
    font-size:15px;
    line-height:1.6;
}
/* =========================================================
   INTRO
   ========================================================= */
.about-intro{
    padding:65px 0;
    background:#fff;
}
.about-intro-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}
.about-intro-copy h2{
    margin:0 0 25px;
    font-size:37px;
    line-height:1.12;
    font-weight:400;
}
.about-intro-copy p{
    max-width:520px;
    margin:0 0 17px;
    font-size:14px;
    line-height:1.7;
    color:#45505d;
}
.about-intro-copy .about-lead{
    font-size:17px;
    line-height:1.55;
    color:#101827;
}
.about-intro-image{
    position:relative;
}
.about-intro-image > img{
    width:100%;
    height:410px;
    object-fit:cover;
    border-radius:6px;
}
.about-image-card{
    position:absolute;
    left:-35px;
    bottom:-25px;
    width:235px;
    padding:22px 25px;
    background:#06182b;
    color:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.16);
}
.about-image-card strong{
    display:block;
    margin-bottom:7px;
    color:#d79a4c;
    font-size:12px;
    letter-spacing:.08em;
}
.about-image-card span{
    font-size:17px;
    line-height:1.35;
}
/* =========================================================
   FIRMA RODZINNA
   ========================================================= */
.about-family{
    display:grid;
    grid-template-columns:50% 50%;
    min-height:430px;
    background:#06182b;
    color:#fff;
}
.about-family-photo{
    overflow:hidden;
}
.about-family-photo img{
    width:100%;
    height:100%;
    min-height:430px;
    object-fit:cover;
}
.about-family-content{
    max-width:590px;
    padding:65px 60px;
}
.about-family-content h2{
    margin:0 0 25px;
    font-size:36px;
    line-height:1.15;
    font-weight:400;
}
.about-family-content p{
    margin:0 0 18px;
    max-width:520px;
    color:#dce2e9;
    font-size:14px;
    line-height:1.7;
}
.about-family-content .btn{
    margin-top:12px;
}
/* =========================================================
   DLACZEGO LOVSKOG
   ========================================================= */
.about-values{
    padding:65px 0 72px;
    background:#fff;
}
.about-values-head{
    max-width:660px;
    margin-bottom:42px;
}
.about-values-head h2{
    margin:0 0 15px;
    font-size:36px;
    line-height:1.15;
    font-weight:400;
}
.about-values-head p{
    margin:0;
    font-size:14px;
    line-height:1.65;
    color:#596370;
}
.about-values-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}
.about-values-grid article{
    position:relative;
    min-height:265px;
    padding:30px 25px;
    border:1px solid #e0e3e7;
    background:#fff;
    transition:.25s;
}
.about-values-grid article:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(6,24,43,.09);
}
.about-values-grid img{
    width:45px;
    height:45px;
    margin-bottom:22px;
}
.about-values-grid h3{
    margin:0 0 13px;
    font-size:16px;
}
.about-values-grid p{
    margin:0;
    font-size:13px;
    line-height:1.6;
    color:#596370;
}
.about-value-number{
    position:absolute;
    top:20px;
    right:22px;
    color:#d79a4c;
    font-size:12px;
    font-weight:700;
}
/* =========================================================
   FILOZOFIA
   ========================================================= */
.about-philosophy{
    padding:62px 0;
    background:#f6f7f8;
}
.about-philosophy-grid{
    display:grid;
    grid-template-columns:440px 1fr;
    gap:70px;
    align-items:center;
}
.about-philosophy-copy h2{
    margin:0 0 23px;
    font-size:36px;
    line-height:1.15;
    font-weight:400;
}
.about-philosophy-copy p{
    margin:0 0 17px;
    font-size:14px;
    line-height:1.7;
    color:#505b68;
}
.about-philosophy-copy strong{
    display:block;
    margin-top:25px;
    padding-left:20px;
    border-left:2px solid #d79a4c;
    font-size:17px;
    line-height:1.5;
    font-weight:500;
}
.about-philosophy-image img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:6px;
}
/* =========================================================
   CTA
   ========================================================= */
.about-cta{
    position:relative;
    padding:42px 0;
    color:#fff;
    background:
        linear-gradient(rgba(33,19,10,.75),rgba(33,19,10,.75)),
        url("assets/wood-clean.jpg") center / cover no-repeat;
}
.about-cta-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}
.about-cta h2{
    margin:0;
    font-size:29px;
    line-height:1.25;
    font-weight:400;
}
.about-cta .eyebrow{
    margin-bottom:10px;
}
/* =========================================================
   TABLET
   ========================================================= */
@media(max-width:980px){
    .about-intro-grid{
        grid-template-columns:1fr;
        gap:40px;
    }
    .about-intro-image > img{
        height:auto;
    }
    .about-image-card{
        left:20px;
    }
    .about-family{
        grid-template-columns:1fr;
    }
    .about-family-photo img{
        min-height:320px;
        max-height:400px;
    }
    .about-family-content{
        max-width:none;
        padding:45px 30px;
    }
    .about-values-grid{
        grid-template-columns:1fr 1fr;
    }
    .about-philosophy-grid{
        grid-template-columns:1fr;
        gap:35px;
    }
    .about-philosophy-image img{
        height:auto;
    }
}
/* =========================================================
   MOBILE
   ========================================================= */
@media(max-width:560px){
    .subpage-hero{
        height:360px;
    }
    .subpage-hero-overlay{
        background:rgba(6,24,43,.72);
    }
    .subpage-hero h1{
        font-size:34px;
    }
    .subpage-hero p{
        font-size:14px;
    }
    .about-intro{
        padding:38px 0 52px;
    }
    .about-intro-grid{
        gap:30px;
    }
    .about-intro-copy h2{
        font-size:29px;
    }
    .about-intro-copy .about-lead{
        font-size:16px;
    }
    .about-image-card{
        position:relative;
        left:auto;
        bottom:auto;
        width:100%;
        margin-top:10px;
    }
    .about-family-photo img{
        min-height:240px;
    }
    .about-family-content{
        padding:35px 15px;
    }
    .about-family-content h2{
        font-size:29px;
    }
    .about-values{
        padding:45px 0;
    }
    .about-values-head h2{
        font-size:29px;
    }
    .about-values-grid{
        grid-template-columns:1fr;
        gap:12px;
    }
    .about-values-grid article{
        min-height:0;
    }
    .about-philosophy{
        padding:45px 0;
    }
    .about-philosophy-grid{
        gap:30px;
    }
    .about-philosophy-copy h2{
        font-size:29px;
    }
    .about-cta{
        padding:35px 0;
    }
    .about-cta-inner{
        display:block;
    }
    .about-cta h2{
        font-size:25px;
    }
    .about-cta .btn{
        margin-top:25px;
    }
}
/* =========================================================
   PODSTRONA TECHNOLOGIA
   ========================================================= */
.technology-hero{
    background:
        url("https://domyszkieletowe.lovskog.pl/sites/default/files/zt/szkiel1.jpg")
        center 48% / cover no-repeat;
}
/* =========================================================
   INTRO
   ========================================================= */
.technology-page-intro{
    padding:65px 0;
    background:#fff;
}
.technology-page-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}
.technology-page-copy h2{
    margin:0 0 25px;
    font-size:37px;
    line-height:1.12;
    font-weight:400;
}
.technology-page-copy p{
    max-width:520px;
    margin:0 0 17px;
    font-size:14px;
    line-height:1.7;
    color:#505b68;
}
.technology-page-copy .technology-page-lead{
    font-size:17px;
    line-height:1.55;
    color:#101827;
}
.technology-page-image{
    position:relative;
}
.technology-page-image > img{
    width:100%;
    height:410px;
    object-fit:cover;
    border-radius:6px;
}
.technology-badge{
    position:absolute;
    right:-30px;
    bottom:-25px;
    width:245px;
    padding:22px 25px;
    background:#06182b;
    color:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
}
.technology-badge strong{
    display:block;
    margin-bottom:7px;
    color:#d79a4c;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.technology-badge span{
    display:block;
    font-size:16px;
    line-height:1.4;
}
/* =========================================================
   ZALETY
   ========================================================= */
.technology-benefits{
    padding:58px 0 65px;
    background:#06182b;
    color:#fff;
}
.technology-benefits-head{
    margin-bottom:38px;
}
.technology-benefits-head h2{
    margin:0;
    font-size:35px;
    line-height:1.15;
    font-weight:400;
}
.technology-benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}
.technology-benefits-grid article{
    padding:15px 28px;
    border-right:1px solid rgba(255,255,255,.15);
}
.technology-benefits-grid article:first-child{
    padding-left:0;
}
.technology-benefits-grid article:last-child{
    border-right:0;
}
.technology-benefits-grid img{
    width:47px;
    height:47px;
    margin-bottom:18px;
}
.technology-benefits-grid h3{
    margin:0 0 10px;
    font-size:16px;
}
.technology-benefits-grid p{
    margin:0;
    font-size:13px;
    line-height:1.6;
    color:#dce2e8;
}
/* =========================================================
   KONSTRUKCJA
   ========================================================= */
.technology-construction{
    padding:65px 0;
    background:#fff;
}
.technology-construction-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:70px;
    align-items:center;
}
.technology-construction-image img{
    width:100%;
    height:430px;
    object-fit:cover;
    border-radius:6px;
}
.technology-construction-copy h2{
    margin:0 0 23px;
    font-size:36px;
    font-weight:400;
    line-height:1.15;
}
.technology-construction-copy p{
    margin:0 0 22px;
    font-size:14px;
    line-height:1.7;
    color:#505b68;
}
.technology-list{
    list-style:none;
    margin:0;
    padding:0;
}
.technology-list li{
    position:relative;
    margin:13px 0;
    padding-left:27px;
    font-size:14px;
}
.technology-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:1px;
    width:16px;
    height:16px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#3854bb;
    color:#fff;
    font-size:9px;
}
/* =========================================================
   WARSTWY ŚCIANY
   ========================================================= */
.technology-layers{
    padding:60px 0 70px;
    background:#f5f6f7;
}
.technology-layers-head{
    max-width:700px;
    margin-bottom:40px;
}
.technology-layers-head h2{
    margin:0 0 15px;
    font-size:35px;
    line-height:1.15;
    font-weight:400;
}
.technology-layers-head p{
    margin:0;
    font-size:14px;
    line-height:1.65;
    color:#596370;
}
.technology-layer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}
.technology-layer-grid article{
    min-height:190px;
    padding:25px 20px;
    background:#fff;
    border-top:3px solid #d79a4c;
}
.technology-layer-grid b{
    display:block;
    margin-bottom:18px;
    color:#3854bb;
    font-size:12px;
}
.technology-layer-grid h3{
    margin:0 0 10px;
    font-size:16px;
}
.technology-layer-grid p{
    margin:0;
    font-size:13px;
    line-height:1.55;
    color:#596370;
}
.technology-diagram-section{
    padding:48px 0 12px;
    background:#fff;
}
.technology-diagram{
    margin:0 auto;
    max-width:640px;
    text-align:center;
}
.technology-diagram img{
    width:100%;
    height:auto;
    border-radius:6px;
    box-shadow:0 8px 24px rgba(6,24,43,.10);
}
.technology-diagram-caption{
    margin:14px 0 0;
    font-size:12px;
    line-height:1.5;
    color:#7a838d;
    font-style:italic;
}
/* =========================================================
   ENERGOOSZCZĘDNOŚĆ
   ========================================================= */
.technology-energy{
    display:grid;
    grid-template-columns:50% 50%;
    min-height:430px;
    background:#06182b;
    color:#fff;
}
.technology-energy-copy{
    width:590px;
    max-width:100%;
    justify-self:end;
    padding:65px 70px 60px 0;
}
.technology-energy-copy h2{
    margin:0 0 24px;
    font-size:36px;
    line-height:1.15;
    font-weight:400;
}
.technology-energy-copy p{
    max-width:500px;
    margin:0 0 17px;
    font-size:14px;
    line-height:1.7;
    color:#dce2e9;
}
.technology-energy-copy .btn{
    margin-top:13px;
}
.technology-energy-image{
    overflow:hidden;
}
.technology-energy-image img{
    width:100%;
    height:100%;
    min-height:430px;
    object-fit:cover;
}
/* =========================================================
   PROCES
   ========================================================= */
.technology-process{
    padding:60px 0 68px;
    background:#fff;
}
.technology-process h2{
    margin:0 0 38px;
    font-size:35px;
    line-height:1.15;
    font-weight:400;
}
.technology-process-grid{
    display:grid;
    grid-template-columns:
        1fr 30px
        1fr 30px
        1fr 30px
        1fr 30px
        1fr 30px
        1fr;
    gap:12px;
    align-items:start;
}
.technology-process-grid article b{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    margin-bottom:14px;
    background:#06182b;
    color:#fff;
    border-radius:50%;
    font-size:13px;
    font-weight:400;
}
.technology-process-grid article h3{
    margin:0 0 8px;
    font-size:15px;
}
.technology-process-grid article p{
    margin:0;
    font-size:13px;
    line-height:1.5;
    color:#596370;
}
.technology-process-grid > i{
    padding-top:7px;
    color:#8b949f;
    font-style:normal;
    font-size:23px;
    text-align:center;
}
/* =========================================================
   CTA
   ========================================================= */
.technology-cta{
    position:relative;
    padding:42px 0;
    background:
        linear-gradient(rgba(32,18,9,.72),rgba(32,18,9,.72)),
        url("assets/wood-clean.jpg") center / cover no-repeat;
    color:#fff;
}
.technology-cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}
.technology-cta h2{
    margin:0 0 10px;
    font-size:29px;
    line-height:1.25;
    font-weight:400;
}
.technology-cta p{
    margin:0;
    font-size:14px;
    color:#eee5da;
}
/* =========================================================
   TABLET
   ========================================================= */
@media(max-width:980px){
    .technology-page-grid{
        grid-template-columns:1fr;
        gap:40px;
    }
    .technology-page-image > img{
        height:auto;
    }
    .technology-badge{
        right:20px;
    }
    .technology-benefits-grid{
        grid-template-columns:1fr 1fr;
    }
    .technology-benefits-grid article{
        padding:25px;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.15);
    }
    .technology-benefits-grid article:first-child{
        padding-left:25px;
    }
    .technology-construction-grid{
        grid-template-columns:1fr;
        gap:35px;
    }
    .technology-construction-image img{
        height:auto;
    }
    .technology-layer-grid{
        grid-template-columns:1fr 1fr;
    }
    .technology-energy{
        grid-template-columns:1fr;
    }
    .technology-energy-copy{
        width:auto;
        justify-self:auto;
        padding:45px 20px;
    }
    .technology-energy-image img{
        min-height:320px;
        max-height:390px;
    }
    .technology-process-grid{
        grid-template-columns:1fr 1fr 1fr;
        gap:30px;
    }
    .technology-process-grid > i{
        display:none;
    }
}
/* =========================================================
   MOBILE
   ========================================================= */
@media(max-width:560px){
    .technology-page-intro{
        padding:40px 0;
    }
    .technology-page-copy h2{
        font-size:29px;
    }
    .technology-page-copy .technology-page-lead{
        font-size:16px;
    }
    .technology-badge{
        position:relative;
        right:auto;
        bottom:auto;
        width:100%;
        margin-top:10px;
    }
    .technology-benefits{
        padding:42px 0;
    }
    .technology-benefits-head h2{
        font-size:29px;
    }
    .technology-benefits-grid{
        grid-template-columns:1fr;
    }
    .technology-benefits-grid article{
        padding:22px 0;
    }
    .technology-benefits-grid article:first-child{
        padding-left:0;
    }
    .technology-construction{
        padding:45px 0;
    }
    .technology-construction-copy h2{
        font-size:29px;
    }
    .technology-layers{
        padding:45px 0;
    }
    .technology-layers-head h2{
        font-size:29px;
    }
    .technology-layer-grid{
        grid-template-columns:1fr;
        gap:10px;
    }
    .technology-layer-grid article{
        min-height:0;
    }
    .technology-diagram-section{
        padding:32px 0 8px;
    }
    .technology-energy-copy{
        padding:38px 15px;
    }
    .technology-energy-copy h2{
        font-size:29px;
    }
    .technology-energy-image img{
        min-height:240px;
    }
    .technology-process{
        padding:45px 0;
    }
    .technology-process h2{
        font-size:29px;
    }
    .technology-process-grid{
        grid-template-columns:1fr;
        gap:28px;
    }
    .technology-cta{
        padding:35px 0;
    }
    .technology-cta-inner{
        display:block;
    }
    .technology-cta h2{
        font-size:25px;
    }
    .technology-cta .btn{
        margin-top:25px;
    }
}
/* =========================================================
   PODSTRONA OFERTA
   ========================================================= */
.offer-page-hero{
    background:
        url("assets/hero.png")
        center 48% / cover no-repeat;
}
/* INTRO */
.offer-page-intro{
    padding:65px 0;
    background:#fff;
}
.offer-page-intro-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}
.offer-page-copy h2{
    margin:0 0 25px;
    font-size:37px;
    line-height:1.12;
    font-weight:400;
}
.offer-page-copy p{
    max-width:520px;
    margin:0 0 17px;
    font-size:14px;
    line-height:1.7;
    color:#505b68;
}
.offer-page-copy .offer-page-lead{
    font-size:17px;
    line-height:1.55;
    color:#101827;
}
.offer-page-intro-image{
    position:relative;
}
.offer-page-intro-image > img{
    width:100%;
    height:400px;
    object-fit:cover;
    border-radius:6px;
}
.offer-page-price{
    position:absolute;
    right:-25px;
    bottom:-25px;
    width:220px;
    padding:23px 25px;
    background:#06182b;
    color:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
}
.offer-page-price small{
    display:block;
    margin-bottom:5px;
    color:#d79a4c;
    font-size:12px;
    text-transform:uppercase;
}
.offer-page-price strong{
    display:block;
    font-size:27px;
    font-weight:500;
}
.offer-page-price span{
    font-size:14px;
}
/* =========================================================
   STANDARDY
   ========================================================= */
.offer-standards{
    padding:62px 0 72px;
    background:#06182b;
    color:#fff;
}
.offer-standards-head{
    max-width:680px;
    margin-bottom:40px;
}
.offer-standards-head h2{
    margin:0 0 15px;
    font-size:35px;
    line-height:1.15;
    font-weight:400;
}
.offer-standards-head p{
    margin:0;
    font-size:14px;
    line-height:1.65;
    color:#dce2e8;
}
.offer-standards-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.offer-standards-grid article{
    padding:28px 24px;
    background:#0a2038;
    border-top:2px solid #d79a4c;
}
.offer-standards-grid img{
    width:45px;
    height:45px;
    margin-bottom:20px;
}
.offer-standards-grid h3{
    margin:0 0 12px;
    font-size:16px;
}
.offer-standards-grid p{
    margin:0 0 18px;
    font-size:13px;
    line-height:1.55;
    color:#dce2e8;
}
.offer-standards-grid ul{
    list-style:none;
    margin:0;
    padding:0;
}
.offer-standards-grid li{
    position:relative;
    margin:9px 0;
    padding-left:20px;
    font-size:12px;
    color:#eef1f4;
}
.offer-standards-grid li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#d79a4c;
}
/* =========================================================
   RODZAJE DOMÓW
   ========================================================= */
.offer-house-types{
    padding:65px 0 72px;
    background:#fff;
}
.offer-house-types-head{
    max-width:620px;
    margin-bottom:38px;
}
.offer-house-types-head h2{
    margin:0 0 15px;
    font-size:35px;
    font-weight:400;
}
.offer-house-types-head p{
    margin:0;
    font-size:14px;
    line-height:1.65;
    color:#596370;
}
.offer-house-types-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}
.offer-house-types-grid article{
    border:1px solid #e1e4e8;
    background:#fff;
}
.offer-house-photo{
    height:230px;
    overflow:hidden;
}
.offer-house-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.offer-house-content{
    position:relative;
    padding:26px 25px 28px;
}
.offer-house-content > span{
    position:absolute;
    top:25px;
    right:25px;
    color:#d79a4c;
    font-size:12px;
    font-weight:700;
}
.offer-house-content h3{
    margin:0 0 12px;
    font-size:18px;
}
.offer-house-content p{
    margin:0;
    font-size:13px;
    line-height:1.65;
    color:#596370;
}
/* =========================================================
   PROJEKT INDYWIDUALNY
   ========================================================= */
.offer-custom{
    display:grid;
    grid-template-columns:50% 50%;
    min-height:430px;
    background:#06182b;
    color:#fff;
}
.offer-custom-image{
    overflow:hidden;
}
.offer-custom-image img{
    width:100%;
    height:100%;
    min-height:430px;
    object-fit:cover;
}
.offer-custom-copy{
    max-width:600px;
    padding:65px 60px;
}
.offer-custom-copy h2{
    margin:0 0 23px;
    font-size:36px;
    line-height:1.15;
    font-weight:400;
}
.offer-custom-copy p{
    margin:0 0 17px;
    max-width:520px;
    font-size:14px;
    line-height:1.7;
    color:#dce2e9;
}
.offer-custom-copy .btn{
    margin-top:13px;
}
/* =========================================================
   ZAKRES REALIZACJI
   ========================================================= */
.offer-scope{
    padding:60px 0 68px;
    background:#fff;
}
.offer-scope h2{
    margin:0 0 38px;
    font-size:35px;
    line-height:1.15;
    font-weight:400;
}
.offer-scope-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:18px;
}
.offer-scope-grid article{
    border-top:2px solid #d79a4c;
    padding-top:20px;
}
.offer-scope-grid b{
    display:block;
    margin-bottom:14px;
    color:#3854bb;
    font-size:12px;
}
.offer-scope-grid h3{
    margin:0 0 8px;
    font-size:15px;
}
.offer-scope-grid p{
    margin:0;
    font-size:13px;
    line-height:1.55;
    color:#596370;
}
/* =========================================================
   WYCENA
   ========================================================= */
.offer-quote{
    padding:45px 0;
    background:
        linear-gradient(rgba(32,18,9,.74),rgba(32,18,9,.74)),
        url("assets/wood-clean.jpg") center / cover no-repeat;
    color:#fff;
}
.offer-quote-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}
.offer-quote h2{
    margin:0 0 12px;
    font-size:30px;
    line-height:1.2;
    font-weight:400;
}
.offer-quote p{
    max-width:600px;
    margin:0;
    font-size:14px;
    line-height:1.65;
    color:#eee5da;
}
.offer-quote-action{
    min-width:230px;
    text-align:right;
}
.offer-quote-action strong{
    display:block;
    margin-bottom:18px;
    color:#fff;
    font-size:20px;
    font-weight:500;
}
/* =========================================================
   TABLET
   ========================================================= */
@media(max-width:980px){
    .offer-page-intro-grid{
        grid-template-columns:1fr;
        gap:40px;
    }
    .offer-page-intro-image > img{
        height:auto;
    }
    .offer-page-price{
        right:20px;
    }
    .offer-standards-grid{
        grid-template-columns:1fr 1fr;
    }
    .offer-house-types-grid{
        grid-template-columns:1fr 1fr;
    }
    .offer-custom{
        grid-template-columns:1fr;
    }
    .offer-custom-image img{
        min-height:320px;
        max-height:420px;
    }
    .offer-custom-copy{
        max-width:none;
        padding:45px 30px;
    }
    .offer-scope-grid{
        grid-template-columns:1fr 1fr 1fr;
        gap:30px;
    }
}
/* =========================================================
   MOBILE
   ========================================================= */
@media(max-width:560px){
    .offer-page-intro{
        padding:40px 0;
    }
    .offer-page-copy h2{
        font-size:29px;
    }
    .offer-page-copy .offer-page-lead{
        font-size:16px;
    }
    .offer-page-price{
        position:relative;
        right:auto;
        bottom:auto;
        width:100%;
        margin-top:10px;
    }
    .offer-standards{
        padding:42px 0;
    }
    .offer-standards-head h2{
        font-size:29px;
    }
    .offer-standards-grid{
        grid-template-columns:1fr;
        gap:12px;
    }
    .offer-house-types{
        padding:45px 0;
    }
    .offer-house-types-head h2{
        font-size:29px;
    }
    .offer-house-types-grid{
        grid-template-columns:1fr;
    }
    .offer-house-photo{
        height:auto;
        aspect-ratio:16/10;
    }
    .offer-custom-copy{
        padding:38px 15px;
    }
    .offer-custom-copy h2{
        font-size:29px;
    }
    .offer-scope{
        padding:45px 0;
    }
    .offer-scope h2{
        font-size:29px;
    }
    .offer-scope-grid{
        grid-template-columns:1fr;
        gap:25px;
    }
    .offer-quote{
        padding:35px 0;
    }
    .offer-quote-inner{
        display:block;
    }
    .offer-quote h2{
        font-size:26px;
    }
    .offer-quote-action{
        min-width:0;
        margin-top:27px;
        text-align:left;
    }
}
/* =========================================================
   PODSTRONA REALIZACJE
   ========================================================= */
.realizacje-hero{
    background:
        url("assets/project-2.jpg")
        center 48% / cover no-repeat;
}
/* INTRO */
.realizacje-intro{
    padding:58px 0 48px;
    background:#fff;
}
.realizacje-intro-inner{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
}
.realizacje-intro h2{
    margin:0;
    font-size:37px;
    line-height:1.12;
    font-weight:400;
}
.realizacje-intro p{
    max-width:520px;
    margin:0 0 15px;
    font-size:14px;
    line-height:1.7;
    color:#596370;
}
/* =========================================================
   GALERIA
   ========================================================= */
.realizacje-gallery{
    padding:15px 0 70px;
    background:#fff;
}
.realizacje-gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}
.realizacja-card{
    background:#fff;
}
.realizacja-card > a{
    display:block;
}
.realizacja-photo{
    position:relative;
    height:260px;
    overflow:hidden;
    border-radius:6px;
    background:#edf0f3;
}
.realizacja-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .4s ease;
}
.realizacja-hover{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(6,24,43,.70);
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
    opacity:0;
    transition:.3s;
}
.realizacja-card:hover .realizacja-photo img{
    transform:scale(1.04);
}
.realizacja-card:hover .realizacja-hover{
    opacity:1;
}
.realizacja-info{
    display:flex;
    gap:17px;
    align-items:flex-start;
    padding:17px 3px 0;
}
.realizacja-info > span{
    color:#d79a4c;
    font-size:12px;
    font-weight:700;
}
.realizacja-info h3{
    margin:0 0 4px;
    font-size:15px;
    font-weight:600;
}
.realizacja-info p{
    margin:0;
    font-size:12px;
    color:#7a838d;
}
/* =========================================================
   TEKST
   ========================================================= */
.realizacje-text{
    padding:58px 0;
    background:#f5f6f7;
    border-top:1px solid #e1e4e7;
}
.realizacje-text-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
}
.realizacje-text h2{
    margin:0;
    font-size:35px;
    line-height:1.15;
    font-weight:400;
}
.realizacje-text p{
    max-width:520px;
    margin:0 0 22px;
    font-size:14px;
    line-height:1.7;
    color:#596370;
}
/* =========================================================
   DUŻA REALIZACJA
   ========================================================= */
.realizacje-featured{
    display:grid;
    grid-template-columns:55% 45%;
    min-height:450px;
    background:#06182b;
    color:#fff;
}
.realizacje-featured-main{
    overflow:hidden;
}
.realizacje-featured-main img{
    width:100%;
    height:100%;
    min-height:450px;
    object-fit:cover;
}
.realizacje-featured-content{
    max-width:560px;
    padding:65px 60px;
}
.realizacje-featured-content h2{
    margin:0 0 23px;
    font-size:36px;
    line-height:1.15;
    font-weight:400;
}
.realizacje-featured-content p{
    margin:0 0 17px;
    font-size:14px;
    line-height:1.7;
    color:#dce2e9;
}
.realizacje-featured-content .btn{
    margin-top:12px;
}
/* =========================================================
   CTA
   ========================================================= */
.realizacje-cta{
    padding:44px 0;
    background:
        linear-gradient(rgba(32,18,9,.74),rgba(32,18,9,.74)),
        url("assets/wood-clean.jpg") center / cover no-repeat;
    color:#fff;
}
.realizacje-cta-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
}
.realizacje-cta h2{
    margin:0 0 11px;
    font-size:30px;
    line-height:1.2;
    font-weight:400;
}
.realizacje-cta p{
    margin:0;
    max-width:600px;
    color:#eee5da;
    font-size:14px;
    line-height:1.6;
}
/* =========================================================
   TABLET
   ========================================================= */
@media(max-width:980px){
    .realizacje-intro-inner{
        grid-template-columns:1fr;
        gap:25px;
    }
    .realizacje-gallery-grid{
        grid-template-columns:1fr 1fr;
    }
    .realizacje-text-grid{
        grid-template-columns:1fr;
        gap:25px;
    }
    .realizacje-featured{
        grid-template-columns:1fr;
    }
    .realizacje-featured-main img{
        min-height:320px;
        max-height:430px;
    }
    .realizacje-featured-content{
        max-width:none;
        padding:45px 30px;
    }
}
/* =========================================================
   MOBILE
   ========================================================= */
@media(max-width:560px){
    .realizacje-intro{
        padding:40px 0 35px;
    }
    .realizacje-intro h2{
        font-size:29px;
    }
    .realizacje-gallery{
        padding:10px 0 45px;
    }
    .realizacje-gallery-grid{
        grid-template-columns:1fr;
        gap:28px;
    }
    .realizacja-photo{
        height:auto;
        aspect-ratio:16/10;
    }
    .realizacje-text{
        padding:42px 0;
    }
    .realizacje-text h2{
        font-size:29px;
    }
    .realizacje-featured-main img{
        min-height:240px;
    }
    .realizacje-featured-content{
        padding:38px 15px;
    }
    .realizacje-featured-content h2{
        font-size:29px;
    }
    .realizacje-cta{
        padding:35px 0;
    }
    .realizacje-cta-inner{
        display:block;
    }
    .realizacje-cta h2{
        font-size:26px;
    }
    .realizacje-cta .btn{
        margin-top:25px;
    }
}
/* =========================================================
   PODSTRONA BLOG
   ========================================================= */
.blog-hero{
    background:
        url("assets/project-1.jpg")
        center 48% / cover no-repeat;
}
/* INTRO */
.blog-intro{
    padding:58px 0 48px;
    background:#fff;
}
.blog-intro-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
}
.blog-intro h2{
    margin:0;
    max-width:520px;
    font-size:36px;
    line-height:1.15;
    font-weight:400;
}
.blog-intro p{
    max-width:520px;
    margin:0 0 15px;
    font-size:14px;
    line-height:1.7;
    color:#596370;
}
/* =========================================================
   LISTA WPISÓW
   ========================================================= */
.blog-list{
    padding:12px 0 70px;
    background:#fff;
}
.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}
.blog-card{
    border:1px solid #e1e4e7;
    background:#fff;
    transition:.25s;
}
.blog-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(6,24,43,.10);
}
.blog-card > a{
    display:block;
}
.blog-card-photo{
    height:235px;
    overflow:hidden;
}
.blog-card-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .4s ease;
}
.blog-card:hover .blog-card-photo img{
    transform:scale(1.04);
}
.blog-card-content{
    padding:23px 24px 26px;
}
.blog-card-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}
.blog-card-meta span{
    color:#3854bb;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.07em;
}
.blog-card-meta time{
    color:#9299a1;
    font-size:11px;
}
.blog-card h2{
    margin:0 0 13px;
    font-size:18px;
    line-height:1.35;
    font-weight:600;
}
.blog-card p{
    margin:0 0 20px;
    font-size:13px;
    line-height:1.65;
    color:#596370;
}
.blog-card strong{
    color:#101827;
    font-size:12px;
    text-transform:uppercase;
}
.blog-card strong span{
    margin-left:6px;
    color:#d79a4c;
}
/* =========================================================
   PORADNIK / CTA
   ========================================================= */
.blog-guide{
    display:grid;
    grid-template-columns:50% 50%;
    min-height:430px;
    background:#06182b;
    color:#fff;
}
.blog-guide-image{
    overflow:hidden;
}
.blog-guide-image img{
    width:100%;
    height:100%;
    min-height:430px;
    object-fit:cover;
}
.blog-guide-copy{
    max-width:600px;
    padding:65px 60px;
}
.blog-guide-copy h2{
    margin:0 0 23px;
    font-size:36px;
    line-height:1.15;
    font-weight:400;
}
.blog-guide-copy p{
    max-width:520px;
    margin:0 0 17px;
    font-size:14px;
    line-height:1.7;
    color:#dce2e9;
}
.blog-guide-copy .btn{
    margin-top:13px;
}
/* =========================================================
   CTA DREWNO
   ========================================================= */
.blog-cta{
    padding:43px 0;
    background:
        linear-gradient(
            rgba(32,18,9,.74),
            rgba(32,18,9,.74)
        ),
        url("assets/wood-clean.jpg")
        center / cover no-repeat;
    color:#fff;
}
.blog-cta-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
}
.blog-cta h2{
    margin:0 0 10px;
    font-size:29px;
    line-height:1.2;
    font-weight:400;
}
.blog-cta p{
    margin:0;
    font-size:14px;
    color:#eee5da;
}
.blog-cta-buttons{
    display:flex;
    gap:12px;
}
/* =========================================================
   TABLET
   ========================================================= */
@media(max-width:980px){
    .blog-intro-grid{
        grid-template-columns:1fr;
        gap:25px;
    }
    .blog-grid{
        grid-template-columns:1fr 1fr;
    }
    .blog-guide{
        grid-template-columns:1fr;
    }
    .blog-guide-image img{
        min-height:320px;
        max-height:420px;
    }
    .blog-guide-copy{
        max-width:none;
        padding:45px 30px;
    }
}
/* =========================================================
   MOBILE
   ========================================================= */
@media(max-width:560px){
    .blog-intro{
        padding:40px 0 35px;
    }
    .blog-intro h2{
        font-size:29px;
    }
    .blog-list{
        padding:10px 0 45px;
    }
    .blog-grid{
        grid-template-columns:1fr;
        gap:22px;
    }
    .blog-card-photo{
        height:auto;
        aspect-ratio:16/10;
    }
    .blog-guide-image img{
        min-height:240px;
    }
    .blog-guide-copy{
        padding:38px 15px;
    }
    .blog-guide-copy h2{
        font-size:29px;
    }
    .blog-cta{
        padding:35px 0;
    }
    .blog-cta-inner{
        display:block;
    }
    .blog-cta h2{
        font-size:26px;
    }
    .blog-cta-buttons{
        flex-direction:column;
        align-items:flex-start;
        margin-top:25px;
    }
}
/* =========================================================
   PODSTRONA KONTAKT
   ========================================================= */
.contact-page-hero{
    background:
        url("assets/hero.png")
        center 48% / cover no-repeat;
}
/* INTRO */
.contact-page-intro{
    padding:65px 0;
    background:#fff;
}
.contact-page-intro-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}
.contact-page-copy h2{
    margin:0 0 24px;
    font-size:37px;
    line-height:1.15;
    font-weight:400;
}
.contact-page-copy p{
    max-width:530px;
    margin:0 0 17px;
    font-size:14px;
    line-height:1.7;
    color:#596370;
}
.contact-page-copy .contact-page-lead{
    font-size:17px;
    line-height:1.55;
    color:#101827;
}
.contact-page-details{
    display:flex;
    flex-direction:column;
}
.contact-detail{
    display:flex;
    align-items:center;
    gap:22px;
    padding:22px 0;
    border-bottom:1px solid #e1e4e7;
}
.contact-detail:first-child{
    border-top:1px solid #e1e4e7;
}
.contact-detail img{
    width:42px;
    height:42px;
}
.contact-detail div{
    display:flex;
    flex-direction:column;
}
.contact-detail small{
    margin-bottom:4px;
    color:#3854bb;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.contact-detail strong{
    margin-bottom:3px;
    color:#101827;
    font-size:17px;
    font-weight:600;
}
.contact-detail span{
    color:#7a838d;
    font-size:12px;
}
/* =========================================================
   FORMULARZ
   ========================================================= */
.contact-form-section{
    padding:65px 0;
    background:#06182b;
    color:#fff;
}
.contact-form-grid{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:80px;
}
.contact-form-info h2{
    margin:0 0 22px;
    font-size:36px;
    line-height:1.15;
    font-weight:400;
}
.contact-form-info > p{
    max-width:430px;
    margin:0 0 32px;
    color:#dce2e9;
    font-size:14px;
    line-height:1.7;
}
.contact-form-points{
    max-width:430px;
}
.contact-form-points > div{
    display:flex;
    align-items:center;
    gap:17px;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.12);
}
.contact-form-points b{
    color:#d79a4c;
    font-size:11px;
}
.contact-form-points span{
    font-size:13px;
}
/* FORMULARZ BIAŁY */
.contact-form-box{
    padding:35px;
    background:#fff;
    color:#101827;
}
.contact-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.contact-field{
    margin-bottom:18px;
}
.contact-field label{
    display:block;
    margin-bottom:7px;
    font-size:12px;
    font-weight:600;
}
.contact-field input,
.contact-field select,
.contact-field textarea{
    width:100%;
    padding:13px 14px;
    border:1px solid #d9dde2;
    border-radius:0;
    outline:none;
    background:#fff;
    color:#101827;
    font-family:'Open Sans',Arial,sans-serif;
    font-size:13px;
    transition:.2s;
}
.contact-field input,
.contact-field select{
    height:46px;
}
.contact-field textarea{
    resize:vertical;
    min-height:135px;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus{
    border-color:#3854bb;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder{
    color:#9aa1a9;
}
/* ZGODA */
.contact-checkbox{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin:3px 0 22px;
    cursor:pointer;
}
.contact-checkbox input{
    width:16px;
    height:16px;
    margin:2px 0 0;
    flex:0 0 auto;
}
.contact-checkbox span{
    color:#69727c;
    font-size:11px;
    line-height:1.55;
}
/* BUTTON */
.contact-submit{
    border:0;
    padding:14px 24px;
    background:#3854bb;
    color:#fff;
    cursor:pointer;
}
.contact-submit:hover{
    background:#2f48a7;
}
/* KOMUNIKATY */
.contact-form-success{
    margin-bottom:25px;
    padding:17px 20px;
    border-left:3px solid #3854bb;
    background:#f0f3ff;
}
.contact-form-success strong{
    display:block;
    margin-bottom:5px;
    font-size:14px;
}
.contact-form-success p{
    margin:0;
    color:#596370;
    font-size:12px;
}
.contact-form-error{
    margin-bottom:25px;
    padding:15px 20px;
    border-left:3px solid #b94343;
    background:#fff1f1;
    color:#8b2828;
    font-size:12px;
}
/* =========================================================
   LOKALIZACJA
   ========================================================= */
.contact-location{
    padding:65px 0;
    background:#f5f6f7;
}
.contact-location-grid{
    display:grid;
    grid-template-columns:1fr 420px;
    gap:80px;
    align-items:center;
}
.contact-location h2{
    margin:0 0 20px;
    font-size:36px;
    line-height:1.15;
    font-weight:400;
}
.contact-location p{
    max-width:520px;
    margin:0 0 15px;
    color:#596370;
    font-size:14px;
    line-height:1.7;
}
.contact-location .btn{
    margin-top:12px;
}
/* KARTA ADRESOWA */
.contact-address-card{
    padding:38px;
    background:#06182b;
    color:#fff;
    box-shadow:0 12px 30px rgba(6,24,43,.15);
}
.contact-address-card img{
    width:100px;
    margin-bottom:25px;
}
.contact-address-card > span{
    display:block;
    margin-bottom:9px;
    color:#d79a4c;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
}
.contact-address-card strong{
    display:block;
    margin-bottom:23px;
    font-size:20px;
    line-height:1.5;
    font-weight:400;
}
.contact-address-card a{
    display:block;
    margin:8px 0;
    color:#fff;
    font-size:13px;
}
/* =========================================================
   CTA
   ========================================================= */
.contact-page-cta{
    padding:43px 0;
    background:
        linear-gradient(
            rgba(32,18,9,.74),
            rgba(32,18,9,.74)
        ),
        url("assets/wood-clean.jpg")
        center / cover no-repeat;
    color:#fff;
}
.contact-page-cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}
.contact-page-cta h2{
    margin:0 0 9px;
    font-size:29px;
    font-weight:400;
}
.contact-page-cta p{
    max-width:620px;
    margin:0;
    color:#eee5da;
    font-size:14px;
    line-height:1.6;
}
/* =========================================================
   TABLET
   ========================================================= */
@media(max-width:980px){
    .contact-page-intro-grid{
        grid-template-columns:1fr;
        gap:40px;
    }
    .contact-form-grid{
        grid-template-columns:1fr;
        gap:40px;
    }
    .contact-location-grid{
        grid-template-columns:1fr;
        gap:40px;
    }
}
/* =========================================================
   MOBILE
   ========================================================= */
@media(max-width:560px){
    .contact-page-intro{
        padding:40px 0;
    }
    .contact-page-copy h2{
        font-size:29px;
    }
    .contact-page-copy .contact-page-lead{
        font-size:16px;
    }
    .contact-detail{
        gap:15px;
        padding:18px 0;
    }
    .contact-detail img{
        width:36px;
        height:36px;
    }
    .contact-detail strong{
        font-size:14px;
    }
    .contact-form-section{
        padding:42px 0;
    }
    .contact-form-info h2{
        font-size:29px;
    }
    .contact-form-box{
        padding:22px 17px;
    }
    .contact-form-row{
        grid-template-columns:1fr;
        gap:0;
    }
    .contact-location{
        padding:45px 0;
    }
    .contact-location h2{
        font-size:29px;
    }
    .contact-address-card{
        padding:28px 22px;
    }
    .contact-page-cta{
        padding:35px 0;
    }
    .contact-page-cta-inner{
        display:block;
    }
    .contact-page-cta h2{
        font-size:26px;
    }
    .contact-page-cta .btn{
        margin-top:25px;
    }
}
/* =========================================================
   FORMULARZ KWALIFIKACYJNY — KROKI
   ========================================================= */
.contact-form-points > div.is-current{
    border-bottom-color:#d79a4c;
}
.contact-form-points > div.is-current b{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#d79a4c;
    color:#06182b;
}
.form-step-indicator{
    margin-bottom:18px;
    color:#9aa1a9;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.03em;
}
.contact-radio-group{
    display:flex;
    flex-direction:column;
    gap:9px;
}
.contact-radio-group label{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    border:1px solid #d9dde2;
    cursor:pointer;
    transition:.2s;
}
.contact-radio-group label:has(input:checked){
    border-color:#3854bb;
    background:#f0f3ff;
}
.contact-radio-group input{
    width:16px;
    height:16px;
    flex:0 0 auto;
}
.contact-radio-group span{
    font-size:13px;
    color:#101827;
}
.form-step-nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-top:8px;
}
/* =========================================================
   MOBILE — FORMULARZ KROKI
   ========================================================= */
@media(max-width:560px){
    .form-step-nav{
        flex-wrap:wrap;
    }
    .form-step-nav .btn{
        flex:1 1 auto;
        text-align:center;
        justify-content:center;
    }
}
