:root{
    --cream:#f5f1e8;
    --white:#ffffff;
    --green:#244b35;
    --dark:#172017;
    --gold:#b98a2d;
    --text:#202520;
    --muted:#606860;
    --line:rgba(23,32,23,.14);
}

*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

html{
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden;
    background:var(--cream);
    color:var(--text);
    font-family:Arial, sans-serif;
    line-height:1.55;
}

img{
    display:block;
    max-width:100%;
}

section{
    scroll-margin-top:84px;
}

/* MENU */

.topbar{
    position:sticky;
    top:0;
    z-index:30;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    min-height:76px;
    padding:10px 6%;
    background:var(--cream);
    border-bottom:1px solid var(--line);
}

.topbar nav{
    display:flex;
    flex-wrap:wrap;
    gap:4px;
}

.topbar nav a{
    padding:9px 11px;
    border-radius:999px;
    color:var(--green);
    font-size:11px;
    font-weight:800;
    letter-spacing:.4px;
    text-decoration:none;
    text-transform:uppercase;
}

.topbar nav a:hover{
    background:#e4dccb;
}

.brand{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--green);
    font-size:17px;
    font-weight:900;
    letter-spacing:.8px;
    text-decoration:none;
    text-transform:uppercase;
}

.brand img{
    width:46px;
    height:46px;
    object-fit:contain;
}

/* HERO */

.hero{
    position:relative;
    min-height:610px;
    overflow:hidden;
    background:#152616;
    color:#fff;
}

.hero-image{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(10,28,16,.90),
        rgba(10,28,16,.58),
        rgba(10,28,16,.16)
    );
}

.hero-content{
    position:relative;
    z-index:1;
    max-width:720px;
    padding:145px 8% 60px;
}

.eyebrow{
    display:block;
    color:#f0cc73;
    font-size:12px;
    font-weight:900;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.eyebrow-gold{
    color:var(--gold);
}

.hero h1{
    margin:14px 0 20px;
    font-size:76px;
    letter-spacing:-3px;
    line-height:.95;
}

.hero-content p{
    max-width:620px;
    color:#eef3ee;
    font-size:20px;
}

.hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:13px 22px;
    border:1px solid transparent;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    letter-spacing:.6px;
    text-decoration:none;
    text-transform:uppercase;
}

.btn-main{
    background:var(--green);
    color:#fff;
}

.btn-main:hover{
    background:#173523;
}

.btn-outline{
    border-color:var(--green);
    color:var(--green);
    background:rgba(245,241,232,.88);
}

.btn-outline:hover{
    background:#fff;
}

/* INTRO */

.intro{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:80px;
    padding:88px 8%;
    background:#fff;
}

.intro h2,
.section-heading h2,
.contact h2{
    margin-top:14px;
    color:var(--dark);
    font-size:46px;
    letter-spacing:-1.6px;
    line-height:1.08;
}

.intro-copy{
    padding-top:24px;
}

.intro-copy p{
    color:var(--muted);
    font-size:18px;
}

.intro-copy p + p{
    margin-top:20px;
}

/* OFERTA */

.offer{
    padding:90px 8%;
    background:var(--cream);
}

.section-heading{
    max-width:760px;
    margin-bottom:34px;
}

.section-heading h2{
    margin-bottom:15px;
}

.section-heading p{
    color:var(--muted);
    font-size:17px;
}

.stage-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.stage-card{
    position:relative;
    min-height:480px;
    overflow:hidden;
    border-radius:26px;
    background:var(--dark);
    color:#fff;
    text-decoration:none;
    box-shadow:0 18px 45px rgba(23,32,23,.16);
}

.stage-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}

.stage-card:hover img{
    transform:scale(1.04);
}

.stage-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        rgba(10,26,16,.12),
        rgba(10,26,16,.78)
    );
}

.stage-content{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    padding:34px;
}

.stage-content span{
    color:#f0cc73;
    font-size:12px;
    font-weight:900;
    letter-spacing:1.3px;
    text-transform:uppercase;
}

.stage-content h3{
    margin:8px 0 10px;
    font-size:44px;
    letter-spacing:-1.5px;
    line-height:1;
}

.stage-content p{
    max-width:420px;
    color:#eef3ee;
    font-size:16px;
}

.stage-content strong{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:24px;
    color:#fff;
    font-size:12px;
    letter-spacing:.6px;
    text-transform:uppercase;
}

.stage-content b{
    font-size:24px;
    line-height:1;
}

/* ZALETY */

.benefits{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:#fff;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

.benefits article{
    min-height:240px;
    padding:42px 14%;
    border-right:1px solid var(--line);
}

.benefits article:last-child{
    border-right:0;
}

.benefits span{
    color:var(--gold);
    font-size:12px;
    font-weight:900;
}

.benefits h3{
    margin:14px 0 10px;
    color:var(--dark);
    font-size:24px;
    line-height:1.15;
}

.benefits p{
    color:var(--muted);
    font-size:15px;
}

/* GALERIA */

.gallery{
    padding:90px 8%;
    background:var(--cream);
}

.gallery-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    grid-template-rows:250px 250px;
    gap:20px;
}

.gallery-grid figure{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:#dfe3dc;
}

.gallery-grid .gallery-main{
    grid-row:span 2;
}

.gallery-grid img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}

.gallery-grid figure:hover img{
    transform:scale(1.03);
}

.gallery-grid figcaption{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    padding:22px 26px;
    background:linear-gradient(transparent,rgba(8,19,11,.82));
    color:#fff;
    font-size:17px;
    font-weight:900;
}

/* KONTAKT */

.contact{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:80px;
    padding:90px 8%;
    background:var(--dark);
}

.contact h2{
    color:#fff;
}

.contact-text p{
    max-width:540px;
    margin-top:20px;
    color:#d8e1d6;
    font-size:18px;
}

.contact-socials{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.contact-socials a{
    padding:10px 16px;
    border:1px solid rgba(255,255,255,.45);
    border-radius:999px;
    color:#fff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.5px;
    text-decoration:none;
    text-transform:uppercase;
}

.contact-socials a:hover{
    background:#fff;
    color:var(--dark);
}

.contact-card{
    display:grid;
    gap:1px;
    overflow:hidden;
    border-radius:22px;
    background:rgba(255,255,255,.18);
}

.contact-card > a{
    display:block;
    padding:24px 28px;
    background:#fff;
    color:var(--dark);
    text-decoration:none;
}

.contact-card small,
.contact-card strong{
    display:block;
}

.contact-card small{
    color:var(--muted);
    font-size:11px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.contact-card strong{
    margin-top:5px;
    font-size:20px;
    overflow-wrap:anywhere;
}

.contact-card .contact-button{
    background:var(--green);
    color:#fff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.6px;
    text-align:center;
    text-transform:uppercase;
}

.contact-card .contact-button:hover{
    background:#173523;
}

.contact-card .contact-button-light{
    background:#e9dfca;
    color:var(--dark);
}

.contact-card .contact-button-light:hover{
    background:#fff;
}

/* STOPKA */

footer{
    padding:55px 8% 28px;
    background:#0d150e;
    color:#e7eee4;
}

footer p{
    max-width:680px;
    font-size:14px;
    line-height:1.55;
}

footer small{
    display:block;
    margin-top:32px;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.12);
    color:#aeb9aa;
}

/* TABLET */

@media(max-width:950px){
    .intro,
    .contact{
        grid-template-columns:1fr;
        gap:44px;
    }

    .benefits{
        grid-template-columns:1fr;
    }

    .benefits article{
        min-height:auto;
        border-right:0;
        border-bottom:1px solid var(--line);
    }

    .benefits article:last-child{
        border-bottom:0;
    }

    .stage-grid{
        grid-template-columns:1fr;
    }

    .stage-card{
        min-height:420px;
    }
}

/* TELEFON */

@media(max-width:620px){
    .topbar{
        min-height:68px;
        padding:8px 14px;
    }

    .brand span{
        display:none;
    }

    .brand img{
        width:42px;
        height:42px;
    }

    .topbar nav{
        gap:0;
    }

    .topbar nav a{
        padding:8px 5px;
        font-size:8px;
        letter-spacing:0;
    }

    .hero{
        min-height:560px;
    }

    .hero-content{
        padding:150px 7% 42px;
    }

    .hero h1{
        font-size:54px;
    }

    .hero-content p{
        font-size:17px;
    }

    .hero-buttons{
        display:grid;
    }

    .btn{
        width:100%;
    }

    .intro,
    .offer,
    .gallery,
    .contact{
        padding:68px 6%;
    }

    .intro h2,
    .section-heading h2,
    .contact h2{
        font-size:35px;
    }

    .intro-copy p,
    .section-heading p,
    .contact-text p{
        font-size:16px;
    }

    .stage-card{
        min-height:390px;
        border-radius:20px;
    }

    .stage-content{
        padding:25px;
    }

    .stage-content h3{
        font-size:36px;
    }

    .benefits article{
        padding:32px 9%;
    }

    .gallery-grid{
        grid-template-columns:1fr;
        grid-template-rows:270px 210px 210px;
    }

    .gallery-grid .gallery-main{
        grid-row:auto;
    }

    .gallery-grid figure{
        border-radius:18px;
    }

    .contact-card strong{
        font-size:16px;
    }
}


