*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    color: #1c1f1d;
    background: #ffffff;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
    cursor: pointer;
    border: 0;
    background: none;
}

h1, h2, h3, h4 {
    margin: 0 0 .5em;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1a1d1c;
}

h1 {
    font-size: clamp(2.6rem, 6vw, 5rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

p {
    margin: 0 0 1rem;
    color: #6b6f6c;
}

.kontener {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px;
}

.waski {
    max-width: 860px;
}

.sekcja {
    padding: clamp(80px, 11vw, 140px) 0;
}

.sekcja-jasna {
    background: #f8f3ea;
}

.sekcja-ciemna {
    background: #1a1d1c;
    color: #ffffff;
}

.naglowek-sekcji {
    max-width: 720px;
    margin: 0 auto 70px;
    text-align: center;
}

.naglowek-sekcji p {
    font-size: 1.1rem;
}

.siatka {
    display: grid;
    gap: 28px;
}

.siatka-3 {
    grid-template-columns: repeat(3, 1fr);
}

.dwie-kolumny {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 90px);
    align-items: center;
}

.etykieta,
.etykieta-jasna {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.etykieta {
    color: #1a1d1c;
}

.etykieta-jasna {
    color: #ffffff;
}

.zloty {
    color: #c9a24a;
}

.jasny {
    color: #ffffff;
}

.jasny-przygaszony {
    color: rgba(255, 255, 255, .7);
    font-size: 1.1rem;
}

.przycisk {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 16px 30px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .01em;
    white-space: nowrap;
    transition: transform .3s ease, background .3s ease, color .3s ease, box-shadow .3s ease;
}

.przycisk:hover {
    transform: translateY(-2px);
}

.przycisk-maly {
    padding: 11px 22px;
    font-size: .85rem;
}

.przycisk-pelny {
    width: 100%;
}

.przycisk-glowny {
    background: #1f3a2b;
    color: #ffffff;
}

.przycisk-glowny:hover {
    background: #2d5240;
    box-shadow: 0 16px 40px rgba(15, 23, 18, .1);
}

.przycisk-tekstowy {
    color: #ffffff;
}

.przycisk-tekstowy:hover {
    color: #d9b975;
    transform: translateX(4px);
}

.przycisk-zloty {
    background: #c9a24a;
    color: #1a1d1c;
}

.przycisk-zloty:hover {
    background: #d9b975;
    box-shadow: 0 12px 30px rgba(201, 162, 74, .28);
}

.nawigacja {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 22px 0;
    transition: padding .35s ease, background .35s ease, box-shadow .35s ease;
}

.nawigacja.przewinieta {
    padding: 14px 0;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
}

.nawigacja-kontener {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
}

.logo-znak {
    color: #c9a24a;
    font-size: 1.1rem;
}

.logo-tekst {
    font-family: "Marcellus", serif;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nawigacja.przewinieta .logo {
    color: #1a1d1c;
}

.menu-nawigacji {
    display: flex;
    align-items: center;
    gap: 28px;
}

.link-nawigacji {
    position: relative;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 500;
    opacity: .86;
    transition: opacity .25s ease, color .25s ease;
}

.link-nawigacji::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width .3s ease;
}

.link-nawigacji:hover {
    opacity: 1;
}

.link-nawigacji:hover::after {
    width: 100%;
}

.nawigacja.przewinieta .link-nawigacji {
    color: #1a1d1c;
    opacity: 1;
}

.przycisk-menu::after {
    display: none;
}

.przycisk-menu-mobilne {
    width: 32px;
    height: 32px;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.przycisk-menu-mobilne span {
    display: block;
    height: 2px;
    background: #ffffff;
    transition: transform .3s ease, opacity .3s ease, background .3s ease;
}

.nawigacja.przewinieta .przycisk-menu-mobilne span {
    background: #1a1d1c;
}

.przycisk-menu-mobilne.otwarte span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.przycisk-menu-mobilne.otwarte span:nth-child(2) {
    opacity: 0;
}

.przycisk-menu-mobilne.otwarte span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.start {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
}

.start-tlo,
.start-przyciemnienie {
    position: absolute;
    inset: 0;
}

.start-tlo {
    background: url(pelet.png) center / cover no-repeat;
    transform: scale(1.05);
    animation: powiekszenieTla 12s cubic-bezier(.22, .61, .36, 1) forwards;
}

.start-przyciemnienie {
    background: linear-gradient(120deg, rgba(15, 25, 18, .85) 0%, rgba(31, 58, 43, .65) 50%, rgba(15, 25, 18, .45) 100%);
}

@keyframes powiekszenieTla {
    to {
        transform: scale(1);
    }
}

.start-kontener {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 110px;
}

.start-tresc {
    max-width: 650px;
}

.start-tytul {
    margin-bottom: 24px;
    color: #ffffff;
}

.start-tytul .akcent {
    color: #d9b975;
    font-style: normal;
}

.start-opis {
    max-width: 520px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
    line-height: 1.7;
}

.start-przyciski {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 0;
}

.start-przyciski .przycisk {
    padding: 15px 26px;
    border-radius: 10px;
    font-weight: 500;
}

.karta {
    padding: 40px 32px;
    background: #ffffff;
    border: 1px solid rgba(31, 58, 43, .12);
    border-radius: 22px;
    box-shadow: 0 6px 18px rgba(15, 23, 18, .06);
    transition: transform .4s ease, box-shadow .4s ease;
}

.karta:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 23, 18, .1);
}

.ikona-karty {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f8f3ea;
    color: #1f3a2b;
    font-size: 1.4rem;
    transition: background .3s ease, color .3s ease;
}

.karta:hover .ikona-karty {
    background: #1f3a2b;
    color: #d9b975;
}

.kolumna-zdjecie {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(15, 23, 18, .18);
}

.kolumna-zdjecie img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.kolumna-zdjecie:hover img {
    transform: scale(1.04);
}

.tekst-wyrozniony {
    color: #1c1f1d;
    font-size: 1.15rem;
}

.oferta-prosta {
    max-width: 900px;
    margin: 0 auto;
    padding: 38px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #f8f3ea;
    border: 1px solid rgba(31, 58, 43, .12);
    border-radius: 5px;
}

.oferta-prosta h3 {
    margin-bottom: 8px;
    font-size: 1.7rem;
}

.oferta-prosta p {
    margin-bottom: 0;
}

.kroki {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.krok {
    padding: 40px 32px;
    background: #ffffff;
    border: 1px solid rgba(31, 58, 43, .08);
    border-radius: 22px;
    transition: transform .4s ease, box-shadow .4s ease;
}

.krok:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 18, .08);
}

.numer-kroku {
    display: block;
    margin-bottom: 12px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 3rem;
    line-height: 1;
    color: #c9a24a;
}

.pytanie {
    border-bottom: 1px solid rgba(31, 58, 43, .12);
}

.pytanie-przycisk {
    width: 100%;
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    color: #1a1d1c;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color .25s ease;
}

.pytanie-przycisk:hover {
    color: #1f3a2b;
}

.pytanie-ikona {
    width: 32px;
    height: 32px;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f3ea;
    color: #1f3a2b;
    font-size: 1.2rem;
    transition: transform .35s ease, background .25s ease, color .25s ease;
}

.pytanie.aktywne .pytanie-ikona {
    transform: rotate(45deg);
    background: #1f3a2b;
    color: #d9b975;
}

.pytanie-odpowiedz {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.pytanie-odpowiedz p {
    margin: 0;
    padding-bottom: 26px;
    color: #6b6f6c;
    font-size: 1rem;
}

.kontakt-kontener {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 90px);
    align-items: center;
}

.kontakt-karta {
    padding: 40px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
    backdrop-filter: blur(10px);
}

.kontakt-karta > span {
    display: block;
    margin-bottom: 12px;
    color: #d9b975;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.kontakt-telefon {
    display: block;
    margin-bottom: 16px;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    transition: color .25s ease;
}

.kontakt-telefon:hover {
    color: #d9b975;
}

.stopka {
    padding: 70px 0 0;
    background: #0e120f;
    color: rgba(255, 255, 255, .7);
}

.stopka-siatka {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 55px;
}

.stopka h4 {
    margin-bottom: 20px;
    color: #ffffff;
}

.stopka a,
.stopka span {
    display: block;
    padding: 6px 0;
    font-size: .93rem;
    transition: color .2s ease;
}

.stopka a:hover {
    color: #c9a24a;
}

.stopka-opis {
    max-width: 340px;
    margin-top: 18px;
    font-size: .95rem;
    line-height: 1.7;
}

.logo-jasne,
.logo-jasne .logo-tekst {
    color: #ffffff;
}

.stopka-dol {
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: .85rem;
}

.stopka-dol .kontener {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.animacja {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.animacje-aktywne .animacja:not(.widoczna) {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(28px);
}

.animacje-aktywne .animacja {
    transition: opacity .8s ease, filter .8s ease, transform .8s cubic-bezier(.22, .61, .36, 1);
}

.animacje-aktywne .animacja.widoczna {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .menu-nawigacji {
        gap: 20px;
    }

    .link-nawigacji {
        font-size: .84rem;
    }
}

@media (max-width: 980px) {
    .menu-nawigacji {
        position: fixed;
        top: 0;
        right: -100%;
        width: 84%;
        max-width: 360px;
        height: 100vh;
        padding: 60px 36px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 26px;
        background: #ffffff;
        box-shadow: 0 30px 70px rgba(15, 23, 18, .18);
        transition: right .4s ease;
    }

    .menu-nawigacji.otwarte {
        right: 0;
    }

    .link-nawigacji {
        color: #1a1d1c;
        font-size: 1.1rem;
        opacity: 1;
    }

    .przycisk-menu-mobilne {
        display: flex;
    }

    .przycisk-menu {
        align-self: stretch;
        text-align: center;
    }

    .siatka-3 {
        grid-template-columns: 1fr;
    }

    .dwie-kolumny,
    .kontakt-kontener {
        grid-template-columns: 1fr;
    }

    .kroki {
        grid-template-columns: 1fr;
    }

    .oferta-prosta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .kolumna-zdjecie img {
        min-height: 320px;
    }

    .stopka-siatka {
        grid-template-columns: 1fr;
    }

    .stopka-dol .kontener {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .kontener {
        padding: 0 18px;
    }

    .sekcja {
        padding: 76px 0;
    }

    .nawigacja {
        padding: 16px 0;
    }

    .nawigacja.przewinieta {
        padding: 12px 0;
    }

    .logo {
        font-size: 1.2rem;
    }

    .start-kontener {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .start-opis {
        font-size: 1rem;
    }

    .start-przyciski {
        align-items: stretch;
        flex-direction: column;
    }

    .start-przyciski .przycisk {
        width: 100%;
    }

    .naglowek-sekcji {
        margin-bottom: 42px;
    }

    .karta,
    .krok,
    .oferta-prosta,
    .kontakt-karta {
        padding: 28px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .animacje-aktywne .animacja,
    .animacje-aktywne .animacja:not(.widoczna),
    .animacje-aktywne .animacja.widoczna {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }

    
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .animacje-aktywne .animacja,
    .animacje-aktywne .animacja:not(.widoczna),
    .animacje-aktywne .animacja.widoczna {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }
}

.ikona-svg {
    width: 34px;
    height: 34px;
    display: block;
}

.ikona-karty {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f8f3ea;
    color: #1f3a2b;
    transition: background .3s ease, color .3s ease;
}