/* ==================== RESET ==================== */

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

html {
    font-size: 16px;
}

body {
    overflow-x: hidden;
}

/* ==================== MAIN / SLIDER ==================== */

main {
    width: 100%;
    min-height: 21em;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.swiper {
    width: 100%;
}

.swiper-wrapper {
    height: auto;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img,
.swiper-slide video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==================== NAWIGACJA ==================== */

.subpages {
    position: absolute;
    top: 3%;
    left: 3%;
    display: flex;
    gap: 3rem;
    font-family: 'Almarai', sans-serif;
    font-size: 2rem;
    z-index: 100;
}

.subpages a {
    text-decoration: none;
    color: white;
    transition: .2s linear;
}

.subpages a:hover {
    color: white;
    transform: rotate(-8deg);
}

.socials {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 12rem;
    display: flex;
    justify-content: space-around;
    z-index: 100;
}

.socials ion-icon {
    font-size: 3rem;
    transition: .2s linear;
    cursor: pointer;
}

.socials ion-icon:hover {
    color: white;
    transform: scale(1.1);
}

/* ==================== GALERIA (NAPRAWIONA CZĘŚĆ) ==================== */

section {
    width: 90%;
    margin: 20px auto 40px auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Kluczowe ustawienie – 3 stabilne kolumny */

.columns {
    width: 33.333%;
    display: flex;
    flex-direction: column;
}

/* Element zdjęcia */

.ar4-5,
.ar3-2,
.ar4-5-2 {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

section img,
section video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Hover */

.ar4-5 img,
.ar3-2 img,
.ar4-5-2 img {
    transition: .2s linear;
}

.ar4-5:hover img,
.ar3-2:hover img,
.ar4-5-2:hover img {
    transform: scale(1.05);
    filter: grayscale(0.3);
}

/* Animacja scroll */

.show {
    opacity: 0;
    transform: translateY(20%);
}

.move {
    opacity: 1;
    transform: translateY(0);
    transition: .3s ease;
}

/* ==================== FULLSCREEN ==================== */

.fullscreen-container {
    position: fixed;
    inset: 0;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.fullscreen-container img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.Xhelp {
    font-size: 5rem;
    position: fixed;
    top: 3%;
    right: 5%;
    opacity: 0;
    pointer-events: none;
}

/* ==================== MOBILE ==================== */

@media (max-width: 767px) {

    html {
        font-size: 13px;
    }

    section {
        width: 100%;
        gap: 4px;
        margin: 10px 0 20px 0;
    }

    .columns {
        width: 33.333%;
    }

    .ar4-5,
    .ar3-2,
    .ar4-5-2 {
        margin-bottom: 4px;
    }

    .subpages {
        top: 1%;
    }

    .socials {
        top: 1%;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    html {
        font-size: 10px;
    }
}

@media (max-width: 350px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 278px) {
    html {
        font-size: 7px;
    }
}section {
    width: 99.5%;
    margin: 5px auto;
    gap: 3px;
}

.ar4-5,
.ar3-2,
.ar4-5-2 {
    margin-bottom: 3px;
}
/* ===== TEKST POD GALERIĄ ===== */

.about-section {
    width: 100%;
    background: #f8f8f8;
    padding: 80px 0;
}

.about-container {
    width: 60%;
    margin: 0 auto;
    text-align: left;
    font-family: 'Almarai', sans-serif;
}

.about-container h1 {
    font-size: 0,5rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-container p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
/* ===== PREMIUM TYPOGRAPHY SECTION ===== */

.about-section {
    width: 100%;
    background: #f5f5f5;
    padding: 140px 0;
    text-align: center;
}

.about-container {
    width: 55%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #111;
}

.about-container h1 {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.about-container .lead {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 35px;
    font-weight: 300;
}

.about-container p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 25px;
    font-weight: 300;
    opacity: 0.9;
}

/* Mobile */

@media (max-width: 900px) {

    .about-container {
        width: 85%;
    }

    .about-section {
        padding: 90px 0;
    }

    .about-container h1 {
        font-size: 1.8rem;
    }
}
}/* ===== PREMIUM TYPOGRAPHY ===== */

.about-section {
    width: 100%;
    background: #f5f5f5;
    padding: 140px 0;
    text-align: center;
}

.about-container {
    width: 55%;
    margin: 0 auto;
    font-family: "Century Gothic", sans-serif;
    font-weight: 300;
    color: #111;
}

/* H1 – semantyczny, ale wizualnie subtelny */
.seo-title {
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 40px;
    opacity: 0.85;
}

.about-container .lead {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 35px;
}

.about-container p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 25px;
    opacity: 0.9;
}

/* mobile */

@media (max-width: 900px) {

    .about-container {
        width: 85%;
    }

    .about-section {
        padding: 90px 0;
    }
}/* ===== SLIDER SIGNATURE LARGE ===== */

.swiper {
    position: relative;
}

.hero-signature {
    position: absolute;
    bottom: 180px;      /* wyżej nad dołem */
    left: 70px;
    z-index: 10;
    color: white;
    font-family: "Century Gothic", sans-serif;
}

.hero-name {
    display: block;
    font-size: 3.8rem;      /* DUŻE */
    font-weight: 300;
    letter-spacing: 2px;
}

.hero-sub {
    display: block;
    font-size: 1.4rem;      /* mniejsze */
    font-style: italic;
    font-weight: 300;
    letter-spacing: 3px;
    margin-top: 10px;
    opacity: 0.85;
}

/* lekki cień dla czytelności na jasnych zdjęciach */
.hero-signature {
    text-shadow: 0 4px 20px rgba(0,0,0,0.35);
}

/* MOBILE */

@media (max-width: 900px) {

    .hero-signature {
        bottom: 60px;
        left: 30px;
    }

    .hero-name {
        font-size: 2.2rem;
    }

    .hero-sub {
        font-size: 1rem;
        letter-spacing: 2px;
    }
}