/*
Theme Name: Prime Foods Catering
Theme URI: https://primefoods.ru
Author: Prime Foods
Author URI: https://primefoods.ru
Description: Тема для сайта кейтеринга Prime Foods
Version: 1.0.0
Text Domain: primefoods
*/

@font-face {
    font-family: 'MontserratAce';
    src: url('fonts/Montserrat-Ace-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-family: 'MontserratAce', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    font-weight: 200;
    font-style: normal;
    /* Ориентация на минимальные viewport: Android портрет 320px, iOS 375px, часто целевой 335px */
    min-width: 320px;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-link {
    display: inline-block;
    text-decoration: none;
}

.logo-image {
    height: 50px;
    width: auto;
    display: block;
}

.nav {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 10px;
    align-items: center;
}

.nav-list li {
    position: relative;
}

.nav-link {
    color: #4a4a4a;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: block;
    border: 1px solid #666666;
    background: #ffffff;
    border-radius: 10px;
    white-space: nowrap;
}

.nav-link:hover {
    color: #333;
    background: #f5f5f5;
}

.nav-link.active {
    border: 1px solid #666666;
    background: #bfedff;
    color: #4a4a4a;
    font-weight: 500;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 30px;
    height: 30px;
    position: relative;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d0604;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-line {
    display: block;
}

.hero-subtitle {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.cta-container {
    display: inline-block;
    margin-top: 20px;
    position: relative;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a3a5f;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.cta-button:hover {
    background: #bfedff;
    color: #1a3a5f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.cta-button:active {
    transform: translateY(0);
}

.cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 10%;
    left: 100%;
    margin-left: 15px;
    transform: translateY(0%);
}

.cta-icon:hover {
    transform: translateX(5px);
}

.arrow-icon {
    width: 40px;
    height: 40px;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    animation: bounce 2s infinite;
    z-index: 2;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Marquee Section - базовые стили для всех экранов */
.marquee-section {
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.marquee-top-bar {
    width: 100%;
    background: white;
    opacity: 0.65;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    margin-top: -10px;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.marquee-1 {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.marquee-2 {
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: inline-flex;
    will-change: transform;
    width: max-content;
}

.marquee-content span {
    font-weight: 200;
    color: #1a3a5f;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    flex-shrink: 0;
}

/* Десктопные стили (≥ 940px) */
@media (min-width: 940px) {
    
    
    .marquee-top-bar {
        height: 7px;
    }
    
    .marquee-1 {
        height: 36px;
    }
    
    .marquee-1 .marquee-content {
        line-height: 72px;
        margin-top: -20px;
    }
    
    .marquee-1 .marquee-content span {
        font-size: 72px;
        line-height: 72px;
    }
    
    .marquee-2 {
        height: 30px;
    }
    
    .marquee-2 .marquee-content {
        line-height: 96px;
        clip-path: inset(32% 0 25% 0);
        -webkit-clip-path: inset(32% 0 25% 0);
    }
    
    .marquee-2 {
        height: 96px;
    }
    
    .marquee-2 .marquee-content span {
        font-size: 96px;
        line-height: 96px;
    }
    
    .marquee-content {
        animation: marquee 90s linear infinite;
    }
    
    .marquee-content-reverse {
        animation: marquee-reverse 80s linear infinite;
    }
    
    .marquee-content span {
        font-size: 24px;
        letter-spacing: 2px;
        padding: 0 60px;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-reverse {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* About Section */
.about-section {
    padding: 0 20px;
    background: #ffffff;
}

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

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.about-title {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a3a5f;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    letter-spacing: 2px;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: left;
}

.about-highlight {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #1a3a5f;
    letter-spacing: 1px;
    margin-top: 10px;
}

.about-gallery {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.about-slider-track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: scale(1.05);
}

.about-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    z-index: 2;
}

.about-slider-btn-prev {
    left: 10px;
}

.about-slider-btn-next {
    right: 10px;
}

/* Слайдер галереи вместо сетки при ширине меньше 1260px (до мобильной версии) */
@media (max-width: 1259px) {
    .about-content {
        align-items: center;
    }

    .about-gallery {
        margin-top: 0;
    }

    .about-slider-track {
        display: flex;
        gap: 5px;
        transition: transform 0.4s ease;
        will-change: transform;
    }

    .about-gallery .gallery-item {
        flex: 0 0 auto;
        min-width: 0;
    }

    .about-slider-btn {
        display: flex;
    }
}

/* Services Section */
.services-section {
    padding: 80px 20px;
    background: #ffffff;
}

.services-title {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a3a5f;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
}

.services-description {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Services Cards Section */
.services-cards-section {
    padding: 0px 20px 80px;
    background: #ffffff;
}

.services-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 0px;
}

.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 8px;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card-image-service .card-image {
    object-position: 50% 80%;
}

.service-card-title {
    font-size: 28.8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #dc3545;
    margin-bottom: 20px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.service-card-text {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin-bottom: 20px;
}

.service-card-list {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 0px;
    padding: 20px;
    margin-top: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.service-card-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-card-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.service-card-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #333;
}

.service-card-list li:last-child {
    margin-bottom: 0;
}

.service-card-list-dash li::before {
    content: '-';
}

.service-card-list-nested {
    padding-left: 25px !important;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: 4px !important;
}

/* Блок «Коммерческое предложение» */
.commercial-offer-block {
    padding: 60px 20px;
    text-align: center;
}

.commercial-offer-text {
    font-size: 28px;
    font-weight: bold;
    color: #1a3a5f;
    margin: 0 0 8px;
    line-height: 1.3;
}

.commercial-offer-subtext {
    font-size: 22px;
    font-weight: 600;
    color: #1a3a5f;
    margin: 0 0 28px;
    line-height: 1.3;
}

/* Кнопка и иконка — как в hero: центрируется только кнопка, иконка прикреплена справа */
.commercial-offer-actions.cta-container {
    margin-top: 0;
}

.commercial-offer-block .cta-button {
    text-decoration: none;
}

/* Блок «Наши услуги» (форматы) */
.formats-section {
    padding: 60px 20px 80px;
    background: #fff;
}

.formats-title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a3a5f;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.formats-description {
    font-size: 18px;
    line-height: 1.8;
    color: #6c757d;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.formats-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.format-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.format-card-image {
    position: absolute;
    inset: 0;
}

.format-card-image .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.format-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 45%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 24px 70px 24px 24px;
}

.format-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.format-card-subtitle {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 16px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease, margin 0.3s ease;
}

/* Показ подзаголовка по hover только на десктопе */
@media (min-width: 940px) {
    .format-card:hover .format-card-subtitle {
        max-height: 120px;
        opacity: 1;
    }
}

.format-card-actions.cta-container {
    margin-top: 0;
    align-self: flex-start;
}

.format-card .cta-button {
    text-decoration: none;
}

/* Dishes event block — наши блюда на вашем мероприятии */
.dishes-event-block {
    width: 100%;
    background: #000;
    padding: 40px 20px;
}

.dishes-event-card {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2a2520;
    background-size: cover;
    background-position: 50% 65%;
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
}

.dishes-event-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
}

.dishes-event-card .container {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.dishes-event-inner {
    text-align: center;
    padding: 36px 24px;
    max-width: 640px;
    margin: 0 auto;
}

.dishes-event-title {
    font-size: clamp(22px, 4vw, 28px);
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
    line-height: 1.3;
}

.dishes-event-text {
    font-size: clamp(14px, 2.2vw, 16px);
    color: #fff;
    line-height: 1.5;
    margin-bottom: 22px;
    opacity: 0.95;
}

.dishes-event-btn {
    display: inline-block;
    padding: 12px 28px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.dishes-event-btn:hover {
    background: #fff;
    color: #1a3a5f;
}

.dishes-event-card .cta-button {
    background: transparent;
    color: #ffffff;
    border: 2px solid #fff;
}
.dishes-event-card .cta-button:hover {
    background: #1a3a5f;
    color: #ffffff;
}

/* Bottom gallery — галерея внизу страницы, стрелки поверх фото */
.bottom-gallery-section {
    padding: 40px 20px 50px;
}

.bottom-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    max-width: 100%;
}

.bottom-gallery-track {
    display: flex;
    transition: transform 0.35s ease-out;
}

.bottom-gallery-item {
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
}

.bottom-gallery-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.bottom-gallery-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    z-index: 2;
    transition: background 0.2s;
}

.bottom-gallery-btn:hover {
    background: rgba(0, 0, 0, 0.75);
}

.bottom-gallery-btn-prev {
    left: 10px;
}

.bottom-gallery-btn-next {
    right: 10px;
}

.bottom-gallery-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.bottom-gallery-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
}

.bottom-gallery-dot.is-active {
    background: rgba(0, 0, 0, 0.6);
}

.bottom-gallery-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 4px;
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}

.bottom-gallery-progress-bar {
    height: 100%;
    width: 0;
    background: #bfedff;
    border-radius: 2px;
}

.bottom-gallery-progress-bar.is-running {
    animation: bottom-gallery-progress 5s linear forwards;
}

@keyframes bottom-gallery-progress {
    from { width: 0%; }
    to { width: 100%; }
}

/* Блок контактов — призыв позвонить или написать (без формы) */
.contacts-cta-section {
    padding: 60px 20px 70px;
    background: #fff;
    text-align: center;
}

.contacts-cta-title {
    font-size: clamp(22px, 3.5vw, 26px);
    font-weight: 500;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

.contacts-cta-text {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    max-width: 520px;
    margin: 0 auto 24px;
}

.contacts-cta-actions.cta-container {
    margin-top: 0;
}

.contacts-cta-section .cta-button {
    text-decoration: none;
}

/* Footer — тёмно-синий, золотые акценты, колонки как в образце */
.footer {
    background: #13243a;
    color: #fff;
}

.footer-top {
    padding: 48px 20px 40px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px 40px;
    width: 100%;
}

.footer-col {
    flex: 0 1 auto;
}

.footer-col-logo {
    min-width: 180px;
}

.footer-logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
    text-decoration: none;
    color: #fff;
}

.footer-logo-image {
    height: 144px;
    width: auto;
    margin-bottom: 6px;
    display: block;
}

.footer-tagline {
    font-size: 11px;
    color: #d4c5a9;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.footer-copyright {
    margin-top: 14px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.footer-col-nav {
    min-width: 120px;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-list li {
    margin-bottom: 8px;
}

.footer-nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-nav-link:hover {
    color: #d4c5a9;
}

.footer-col-contact {
    min-width: 220px;
    max-width: 280px;
    margin-left: auto;
}

.footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.footer-contact-row span {
    flex: 1;
}

.footer-contact-icon {
    flex-shrink: 0;
    color: #d4c5a9;
    margin-top: 2px;
}

.footer-cta-wrap {
    margin-top: 16px;
    margin-bottom: 0;
    display: inline-block;
}

.footer-cta-btn {
    text-decoration: none;
    background: transparent;
    color: #d4c5a9;
    border: 1px solid #d4c5a9;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 8px;
}

.footer-cta-btn:hover {
    background: rgba(212, 197, 169, 0.15);
    color: #d4c5a9;
}

.footer-cta-icon {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 15px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.footer-cta-icon .arrow-icon {
    width: 40px;
    height: 40px;
}

.footer-cta-icon:hover {
    transform: translateY(calc(-50%)) translateX(5px);
}

.footer-separator {
    height: 1px;
    background: #d4c5a9;
    opacity: 0.6;
    margin: 0 20px;
}

.footer-bottom {
    padding: 20px 20px 28px;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom-copyright {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.footer-policies {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.footer-policy-link {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    opacity: 0.9;
}

.footer-policy-link:hover {
    color: #d4c5a9;
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d4c5a9;
    border-radius: 6px;
    color: #fff;
    transition: background 0.2s, color 0.2s;
}

.footer-social-link:hover {
    background: rgba(212, 197, 169, 0.2);
    color: #d4c5a9;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 36px;
    }
    
    .title-line {
        display: block;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .header-container {
        padding: 15px 20px;
    }
}

@media (max-width: 939px) {
    /* Mobile styles for marquee - все параметры из десктопной версии + переопределения */

    .hero-background {
        background-position: center, calc(50% - 50px) center;
    }

    .marquee-top-bar {
        height: 5px;
    }
    
    .marquee-1 {
         /* переопределение: десктоп 36px */
    }
    
    .marquee-1 .marquee-content {
         /* из десктопа */
         /* из десктопа */
        
    }
    
    .marquee-1 .marquee-content span {
        font-size: 24px; /* переопределение: десктоп 72px */
        line-height: 24px; /* переопределение: десктоп 72px */

        clip-path: inset(0 0 0 0); /* переопределение для мобильной */
        -webkit-clip-path: inset(0 0 0 0);
    }
    
    .marquee-2 {
         /* переопределение: десктоп 24px и 96px */
    }
    
    .marquee-2 .marquee-content {
        line-height: 30px; /* переопределение: десктоп 96px */
        clip-path: inset(25% 0 25% 0); /* из десктопа */
        -webkit-clip-path: inset(30% 0 10% 0); /* переопределение: десктоп inset(25% 0 25% 0) */
    }
    
    .marquee-2 .marquee-content span {
        font-size: 48px; /* переопределение: десктоп 96px */
        line-height: 30px; /* переопределение: десктоп 96px */
        display: inline-block;
        transform: scaleY(1.2);
    }
    
    .marquee-content {
        animation: marquee 130s linear infinite; /* переопределение: десктоп 90s */
    }
    
    .marquee-content-reverse {
        animation: marquee-reverse 180s linear infinite; /* переопределение: десктоп 80s */
    }
    
    .marquee-content span {
        font-size: 24px; /* из десктопа */
        letter-spacing: 0; /* переопределение: десктоп 2px */
        padding: 0 80px; /* переопределение: десктоп 60px */
    }
    .header-container {
        padding: 12px 15px;
    }
    
    .logo-image {
        height: 40px;
    }
    
    .nav-list {
        position: fixed;
        top: 58px;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        gap: 0;
    }
    
    .nav-list.active {
        transform: translateX(0);
    }
    
    .nav-list li {
        width: 100%;
    }
    
    .nav-link {
        padding: 15px 30px;
        width: 100%;
        text-align: left;
        border: 1px solid #666666;
        border-radius: 0;
        margin: 0;
        white-space: normal;
    }
    
    .nav-link.active {
        border: 1px solid #666666;
        background: #bfedff;
        color: #4a4a4a;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .mobile-menu-toggle span:nth-child(1) {
        transform: translate(-50%, calc(-50% - 8px));
    }
    
    .mobile-menu-toggle span:nth-child(2) {
        transform: translate(-50%, -50%);
    }
    
    .mobile-menu-toggle span:nth-child(3) {
        transform: translate(-50%, calc(-50% + 8px));
    }
    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
        transform: translate(-50%, -50%);
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    
    .hero-title {
        font-size: 28px;
        letter-spacing: 1px;
        padding: 0 10px;
    }
    
    .title-line {
        display: block;
    }
    
    .hero-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }
    
    .cta-container {
        animation: none;
        transition: none;
    }

    .cta-button {
        padding: 14px 24px;
        font-size: 14px;
        transition: none;
    }

    .cta-button:hover,
    .cta-button:active {
        transform: none;
        background: #1a3a5f;
        color: #ffffff;
        box-shadow: none;
    }

    .cta-icon {
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        transition: none;
    }

    .cta-icon:hover {
        transform: translateY(-50%) translateX(5px);
    }

    .arrow-icon {
        width: 35px;
        height: 35px;
    }
    
    .hero-content {
        padding: 0 15px;
    }
    
    .marquee-content span {
        font-size: 32px;
        padding: 0 40px;
    }
    
    .about-section {
        padding: 0 15px;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-title {
        font-size: 24px;
        margin: 0 0;
        text-align: center;
    }
    
    .about-text p {
        font-size: 14px;
    }
    
    .about-highlight {
        font-size: 14px;
    }
    
    .about-gallery {
        margin-top: 30px;
    }
    
    .about-slider-track {
        display: flex;
        gap: 5px;
        transition: transform 0.4s ease;
        will-change: transform;
    }
    
    .about-gallery .gallery-item {
        flex: 0 0 auto;
    }
    
    .about-slider-btn {
        display: flex;
    }
    
    .services-section {
        padding: 40px 15px;
    }
    
    .services-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .services-description {
        font-size: 14px;
    }
    
    .services-cards-section {
        padding: 0px 15px 40px;
    }
    
    .services-cards {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 0px;
    }
    
    .service-card-image {
        height: 250px;
    }
    
    .service-card-title {
        font-size: 24px;
    }
    
    .service-card-text {
        font-size: 14px;
    }
    
    .service-card-list {
        padding: 15px;
        min-height: auto;
    }
    
    .service-card-list li {
        font-size: 14px;
    }
    
    .formats-section {
        padding: 40px 15px 60px;
    }
    
    .formats-title {
        font-size: 26px;
        margin-bottom: 14px;
    }
    
    .formats-description {
        font-size: 16px;
        margin-bottom: 28px;
    }
    
    .formats-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .format-card {
        aspect-ratio: auto;
        min-height: 300px;
    }
    
    .format-card-overlay {
        padding: 20px 20px 20px 20px;
    }
    
    .format-card-title {
        font-size: 18px;
    }
    
    .format-card-subtitle {
        max-height: none !important;
        opacity: 1 !important;
        overflow: visible !important;
        transition: none;
        line-height: 1.6;
        white-space: normal;
        word-wrap: break-word;
    }
    
    .commercial-offer-block {
        padding: 40px 15px;
    }
    
    .commercial-offer-text {
        font-size: 22px;
    }
    
    .commercial-offer-subtext {
        font-size: 18px;
        margin-bottom: 22px;
    }
    
    .dishes-event-card {
        border-radius: 0;
    }
    
    .footer-top {
        padding: 32px 15px 28px;
    }
    
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }
    
    .footer-col {
        width: 100%;
        max-width: none;
    }
    
    .footer-col-contact {
        margin-left: 0;
    }
    
    .footer-logo-wrap {
        align-items: center;
    }
    
    .footer-nav-list {
        text-align: center;
    }
    
    .footer-nav-list li {
        text-align: center;
    }
    
    .footer-contact-row {
        justify-content: center;
    }
    
    .footer-col-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-cta-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 0;
    }
    
    .footer-bottom-inner {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .footer-cta-icon {
        position: relative;
        top: auto;
        left: auto;
        margin-left: 10;
        margin-right: 0;
        transform: none;
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }
    
    .footer-cta-btn {
        flex-shrink: 0;
    }
    
    .footer-cta-icon .arrow-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 22px;
    }
    
    .title-line {
        display: block;
    }
    
    .hero-subtitle {
        font-size: 12px;
    }
    
    .cta-button {
        padding: 12px 20px;
        font-size: 12px;
    }
    
    .cta-icon {
        width: 30px;
        height: 30px;
    }
    
    .arrow-icon {
        width: 30px;
        height: 30px;
    }
    
    .logo-image {
        height: 35px;
    }
    
    .marquee-content span {
        font-size: 24px;
        padding: 0 30px;
        letter-spacing: 2px;
    }
    
    .about-section {
        padding: 0 15px;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-title {
        font-size: 24px;
        margin: 0 0;
        text-align: center;
    }
    
    .about-text p {
        font-size: 14px;
    }
    
    .about-highlight {
        font-size: 14px;
    }
    
    .services-section {
        padding: 40px 15px;
    }
    
    .services-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .services-description {
        font-size: 14px;
    }
    
    .services-cards-section {
        padding: 40px 15px;
    }
    
    .services-cards {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }
    
    .service-card-image {
        height: 250px;
    }
    
    .service-card-title {
        font-size: 24px;
    }
    
    .service-card-text {
        font-size: 14px;
    }
    
    .service-card-list {
        padding: 15px;
        min-height: auto;
    }
    
    .service-card-list li {
        font-size: 14px;
    }
    
    .formats-section {
        padding: 32px 15px 48px;
    }
    
    .formats-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .formats-description {
        font-size: 14px;
        margin-bottom: 22px;
    }
    
    .formats-cards {
        gap: 20px;
    }
    
    .format-card {
        aspect-ratio: auto;
        min-height: 350px;
    }
    
    .format-card-title {
        font-size: 16px;
    }
    
    .format-card-overlay {
        padding: 20px 15px 20px 15px;
    }
    
    .format-card-subtitle {
        font-size: 13px;
        max-height: none !important;
        opacity: 1 !important;
        overflow: visible !important;
        line-height: 1.6;
        margin-bottom: 12px;
        white-space: normal;
        word-wrap: break-word;
    }
    
    .commercial-offer-block {
        padding: 32px 15px;
    }
    
    .commercial-offer-text {
        font-size: 18px;
    }
    
    .commercial-offer-subtext {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .footer-top {
        padding: 28px 15px 24px;
    }
    
    .footer-bottom {
        padding: 16px 15px 24px;
    }
    
    .footer-policies {
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-social-link {
        width: 36px;
        height: 36px;
    }
    
    .footer-social-link svg {
        width: 18px;
        height: 18px;
    }
}

/* Modal / Popup */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.modal {
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.modal-overlay.is-open .modal {
    transform: scale(1);
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a3a5f;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.modal-title .modal-phone {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.modal-title .modal-phone:hover {
    opacity: 0.85;
}

.modal-text {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.modal-close {
    display: inline-block;
    background: #1a3a5f;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: 0.5px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.modal-close:hover {
    background: #bfedff;
    color: #1a3a5f;
}
