body{border-bottom-left-radius:0;border-bottom-right-radius:0}

.tour-pick-section{
            background:var(--cream);
            margin-top:22px;
            border-top-left-radius:56px;
            border-top-right-radius:56px;
            padding:72px 0 76px;
            color:var(--text);
        }

        .tour-pick-container{
            width:min(100%, 1260px);
            margin:0 auto;
            padding:0 24px;
        }

        .tour-pick-head{
            margin-bottom:38px;
        }

        .tour-pick-title{
            text-align:center;
            margin:0 0 34px;
            font-family:'Oswald', sans-serif;
            font-size:76px;
            line-height:.95;
            font-weight:500;
            text-transform:uppercase;
            color:#667734;
            letter-spacing:.2px;
        }

        .tour-pick-title span{
            display:block;
            margin-left:0;
            font-family:'Great Vibes', cursive;
            font-size:82px;
            line-height:1;
            font-weight:400;
            text-transform:none;
            color:#6f7f3f;
            transform:translateY(6px);
        }

        .tour-filters{
            display:flex;
            flex-wrap:wrap;
            gap:18px;
            justify-content:flex-start;
        }

        .tour-filter{
            min-width:172px;
            height:44px;
            border:none;
            border-radius:999px;
            background:#7c8b4f;
            color:#f5f0df;
            font-family:'Inter', sans-serif;
            font-size:14px;
            font-weight:600;
            padding:0 22px;
            cursor:pointer;
            transition:.2s ease;
        }

        .tour-filter.active{
            background:#efb80d;
            color:#fff;
            box-shadow:0 10px 22px rgba(104,91,14,.18);
        }

        .tour-grid{
            display:grid;
            grid-template-columns:repeat(3, 1fr);
            gap:34px;
        }

        .tour-grid-panel{
            display:none;
        }

        .tour-grid-panel.is-active{
            display:block;
        }

        .tour-card{
            background:#8a9860;
            border-radius:18px;
            padding:18px 18px 16px;
            box-shadow:var(--shadow-soft);
            border:1px solid rgba(255,255,255,.18);
            transition:.22s ease;
            display:flex;
            flex-direction:column;
        }

        .tour-card-body{
            display:flex;
            flex-direction:column;
            flex:1;
        }
        .tour-card:hover{
            transform:translateY(-4px);
        }

        .tour-card-image{
            border-radius:14px;
            overflow:hidden;
            margin-bottom:18px;
            background:#72823c;
        }

        .tour-card-image img{
            width:100%;
            aspect-ratio:1 / 1;
            object-fit:cover;
            display:block;
        }

        .tour-card-body h3{
            margin:0 0 10px;
            font-family:'Oswald', sans-serif;
            font-size:32px;
            line-height:1;
            font-weight:500;
            text-transform:uppercase;
            color:#f5f1e2;
            letter-spacing:.2px;
        }

        .tour-card-oneday .tour-card-body h3,
        .tour-card-package .tour-card-body h3{
            overflow-wrap:anywhere;
            hyphens:auto;
        }

        .tour-card-body p{
            margin:0 0 18px;
            font-family:'Inter', sans-serif;
            font-size:13px;
            line-height:1.45;
            color:#f0ecdc;
        }

        /* строка «X ДНЕЙ • Y НОЧЕЙ» в карточках пакетов — золотой акцент */
        .tour-card-days{color:#EEB300;font-weight:600}


        .tour-card-multiday{
            border-radius:20px;
            padding:14px 14px 12px;
            background:#849357;
        }

        .tour-card-multiday .tour-card-image{
            border-radius:12px;
            margin-bottom:14px;
        }

        .tour-card-multiday .tour-card-image img{
            aspect-ratio:1 / 1.08;
        }

        .tour-card-multiday .tour-card-body h3{
            font-size:24px;
            line-height:1.02;
            margin-bottom:8px;
        }

        .tour-card-multiday .tour-card-body p{
            min-height:34px;
            font-size:10px;
            line-height:1.35;
            margin-bottom:14px;
        }

        .tour-card-multiday .tour-btn{
            height:42px;
            font-size:16px;
        }

        .tour-card-multiday .tour-btn + .tour-btn{
            margin-top:10px;
        }

        .tour-card-multiday .tour-btn-outline{
            border-color:rgba(244,239,222,.82);
        }

        .tour-btn{
            width:100%;
            height:46px;
            border-radius:999px;
            display:flex;
            align-items:center;
            justify-content:center;
            text-align:center;
            font-family:'Oswald', sans-serif;
            font-size:18px;
            font-weight:500;
            text-transform:uppercase;
            letter-spacing:.2px;
            transition:.2s ease;
        }

        .tour-btn + .tour-btn{
            margin-top:12px;
        }

        .tour-btn-primary{
            background:#efb80d;
            color:#fff;
            border:2px solid #efb80d;
            margin-top:auto;
        }
        .tour-btn-primary:hover{
            background:#d9a50c;
            border-color:#d9a50c;
        }

        .tour-btn-outline{
            background:transparent;
            color:#f4efde;
            border:2px solid rgba(244,239,222,.7);
        }
        .tour-btn-outline:hover{
            background:rgba(255,255,255,.08);
        }

        .footer{
            background:rgba(148,160,98,.56);
            border-radius:24px;
            padding:42px 38px;
            display:grid;
            grid-template-columns:1.5fr 1fr 1.15fr 1fr;
            gap:32px;
            border:1px solid rgba(255,255,255,.18);
            box-shadow:var(--shadow-soft);
            margin:40px 24px 24px;
        }
        .footer-brand{
            display:flex;
            align-items:center;
            gap:14px;
            margin-bottom:18px;
        }
        .footer-logo{
            width:min(100%, 322px);
            height:auto;
            max-height:76px;
        }
        .footer-brand-name{
            color:var(--yellow);
            font-family:'Oswald',sans-serif;
            font-size:24px;
            font-weight:500;
            text-transform:uppercase;
            line-height:1;
        }
        .footer-about{
            font-size:18px;
            line-height:1.45;
            color:#f1ecd8;
            max-width:330px;
            margin-bottom:28px;
        }
        .footer-socials{
            display:flex;
            flex-wrap:wrap;
            gap:10px;
        }
        .footer-socials a{
            width:44px;
            height:44px;
            border-radius:50%;
            background:var(--yellow);
            color:#fff;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:18px;
        }
        .footer-title{
            color:var(--yellow);
            font-size:18px;
            font-weight:700;
            margin-bottom:18px;
        }
        .footer-links{
            list-style:none;
            display:flex;
            flex-direction:column;
            gap:14px;
        }
        .footer-links li,.footer-links a{
            color:#f1ecd8;
            font-size:18px;
            line-height:1.3;
        }
        .footer-copy{
            margin:40px 0 0;
            color:#6d7b40;
            font-size:15px;
            text-align:center;
        }
        .footer-copy a{
            color:inherit;
            text-decoration:underline;
            text-underline-offset:3px;
        }

        @media (max-width: 1100px){
            .tour-pick-title{font-size:58px}
            .tour-pick-title span{font-size:64px}
            .tour-grid{grid-template-columns:repeat(2, 1fr)}
            .footer{grid-template-columns:1fr 1fr}
        }

        @media (max-width:1024px){
            .container,.tour-pick-container{padding-left:16px;padding-right:16px}
        }

        @media (max-width: 700px){
            .tour-pick-section{
                padding:44px 0 50px;
                border-top-left-radius:36px;
                border-top-right-radius:36px;
            }
            .tour-pick-container{padding:0 16px}
            .tour-pick-title{font-size:40px}
            .tour-pick-title span{
                display:block;
                margin-left:0;
                margin-top:6px;
                font-size:48px;
                transform:none;
            }
            .tour-filters{gap:12px}
            .tour-filter{min-width:auto;width:100%}
            .tour-grid{grid-template-columns:1fr;gap:22px}
            .tour-card-body h3{font-size:26px}
            .tour-card-oneday .tour-card-body h3,
            .tour-card-package .tour-card-body h3{min-height:auto}
            .tour-btn{font-size:16px}
            .footer{grid-template-columns:1fr;padding:24px 20px;margin:28px 16px 16px}
            .footer-brand-name{font-size:20px}
            .footer-links li,.footer-links a,.footer-about{font-size:14px}
            .footer-copy{font-size:12px;margin:24px 0 0}
        }

/* Retreat "coming soon" placeholder */
.tour-soon{
    position:relative;
    overflow:hidden;
    border-radius:26px;
    border:1px solid rgba(255,255,255,.2);
    box-shadow:0 20px 38px rgba(37,46,20,.18);
    background:
        linear-gradient(135deg, rgba(57,78,43,.94), rgba(126,143,82,.85)),
        url('/assets/images/retreat-gallery/retreat-001.jpg') center/cover no-repeat;
    background-blend-mode:multiply;
    padding:64px 40px;
}
.tour-soon-inner{
    position:relative;
    z-index:1;
    max-width:660px;
    text-align:center;
    margin:0 auto;
}
.tour-soon-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 20px;
    border-radius:999px;
    background:rgba(255,248,229,.16);
    border:1px solid rgba(255,255,255,.32);
    backdrop-filter:blur(8px);
    color:#fff8e5;
    font-family:'Inter',sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:.14em;
    text-transform:uppercase;
    margin-bottom:22px;
}
.tour-soon-badge i{color:#f0b90e}
.tour-soon-title{
    font-family:'Oswald',sans-serif;
    font-size:52px;
    line-height:.98;
    font-weight:500;
    text-transform:uppercase;
    margin:0 0 16px;
    color:#fff8e5;
}
.tour-soon-script{
    display:block;
    font-family:'Great Vibes',cursive;
    font-size:46px;
    line-height:1;
    text-transform:none;
    color:#f0b90e;
    margin-top:6px;
}
.tour-soon-text{
    font-size:17px;
    line-height:1.6;
    margin:0 auto 30px;
    max-width:540px;
    color:#f1ecd8;
}
.tour-soon-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:240px;
    min-height:54px;
    padding:14px 30px;
    border-radius:999px;
    background:#f0b90e;
    color:#4d541d;
    font-family:'Oswald',sans-serif;
    font-size:19px;
    text-transform:uppercase;
    text-decoration:none;
    box-shadow:0 14px 26px rgba(31,38,15,.22);
    transition:.2s ease;
}
.tour-soon-btn:hover{background:#ffc91f;transform:translateY(-2px)}
@media(max-width:600px){
    .tour-soon{padding:44px 22px}
    .tour-soon-title{font-size:36px}
    .tour-soon-script{font-size:34px}
}
