.yy-section {
    padding: 80px 0;
}

.yy-section--soft {
    background: #f7f7f9;
}

.yy-section--dark {
    background: #111827;
    color: #fff;
}

.yy-section__wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.yy-section__header {
    max-width: 720px;
    margin-bottom: 40px;
}

.yy-section__header .yy-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 18px;
    color: #e81f1f;
    margin-bottom: 12px;
}

.yy-section__header h2,
.yy-section__header h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.3;
}

.yy-section__header p {
    font-size: 1rem;
    color: #586174;
    margin: 0;
}

.yy-section--dark .yy-section__header p {
    color: rgba(255, 255, 255, 0.82);
}

.yy-feature-grid,
.yy-menu-grid,
.yy-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.yy-feature-card,
.yy-blog-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}

.yy-feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #111;
}

.yy-feature-card p {
    margin: 0;
    color: #5f6576;
    line-height: 1.5;
}

.yy-feature-card__badge {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #a1a9b8;
}

.yy-menu-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.yy-menu-card {
    background: #fff;
    border-radius: 24px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 25px 60px rgba(14, 18, 31, 0.12);
}

.yy-menu-card__media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.yy-menu-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yy-menu-card__body h3 {
    font-size: 1.3rem;
    margin-bottom: 6px;
}

.yy-menu-card__body p {
    margin: 0;
    color: #626d85;
    line-height: 1.5;
}

.yy-menu-card__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.15rem;
    font-weight: 700;
}

.yy-menu-card__price span {
    color: #1c1e21;
}

.yy-menu-card__price small {
    font-size: 0.8rem;
    color: #9aa1b1;
}

.yy-cta {
    background: #1c1f2b;
    color: #fff;
    border-radius: 30px;
    padding: 40px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}



.yy-cta a {
    color: #1f2937;
    background: #ffde5a;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 600;
    display: inline-flex;
    width: fit-content;
    text-decoration: none;
}

.yy-cta p{
    color: #fff;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.yy-cta h3 {
    color: #1f2937;
    background: #ffde5a;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 600;
    display: inline-flex;
    width: fit-content;
    text-decoration: none;
}
.yy-cta a.secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.portfolio-slider .nav-icon {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.55) !important;
}
.portfolio-slider .nav-icon i {
    color: #fff !important;
}

.yy-cta--inline {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.yy-blog-card h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.yy-blog-card p {
    color: #505a70;
    margin-bottom: 10px;
}

.yy-blog-card a {
    color: #ffde5a;
    text-decoration: none;
    font-weight: 600;
}

.yy-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.yy-contact-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}

.yy-contact-card h4 {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.yy-contact-card p {
    margin: 4px 0;
    color: #4c5164;
}

.yy-contact-card a {
    color: #1c1f2b;
    font-weight: 600;
    text-decoration: none;
}

.yy-map-frame {
    margin-top: 30px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid #e1e4ec;
}

.yy-map-frame iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

.yy-menu-page {
    background: #f8f8fb;
    color: #111;
    font-family: 'Instrument Sans', 'Inter', sans-serif;
}

.yy-menu-header {
    text-align: center;
    padding: 40px 20px 10px;
}

.yy-menu-header h1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.yy-menu-section {
    padding: 40px 20px;
}

.yy-menu-section__inner {
    max-width: 960px;
    margin: 0 auto;
}

.yy-menu-section__inner h2 {
    font-size: 1.8rem;
    margin-bottom: 6px;
}

.yy-menu-section__inner p {
    color: #5a5f6f;
}

.yy-menu-items {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.yy-menu-item {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 12px 25px rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 16px;
    align-items: center;
}

.yy-menu-item img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 15px;
    flex-shrink: 0;
}

.yy-menu-item__content h3 {
    margin: 0 0 6px;
    font-size: 1.2rem;
}

.yy-menu-item__content p {
    margin: 0;
    color: #6b7280;
}

.yy-menu-item__price {
    margin-left: auto;
    font-weight: 700;
    font-size: 1.2rem;
    color: #111827;
}

.yy-menu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 24px auto 0;
    padding-bottom: 20px;
}

.yy-menu-nav a {
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e1e4ec;
    text-decoration: none;
    color: #111827;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

@media (max-width: 767px) {
    .yy-section {
        padding: 60px 0;
    }

    .yy-section__header h2,
    .yy-section__header h1 {
        font-size: 1.75rem;
    }

    .yy-cta--inline {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .yy-menu-item {
        flex-direction: column;
        text-align: center;
    }

    .yy-menu-item__price {
        margin-left: 0;
    }
}
