.elementor-1452 .elementor-element.elementor-element-7b27903{--display:flex;--margin-top:064px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1452 .elementor-element.elementor-element-16d4859{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1452 .elementor-element.elementor-element-2806c7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:64px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-16d4859 */<style>
.portfolio-hero-clean {
    background-color: #f8f5f2; /* Ciepły, jasny beż pasujący do tła Twoich opinii */
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
}

.hero-text-side {
    flex: 1;
}

.eyebrow-text {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    color: #a89f94; /* Subtelny odcień taupe */
    display: block;
    margin-bottom: 20px;
}

.hero-text-side h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.5rem, 6vw, 5.5rem);
    color: #2c2c2c;
    margin: 0;
    line-height: 1;
}

.hero-line {
    width: 50px;
    height: 1px;
    background-color: #2c2c2c;
    margin: 30px 0;
}

.hero-text-side p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5e5e5e;
    max-width: 450px;
}

.hero-image-side {
    flex: 1;
    position: relative;
}

.hero-image-side img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    /* Delikatne zaokrąglenie pasujące do nowoczesnego stylu */
    border-radius: 2px;
    box-shadow: 40px -40px 0px #ffffff; /* Biały kwadrat pod spodem dla efektu warstw */
}

/* Responsywność */
@media (max-width: 991px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }
    
    .hero-line {
        margin: 25px auto;
    }
    
    .hero-text-side p {
        margin: 0 auto;
    }

    .hero-image-side img {
        height: 350px;
        box-shadow: 20px -20px 0px #ffffff;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eae2645 */<style>
.about-creative {
    padding: 120px 20px;
    background-color: #fdfbf9; /* Bardzo jasny, czysty beż */
    font-family: 'Montserrat', sans-serif;
}

.about-wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.about-header {
    text-align: center;
    margin-bottom: 80px;
}

.about-header .eyebrow {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 11px;
    color: #a89f94;
    display: block;
}

.about-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #1a1a1a;
    margin: 15px 0;
}

.header-line {
    width: 60px;
    height: 1px;
    background: #a89f94;
    margin: 0 auto;
}

/* Układ siatki */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 60px;
    align-items: start; /* Tekst zaczyna się od góry */
}

.about-col h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-style: italic;
    font-weight: 400;
}

.about-col p {
    font-size: 14px;
    line-height: 1.9;
    color: #4a4a4a;
    margin-bottom: 20px;
}

/* Środkowe zdjęcie */
.image-wrapper {
    position: relative;
    padding: 20px;
    background: #fff;
    box-shadow: 0 30px 60px rgba(0,0,0,0.04);
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    filter: sepia(5%); /* Delikatne ocieplenie zdjęcia */
}

.floating-caption {
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: #1a1a1a;
    color: #fff;
    padding: 12px 25px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 2;
}

/* Sekcja podsumowująca po prawej */
.about-footer-text {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0dbd5;
}

.about-footer-text p {
    font-style: italic;
    font-weight: 500;
    color: #1a1a1a;
}

.simple-link {
    display: inline-block;
    margin-top: 10px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    border-bottom: 2px solid #a89f94;
    transition: all 0.3s ease;
}

.simple-link:hover {
    color: #a89f94;
    padding-left: 5px;
}

/* Responsywność dla tabletów i telefonów */
@media (max-width: 1100px) {
    .about-grid {
        grid-template-columns: 1fr;
        max-width: 700px;
        margin: 0 auto;
        gap: 50px;
    }
    .col-image {
        order: -1; /* Zdjęcie ląduwa na samej górze */
    }
    .about-col {
        text-align: center;
    }
}
</style>/* End custom CSS */