/*
Theme Name: RuminscyAtelier
Theme URI: https://example.com
Author: Dorota Broszko
Author URI: https://example.com
Description: Bakery Page for Company
Version: 1.0
*/

body {
    margin: 0;
    font-family: sans-serif;
    text-transform: none;
    line-height: 1.714;
    font-weight: 400;
    font-style: normal;
    color: #696969;
    font-size: 14px;
    padding: 0 !important;
}

.font-page-container {
    /* background-color: #f9f9f9; */
    transition: 0.6s;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.cont-menu-atelier {
    justify-content: center !important;
}

.cont-front {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 60px;
}

.cont-menu {
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: 0 60px;
}

@media all and (min-width: 1440px) {

    .cont-menu,
    .cont-front {
        max-width: 1440px;
    }
}

@media all and (min-width: 1080px) and (max-width: 1440px) {

    .cont-menu,
    .cont-front {
        max-width: 1080px;
    }

    .menu-item a {
        margin: 7px 15px;
        font-size: 12px;
    }

    .logo-menu {
        max-width: 150px;
    }
}

@media all and (min-width: 960px) and (max-width: 1080px) {

    .cont-menu,
    .cont-front {
        max-width: 960px;
    }
}

.container-menu-footer-atelier {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media all and (min-width: 768px) and (max-width: 960px) {

    .cont-menu,
    .cont-front {
        max-width: 768px;
    }
}

@media all and (min-width: 640px) and (max-width: 960px) {

    .filter-buttons {
        gap: 20px;
    }
}

@media all and (min-width: 640px) and (max-width: 768px) {

    .cont-menu,
    .cont-front {
        max-width: 640px;
    }
}

@media all and (min-width: 0px) and (max-width: 960px) {


    .cont-front,
    .cont-menu {
        margin: 0 30px;
    }
}

@media all and (min-width: 0px) and (max-width: 340px) {
    .cont-menu-not {
        margin: 0 10px !important;
    }
}

.cont-menu-atelier {
    justify-content: center !important;
}



.hero-atelier {
    position: relative;
    width: 100%;
    height: 480px;
    background-image: url('https://r-new-test.ruminscy.pl/wp-content/uploads/2025/10/burger.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.hero-content {
    position: relative;
    color: #fff;
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
    z-index: 2;
}

.hero-content h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #f2f2f2;
}

.white-logo {
    width: 65%;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-atelier {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #8b5a2b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}

.btn-primary:hover {
    background: #a56a36;
}

.btn-outline {
    background-color: #c8c8c85e;
    color: #fff;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.30);
    color: #282828;
}

.font-page-container {
    margin-top: 110px;
    padding: 0;
}

.margin-atelier-section {
    margin-top: 0 !important;
}

.width-cont {
    width: 100%;
}

.all-page-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px 30px;
}

.all-page-content h2 {
    text-align: center;
}

.menu-section {
    text-align: center;
    padding: 60px 0;
    margin: 0 30px;
}

.menu-title {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
}

.menu-desc {
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}

.menu-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.menu-filter {
    background: #eee;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s;
}

.menu-filter.active {
    background: #8b5a2b;
    color: #fff;
}

.menu-filter:hover {
    color: #a7a7a7;
}

.menu-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.menu-item-atelier {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    display: flex;
}

.menu-title {
    color: #684f40;
}

.contact-footer-elements a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.menu-card-horizontal {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    gap: 20px;
}

.menu-card-horizontal:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.menu-image-horizontal {
    flex: 0 0 40%;
    height: 100%;
    overflow: hidden;
}

.menu-image-horizontal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-card-horizontal:hover .menu-image-horizontal img {
    transform: scale(1.05);
}

.menu-content-horizontal {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 18px;
    text-align: left;
    overflow: hidden;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
}

.menu-header h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #222;
    margin: 0;
    text-transform: uppercase;
}

.menu-price {
    color: #8b5a2b;
    font-weight: bold;
    font-size: 0.95rem;
}

.menu-description {
    font-size: 0.85rem;
    color: #444;
    line-height: 1.3;
    margin: 0 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}

.menu-weight {
    font-size: 0.8rem;
    color: #999;
}

.menu-tags {
    margin-top: 4px;
}

.menu-tag {
    display: inline-block;
    background: #f5f3f1;
    color: #4a372a;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 0.7rem;
    white-space: nowrap;
}

.info-section {
    padding: 60px 20px;
    background: #fff;
}

.info-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}

.info-card {
    flex: 1 1;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 35px 25px 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.info-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f8f4f1;
    color: #8b5a2b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 15px;
}

.info-card h3 {
    font-size: 1.1rem;
    color: #3a2b1f;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 18px;
}

.info-tags span {
    display: inline-block;
    background: #eee;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 6px;
    font-size: 13px;
}

.about-section-atelier {
    padding: 50px 0;
    background: #fff;
}

.about-container-atelier {
    display: flex;
    gap: 40px;
    align-items: center;
}

.about-text-atelier {
    flex: 1 1 55%;
    padding: 60px 50px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-text-atelier h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #684f40;
    margin-bottom: 20px;
}

.about-text-atelier p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #444;
}

.about-image-atelier {
    flex: 1 1 45%;
    overflow: hidden;
    border-radius: 15px;
}

.about-image-atelier img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

@media all and (min-width: 0px) and (max-width: 960px) {
    .cont-front {
        margin: 0 30px;
    }

    .font-page-container {
        margin-top: 30px;
    }
}

@media (max-width: 1024px) {
    .info-container {
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .about-container-atelier {
        flex-direction: column;
    }

    .about-text-atelier {
        padding: 40px 25px;
    }

    .about-image-atelier {
        height: 300px;
    }
}

@media all and (max-width: 768px) {
    .hero-atelier {
        height: 360px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 0.95rem;
    }

    .white-logo {
        width: 80% !important;
    }

    .info-card {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .hero-atelier {
        height: 360px;
    }

    .white-logo {
        width: 80%;
    }

    .hero-content p {
        font-size: 0.95rem;
    }

    .menu-card-horizontal {
        flex-direction: column;
    }

    .menu-image-horizontal img {
        width: 100%;
    }

    .about-container-atelier {
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .menu-items {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

/* ===== FOOTER ATELIER ===== */

.footer-atelier {
    background: #f7f0ea;
    padding: 60px 0 24px;

    display: flex;
    justify-content: center;
}

.container-menu-footer-atelier {
    width: 100%;
}

.container-footer-atelier {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-25 {
    width: calc(33.333% - 27px);
}

.footer-logo-text,
.footer-contact,
.footer-hours-container {
    display: flex;
    flex-direction: column;
}

.logo-atelier-footer {
    max-width: 220px;
    height: auto;
    margin-bottom: 18px;
}

.text-centarl-footer {
    margin: 0 0 18px;
    font-size: 20px;
    font-weight: 600;
    color: #6f370f;
    font-family: "Montserrat", sans-serif;
}

.footer-heigt-elements {
    color: #4f3a2d;
    font-size: 15px;
    line-height: 1.7;
}

.footer-heigt-elements p {
    margin: 0;
}

.contact-footer-elements {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.contact-footer-elements img {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    object-fit: contain;
    flex-shrink: 0;
}

.contact-footer-elements p {
    margin: 0;
    color: #4f3a2d;
}

.footer-hours {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 30px;
    row-gap: 10px;
    align-items: center;
}

.hours-text p,
.hours p {
    margin: 0;
}

.fast-link-container-atelier {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 28px;
}

.footer-media {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.footer-media a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.footer-media img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.fast-links-atelier {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.fast-links-atelier p {
    margin: 0;
}

.fast-links-atelier a {
    text-decoration: none;
    color: #6f370f;
    font-weight: 500;
    transition: color 0.2s ease;
}

.fast-links-atelier a:hover {
    color: #3e1f0b;
}

.atelier-copyright {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #eadfd7;
    text-align: center;
}

.atelier-copyright p {
    margin: 0;
    font-size: 14px;
    color: #7d6b60;
}

.hours {
    text-align: right;
}

/* ===== RESPONSIVE ===== */

@media all and (max-width: 1024px) {
    .footer-25 {
        width: calc(50% - 20px);
    }

    .footer-logo-text {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .footer-atelier {
        padding: 45px 0 20px;
    }

    .container-footer-atelier {
        flex-direction: column;
        gap: 30px;
    }

    .footer-25,
    .footer-logo-text,
    .footer-contact,
    .footer-hours-container {
        width: 100%;
    }

    @media all and (max-width: 768px) {
        .footer-hours {
            column-gap: 18px;
            row-gap: 10px;
        }
    }

    .fast-link-container-atelier {
        flex-direction: column;
        align-items: flex-start;
    }

    .fast-links-atelier {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 12px;
    }
}

@media all and (max-width: 480px) {
    .logo-atelier-footer {
        max-width: 180px;
    }

    .text-centarl-footer {
        font-size: 18px;
    }

    .footer-heigt-elements,
    .contact-footer-elements p,
    .hours-text p,
    .hours p {
        font-size: 14px;
    }

    .footer-media a {
        width: 38px;
        height: 38px;
    }
}

/* ===== HEADER ATELIER ===== */

.menu-height-atelier {
    height: 80px;
}

.atelier-header {
    width: 100%;
    display: flex;
    justify-content: center;
}

.menu-atelier-cont {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.cont-menu-atelier {
    justify-content: center !important;
}

.atelier-logo,
.atelier-reservation {
    width: 25%;
}

.atelier-nav {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 50%;
}

.menu-altelier {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu-atelier-item a {
    text-decoration: none;
    margin: 7px 17px;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    color: #202020;
    font-size: 17px;
    transition: all 0.3s ease-out !important;
}

.atelier-reservation,
.pierniki-history {
    display: flex;
    justify-content: center;
    align-content: center;
}

.atelier-reservation a,
.pierniki-history a {
    padding: 10px 12px;
    border-radius: 9px;
    background-color: #e8dad0;
    color: #6f370f;
    text-decoration: none;
}

.logo-atelier {
    max-width: 150px;
}

.logo-atelier-mobile,
.logo-atelier {
    display: none;
}

.logo-atelier-desctop,
.logo-pierniki-desctop {
    height: 60px;
}

/* ===== RESPONSIVE ===== */

@media all and (max-width: 1200px) {
    .logo-atelier-desctop {
        display: none;
    }
}

@media all and (min-width: 640px) and (max-width: 1200px) {
    .logo-atelier {
        display: block !important;
    }
}

@media all and (max-width: 1080px) {
    .menu-atelier-item a {
        font-size: 14px;
    }

    .menu-altelier {
        width: 100%;
        justify-content: center;
    }
}

@media all and (max-width: 820px) {
    .atelier-reservation {
        display: none;
    }

    .atelier-nav {
        width: 75%;
        justify-content: flex-end;
    }
}

@media all and (max-width: 640px) {
    .logo-atelier-mobile {
        display: block !important;
        height: 60px;
    }

    .atelier-logo {
        width: 75px;
    }

    .logo-atelier {
        display: none;
    }

    .atelier-nav {
        width: calc(100% - 85px);
    }

    .menu-atelier-item a {
        margin: 0;
    }
}

@media all and (min-width: 420px) and (max-width: 640px) {
    .menu-altelier {
        justify-content: space-between !important;
    }
}

@media all and (max-width: 420px) {
    .mobile-atelier-none {
        display: none;
    }

    .menu-altelier {
        justify-content: space-around !important;
    }

    .logo-atelier-mobile {
        height: 50px !important;
    }
}

@media (max-width: 768px) {
    iframe[src*="challenges.cloudflare.com"] {
        width: 200px !important;
        max-width: 200px !important;
    }

    .cf-turnstile {
        width: 200px !important;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .cf-turnstile {
        width: 200px !important;
        max-width: 200px !important;
        transform: scale(0.66);
        transform-origin: left top;
        min-height: 45px;
    }

    .srs-field .cf-turnstile,
    .cf-turnstile>div {
        width: 200px !important;
        max-width: 200px !important;
    }
}