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

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-image: url(../img/hed.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Шапка сайта */
.header-line {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    gap: 20px;
}

.header-logo {
    flex-shrink: 0;
}

.header-logo img {
    height: 60px;
    filter: brightness(1.2);
    transition: transform 0.3s ease;
}

.header-logo img:hover {
    transform: scale(1.05);
}

.nav {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.nav-item {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    margin-right: 25px;
    transition: color 0.5s linear;
    position: relative;
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FF7400;
    transition: width 0.3s ease;
}

.nav-item:hover {
    color: #FF7400;
}

.nav-item:hover::after {
    width: 100%;
}

.phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}

.phone-holder {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-img img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.num {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: color 0.5s linear;
}

.num:hover {
    color: #FF7400;
}

.phone-text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
}

.button {
    background-color: #FF7400;
    color: #fff;
    text-decoration: none;
    padding: 14px 18px;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.3s linear;
    box-shadow: 0 4px 15px rgba(255, 116, 0, 0.3);
}

.button:hover {
    background-color: #c1671d;
    box-shadow: 0 6px 20px rgba(255, 116, 0, 0.5);
    transform: translateY(-2px);
}

/* Заголовок меню */
.menu-title {
    font-family: 'Tinos', serif;
    font-size: 54px;
    text-align: center;
    margin: 50px 0 40px;
    color: #D67E35;
    position: relative;
    padding-bottom: 20px;
}

.menu-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FF7400, transparent);
}

/* Заголовки секций */
.section-title {
    font-family: 'Tinos', serif;
    font-size: 36px;
    color: #D67E35;
    margin: 40px 0 20px;
    padding-left: 20px;
    border-left: 5px solid #FF7400;
    text-shadow: 0 2px 10px rgba(255, 116, 0, 0.3);
}

/* Dish blocks */
.bluda {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.bluda-1 {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.bluda-2 {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Блок Азиатские блюда (bluda-3) — такой же стиль как у других */
.bluda-3 {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.bluda-3-image {
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bluda-3-items {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bluda-3-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.bluda-3-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FF7400;
    transform: translateX(10px);
}

.bluda-3-item:hover img {
    transform: scale(1.05);
}

/* Тексты для азиатских блюд */
.tom-yam-text, .pad-thai-text, .kimchi-text {
    font-family: 'Tinos', serif;
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
}

/* Изображения для азиатских блюд */
.tom-yam, .pad-thai, .kimchi {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #FF7400;
    transition: transform 0.3s ease;
    object-fit: cover;
}

/* Стили для ссылок в блоке */
.bluda-3-item a,
.tom-yam-text a, .pad-thai-text a, .kimchi-text a {
    color: #fff;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
    font-size: inherit;
    font-family: inherit;
}

.bluda-3-item a:hover,
.tom-yam-text a:hover, .pad-thai-text a:hover, .kimchi-text a:hover {
    color: #FF7400;
}

/* Анимации для блока */
.bluda-3 {
    animation: fadeIn 0.8s ease-out;
}

.bluda-3-item {
    animation: fadeIn 0.8s ease-out;
    animation-fill-mode: both;
}

/* Блок Напитки (bluda-5) — такой же стиль как у других */
.bluda-5 {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.bluda-5-image {
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bluda-5-items {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bluda-5-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.bluda-5-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FF7400;
    transform: translateX(10px);
}

.bluda-5-item:hover img {
    transform: scale(1.05);
}

/* Тексты для напитков */
.tea-text, .thai-tea-text, .yuzu-text {
    font-family: 'Tinos', serif;
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
}

/* Изображения для напитков */
.tea, .thai-tea, .yuzu {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #FF7400;
    transition: transform 0.3s ease;
    object-fit: cover;
}

/* Блок Десерты (bluda-6) — такой же стиль как у других */
.bluda-6 {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.bluda-6-image {
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bluda-6-items {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bluda-6-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.bluda-6-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FF7400;
    transform: translateX(10px);
}

.bluda-6-item:hover img {
    transform: scale(1.05);
}

/* Тексты для десертов */
.mochi-text, .mango-rice-text, .dorayaki-text {
    font-family: 'Tinos', serif;
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
}

/* Изображения для десертов */
.mochi, .mango-rice, .dorayaki {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #FF7400;
    transition: transform 0.3s ease;
    object-fit: cover;
}

/* Стили для ссылок в новых блоках */
.bluda-5-item a, .bluda-6-item a,
.tea-text a, .thai-tea-text a, .yuzu-text a,
.mochi-text a, .mango-rice-text a, .dorayaki-text a {
    color: #fff;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
    font-size: inherit;
    font-family: inherit;
}

.bluda-5-item a:hover, .bluda-6-item a:hover,
.tea-text a:hover, .thai-tea-text a:hover, .yuzu-text a:hover,
.mochi-text a:hover, .mango-rice-text a:hover, .dorayaki-text a:hover {
    color: #FF7400;
}

/* Анимации для новых блоков */
.bluda-5, .bluda-6 {
    animation: fadeIn 0.8s ease-out;
}

.bluda-5-item, .bluda-6-item {
    animation: fadeIn 0.8s ease-out;
    animation-fill-mode: both;
}

/* Dish image */
.bluda-image {
    margin-right: 20px;
    display: flex;
    align-items: flex-start; /* Выравнивание по верхнему краю */
    justify-content: center;
}

.bluda-1-image {
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bluda-2-image {
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* Mask image */
.mask {
    width: 210px;
    height: 240px;
    border-radius: 15px;
    border: 3px solid #FF7400;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mask:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 116, 0, 0.5);
}

.bluda-items {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bluda-1-items {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bluda-2-items {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Элементы блюд */
.bluda-item {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.bluda-1-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.bluda-2-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.bluda-item:hover, .bluda-1-item:hover, .bluda-2-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FF7400;
    transform: translateX(10px);
}

/* Dish images */
.blin {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #FF7400;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.salat {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #FF7400;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.ryba {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #FF7400;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.sosisk {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #FF7400;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.pizza-2 {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #FF7400;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.pizza-1 {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #FF7400;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.bluda-item:hover img, .bluda-1-item:hover img, .bluda-2-item:hover img {
    transform: scale(1.05);
}

/* Dish text */
.blin-text {
    font-family: 'Tinos', serif;
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
}

.salat-text {
    font-family: 'Tinos', serif;
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
}

.ryba-text {
    font-family: 'Tinos', serif;
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
}

.pizza-2-text {
    font-family: 'Tinos', serif;
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
}

.sosisk-text {
    font-family: 'Tinos', serif;
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
}

.pizza-1-text {
    font-family: 'Tinos', serif;
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
}

/* Стили для ссылок */
.bluda-item a, .bluda-1-item a,
.blin-text a, .salat-text a, .ryba-text a,
.pizza-2-text a, .sosisk-text a, .pizza-1-text a {
    color: #fff;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
    font-size: inherit;
    font-family: inherit;
}

.bluda-item a:hover, .bluda-1-item a:hover,
.blin-text a:hover, .salat-text a:hover, .ryba-text a:hover,
.pizza-2-text a:hover, .sosisk-text a:hover, .pizza-1-text a:hover {
    color: #FF7400;
}

/* Адаптивность */
@media (max-width: 992px) {
    .bluda, .bluda-1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .bluda-image, .bluda-1-image {
        margin-right: 0;
        margin-bottom: 20px;
        align-items: center;
    }
    
    .bluda-item, .bluda-1-item {
        flex-direction: column;
        text-align: center;
    }
    
    .blin-text, .salat-text, .ryba-text,
    .pizza-2-text, .sosisk-text, .pizza-1-text {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .section-title {
        text-align: center;
        border-left: none;
        border-bottom: 3px solid #FF7400;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .header-line {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .nav {
        justify-content: center;
    }
    
    .nav-item {
        margin: 0 10px;
    }
    
    .phone {
        align-items: center;
    }
    
    .phone-text {
        text-align: center;
    }
    
    .menu-title {
        font-size: 42px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .bluda, .bluda-1 {
        padding: 20px;
    }
    
    /* Адаптация размеров для планшетов */
    .mask, .blin, .salat, .ryba, .sosisk, .pizza-2, .pizza-1 {
        width: 180px;
        height: 120px;
    }
    
    .blin-text, .salat-text, .ryba-text,
    .pizza-2-text, .sosisk-text, .pizza-1-text {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 10px;
    }
    
    .menu-title {
        font-size: 32px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    /* Адаптация для мобильных */
    .mask, .blin, .salat, .ryba, .sosisk, .pizza-2, .pizza-1 {
        width: 150px;
        height: 100px;
    }
    
    .blin-text, .salat-text, .ryba-text,
    .pizza-2-text, .sosisk-text, .pizza-1-text {
        font-size: 18px;
    }
}

/* Анимации */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-title, .section-title, .bluda, .bluda-1 {
    animation: fadeIn 0.8s ease-out;
}

.bluda-item, .bluda-1-item {
    animation: fadeIn 0.8s ease-out;
    animation-fill-mode: both;
}



/* Блок Детское меню (bluda-7) */
.bluda-7 {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.8s ease-out;
}

.bluda-7-image {
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bluda-7-items {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bluda-7-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.bluda-7-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FF7400;
    transform: translateX(10px);
}

.bluda-7-item:hover img {
    transform: scale(1.05);
}

/* Изображения для детского меню */
.kids-burger, .kids-pancakes, .kids-pizza {
    width: 210px;
    height: 140px;
    border-radius: 10px;
    border: 2px solid #FF7400;
    transition: transform 0.3s ease;
    object-fit: cover;
}

/* Тексты для детского меню */
.kids-burger-text, .kids-pancakes-text, .kids-pizza-text {
    font-family: 'Tinos', serif;
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
}

/* Ссылки в детском меню */
.bluda-7-item a,
.kids-burger-text a, .kids-pancakes-text a, .kids-pizza-text a {
    color: #fff;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
    font-size: inherit;
    font-family: inherit;
}

.bluda-7-item a:hover,
.kids-burger-text a:hover, .kids-pancakes-text a:hover, .kids-pizza-text a:hover {
    color: #FF7400;
}

/* Анимации */
.bluda-7-item {
    animation: fadeIn 0.8s ease-out;
    animation-fill-mode: both;
}

.bluda-7-item:nth-child(1) { animation-delay: 1.0s; }
.bluda-7-item:nth-child(2) { animation-delay: 1.1s; }
.bluda-7-item:nth-child(3) { animation-delay: 1.2s; }

/* Адаптивность для детского меню */
@media (max-width: 992px) {
    .bluda-7 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .bluda-7-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .bluda-7-item {
        flex-direction: column;
        text-align: center;
    }
    
    .kids-burger-text, .kids-pancakes-text, .kids-pizza-text {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .kids-burger, .kids-pancakes, .kids-pizza {
        width: 180px;
        height: 120px;
    }
    
    .kids-burger-text, .kids-pancakes-text, .kids-pizza-text {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .kids-burger, .kids-pancakes, .kids-pizza {
        width: 150px;
        height: 100px;
    }
    
    .kids-burger-text, .kids-pancakes-text, .kids-pizza-text {
        font-size: 18px;
    }
}











/* Блок Новинки */
.novelties-section {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px 0;
    margin: 60px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.8s ease-out;
}

.novelties-title {
    font-family: 'Tinos', serif;
    font-size: 48px;
    text-align: center;
    color: #D67E35;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.novelties-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FF7400, transparent);
}

.novelties-title span {
    color: #D67E35;
}

/* Контейнер с кнопками */
.novelties-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    padding: 0 20px;
}

/* Обёртка для прокрутки */
.novelties-wrapper {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    border-radius: 10px;
}

/* Трек с карточками */
.novelties-track {
    display: flex;
    gap: 25px;
    padding: 10px 5px;
    transition: transform 0.3s ease;
}

/* Карточка новинки */
.novelty-card {
    min-width: 300px;
    max-width: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    animation: fadeIn 0.8s ease-out;
    flex-shrink: 0;
}

.novelty-card:hover {
    transform: translateY(-10px);
    border-color: #FF7400;
    box-shadow: 0 15px 40px rgba(255, 116, 0, 0.3);
}

/* Изображение новинки */
.novelty-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.novelty-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.novelty-card:hover .novelty-image img {
    transform: scale(1.1);
}

.novelty-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FF7400;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(255, 116, 0, 0.3);
    z-index: 2;
}

/* Контент карточки */
.novelty-content {
    padding: 20px;
}

.novelty-name {
    font-family: 'Tinos', serif;
    font-size: 22px;
    color: #D67E35;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.novelty-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.novelty-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.novelty-price {
    font-size: 24px;
    font-weight: 700;
    color: #FF7400;
}

.novelty-order {
    background-color: #FF7400;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.novelty-order:hover {
    background-color: #c1671d;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 116, 0, 0.3);
}

/* Кнопки прокрутки */
.scroll-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 116, 0, 0.2);
    border: 2px solid #FF7400;
    color: #FF7400;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    flex-shrink: 0;
}

.scroll-btn:hover {
    background: #FF7400;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 116, 0, 0.5);
}

/* Индикаторы прокрутки */
.scroll-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #FF7400;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 116, 0, 0.5);
}

.indicator:hover {
    background: rgba(255, 116, 0, 0.7);
}

/* Адаптивность */
@media (max-width: 768px) {
    .novelties-title {
        font-size: 36px;
    }
    
    .novelty-card {
        min-width: 260px;
        max-width: 260px;
    }
    
    .scroll-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .novelties-title {
        font-size: 28px;
    }
    
    .novelty-card {
        min-width: 220px;
        max-width: 220px;
    }
    
    .novelty-name {
        font-size: 18px;
    }
    
    .novelty-price {
        font-size: 20px;
    }
    
    .novelty-order {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .scroll-btn {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}
/* Улучшения для карусели */
.novelties-wrapper {
    scroll-behavior: smooth;
    overflow-x: hidden;
    cursor: grab;
    transition: all 0.3s ease;
}

.novelties-wrapper:active {
    cursor: grabbing;
}

.novelties-wrapper::-webkit-scrollbar {
    display: none; /* Скрываем скроллбар для красоты */
}

.novelties-track {
    transition: transform 0.3s ease;
}

/* Анимация для индикаторов */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.indicator.active {
    animation: pulse 2s infinite;
}

/* Эффект для карточек при автопрокрутке */
.novelty-card {
    transition: all 0.3s ease;
}

.novelty-card:hover {
    transform: translateY(-10px) scale(1.02);
    z-index: 10;
}

/* Индикатор загрузки (опционально) */
.scroll-speed-control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.speed-btn {
    background: rgba(255, 116, 0, 0.2);
    border: 1px solid #FF7400;
    color: #FF7400;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: bold;
}

.speed-btn:hover {
    background: #FF7400;
    color: #fff;
}




/* Стили для подписи автора */
.chef-signature {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 116, 0, 0.9);
    font-style: italic;
    text-align: right;
    border-top: 1px dashed rgba(255, 116, 0, 0.3);
    padding-top: 8px;
    font-weight: 500;
}

.chef-position {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-style: normal;
    margin-left: 5px;
}

/* Индикаторы (улучшенные) */
.scroll-indicators {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.indicator::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #FF7400;
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(255, 116, 0, 0.7);
}

.indicator.active::after {
    border-color: #FF7400;
    animation: pulse 1.5s infinite;
}

.indicator:hover {
    background: rgba(255, 116, 0, 0.7);
    transform: scale(1.1);
}

/* Подсказка при наведении на индикатор */
.indicator:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: #FF7400;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #FF7400;
    z-index: 20;
}

/* Анимация для индикаторов */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}




/* Глобально убираем фиолетовый цвет у всех ссылок */
a, a:link, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

/* Для кнопок оставляем оранжевый */
.novelty-order, .btn-order, .button {
    color: #fff !important;
    background-color: #FF7400;
}

.novelty-order:visited, .btn-order:visited, .button:visited {
    color: #fff !important;
    background-color: #FF7400;
}

/* ponytail: responsive background — serve smaller images on smaller screens */
@media (max-width: 600px) {
    body { background-image: url(../img/hed_400w.webp); }
}
@media (min-width: 601px) and (max-width: 1200px) {
    body { background-image: url(../img/hed_800w.webp); }
}
