/* ==========================================================
   ADAOWERRI KITCHEN
   HOMEPAGE.CSS
   Built by CloudMita Technologies LTD
   ========================================================== */


/* ==========================================================
   HERO
   ========================================================== */

.awk-hero {
    position: relative;
    overflow: hidden;
    color: var(--color-white);
    background:
        linear-gradient(
            135deg,
            #090d0b 0%,
            #101a15 48%,
            #07100b 100%
        );
    isolation: isolate;
}

.awk-hero-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 78% 48%,
            rgba(31, 94, 59, 0.28) 0%,
            rgba(31, 94, 59, 0) 43%
        ),
        radial-gradient(
            circle at 18% 10%,
            rgba(214, 40, 40, 0.13) 0%,
            rgba(214, 40, 40, 0) 35%
        );
}

.awk-hero::after {
    position: absolute;
    right: -150px;
    bottom: -220px;
    z-index: -1;
    width: 520px;
    height: 520px;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(
            circle,
            rgba(244, 163, 0, 0.13) 0%,
            rgba(244, 163, 0, 0) 70%
        );
    border-radius: 50%;
}

.awk-hero-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-2xl);
    align-items: center;
    min-height: calc(100svh - var(--mobile-header-height));
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
}

.awk-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.awk-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-lg);
    color: var(--color-accent-light);
    font-family: var(--font-heading);
    font-size: var(--font-size-xs);
    font-weight: var(--fw-bold);
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.awk-hero-eyebrow-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: var(--color-secondary);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(214, 40, 40, 0.14);
}

.awk-hero-title {
    max-width: 780px;
    margin-bottom: var(--space-lg);
    color: var(--color-white);
    font-size: clamp(2.5rem, 11vw, 4.5rem);
    font-weight: var(--fw-black);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.awk-hero-description {
    max-width: 620px;
    margin-bottom: var(--space-xl);
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 3.5vw, 1.15rem);
    line-height: 1.75;
}

.awk-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-sm);
    width: 100%;
    margin-bottom: var(--space-xl);
}

.awk-hero-actions .awk-btn {
    width: 100%;
}

.awk-hero-order-button {
    box-shadow: 0 14px 34px rgba(214, 40, 40, 0.28);
}

.awk-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm) var(--space-lg);
}

.awk-hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: var(--font-size-xs);
    font-weight: var(--fw-medium);
}

.awk-hero-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--color-white);
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: var(--fw-bold);
}


/* ==========================================================
   HERO VISUAL
   ========================================================== */

.awk-hero-visual {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
}

.awk-hero-image-frame {
    position: relative;
    width: min(100%, 540px);
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 1 / 1;
    isolation: isolate;
}

.awk-hero-image-frame::before {
    position: absolute;
    inset: 7%;
    z-index: -2;
    content: "";
    background:
        linear-gradient(
            135deg,
            rgba(31, 94, 59, 0.72),
            rgba(244, 163, 0, 0.14)
        );
    border-radius: 50%;
    filter: blur(1px);
}

.awk-hero-image-frame::after {
    position: absolute;
    inset: 0;
    z-index: -3;
    content: "";
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0) 66%
        );
    border-radius: 50%;
}

.awk-hero-image,
.awk-hero-image-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88%;
    height: 88%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    border: 10px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.08);
}

.awk-hero-image {
    object-fit: cover;
}

.awk-hero-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-xl);
    color: rgba(255, 255, 255, 0.66);
    text-align: center;
    background:
        linear-gradient(
            135deg,
            var(--color-primary-dark),
            #101010
        );
}

.awk-hero-image-glow {
    position: absolute;
    right: 0;
    bottom: 5%;
    z-index: -1;
    width: 58%;
    height: 58%;
    background-color: rgba(214, 40, 40, 0.15);
    border-radius: 50%;
    filter: blur(65px);
}

.awk-hero-rating-card {
    position: absolute;
    right: 0;
    bottom: 3%;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    max-width: 210px;
    padding: 0.9rem 1rem;
    color: var(--color-text);
    background-color: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.awk-hero-rating-star {
    color: var(--color-accent);
    font-size: 1.8rem;
    line-height: 1;
}

.awk-hero-rating-score {
    display: block;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: var(--font-size-lg);
    line-height: 1.1;
}

.awk-hero-rating-label {
    display: block;
    margin-top: 0.2rem;
    color: var(--color-text-light);
    font-size: 0.68rem;
    line-height: 1.3;
}

.awk-hero-whatsapp {
    position: absolute;
    bottom: 7%;
    left: 0;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    min-height: 48px;
    padding: 0.7rem 1rem;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: var(--font-size-xs);
    font-weight: var(--fw-semibold);
    background-color: #25d366;
    border-radius: var(--radius-pill);
    box-shadow: 0 16px 38px rgba(37, 211, 102, 0.25);
}

.awk-hero-whatsapp:hover,
.awk-hero-whatsapp:focus {
    color: var(--color-white);
    background-color: #1ebe5d;
    transform: translateY(-2px);
}

.awk-hero-whatsapp svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (min-width: 576px) {

    .awk-hero-actions {
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }

    .awk-hero-actions .awk-btn {
        width: auto;
    }
}

@media (min-width: 768px) {

    .awk-hero-container {
        min-height: 760px;
        padding-top: var(--space-4xl);
        padding-bottom: var(--space-4xl);
    }

    .awk-hero-title {
        font-size: clamp(3.4rem, 8vw, 5rem);
    }

    .awk-hero-rating-card {
        right: 4%;
        bottom: 7%;
    }

    .awk-hero-whatsapp {
        bottom: 11%;
        left: 2%;
    }
}


/* ==========================================================
   DESKTOP
   ========================================================== */

@media (min-width: 1024px) {

    .awk-hero-container {
        grid-template-columns:
            minmax(0, 1.02fr)
            minmax(420px, 0.98fr);
        gap: var(--space-3xl);
        min-height: calc(100vh - var(--header-height));
        padding-top: var(--space-4xl);
        padding-bottom: var(--space-4xl);
    }

    .awk-hero-title {
        font-size: clamp(4rem, 5.4vw, 5.6rem);
    }

    .awk-hero-description {
        font-size: 1.12rem;
    }

    .awk-hero-visual {
        justify-self: end;
    }

    .awk-hero-image-frame {
        width: min(100%, 620px);
    }
}


/* ==========================================================
   LARGE DESKTOP
   ========================================================== */

@media (min-width: 1280px) {

    .awk-hero-container {
        grid-template-columns:
            minmax(0, 1.08fr)
            minmax(500px, 0.92fr);
        gap: var(--space-4xl);
    }

    .awk-hero-title {
        font-size: clamp(4.4rem, 5vw, 6.1rem);
    }
}


/* ==========================================================
   SMALL PHONES
   ========================================================== */

@media (max-width: 374px) {

    .awk-hero-title {
        font-size: 2.3rem;
    }

    .awk-hero-image-frame {
        width: 110%;
        margin-left: -5%;
    }

    .awk-hero-rating-card {
        right: 0;
        padding: 0.7rem;
    }

    .awk-hero-whatsapp {
        left: 0;
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }

    .awk-hero-whatsapp span {
        display: none;
    }
}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .awk-hero-whatsapp {
        transition: none;
    }

    .awk-hero-whatsapp:hover,
    .awk-hero-whatsapp:focus {
        transform: none;
    }
}

/* ==========================================================
   HOMEPAGE HEADER + HERO INTEGRATION
   Full-width blended presentation
   Built by CloudMita Technologies LTD
   ========================================================== */


/* Remove Astra's default homepage container restrictions */

.awk-front-page .site-content,
.awk-front-page .site-content > .ast-container,
.awk-front-page #primary,
.awk-front-page .site-main,
.awk-front-page .awk-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.awk-front-page .site-content > .ast-container {
    display: block;
}


/* Blend the header directly into the hero */

.awk-front-page .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: var(--z-header);
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.awk-front-page .ast-primary-header-bar {
    min-height: 104px;
    background:
        linear-gradient(
            90deg,
            rgba(16, 8, 8, 0.92) 0%,
            rgba(5, 22, 15, 0.9) 100%
        );
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.awk-front-page .ast-builder-grid-row {
    min-height: 104px;
}


/* Round the uploaded logo without forcing it into a circle */

.awk-front-page .custom-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 132px;
    padding: 5px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.awk-front-page .custom-logo-link img,
.awk-front-page .custom-logo {
    width: auto;
    max-width: 100%;
    max-height: 82px;
    border-radius: 18px;
}


/* Hide Astra text branding as a fallback */

.awk-front-page .site-title,
.awk-front-page .site-description,
.awk-front-page .ast-site-title-wrap {
    display: none;
}


/* Homepage navigation colours */

.awk-front-page .main-header-menu > li > a,
.awk-front-page .main-header-menu > li > .menu-link {
    color: rgba(255, 255, 255, 0.88);
    background-color: transparent;
}

.awk-front-page .main-header-menu > li > a:hover,
.awk-front-page .main-header-menu > li > a:focus,
.awk-front-page .main-header-menu > li > .menu-link:hover,
.awk-front-page .main-header-menu > li > .menu-link:focus {
    color: var(--color-accent-light);
    background-color: rgba(255, 255, 255, 0.06);
}

.awk-front-page .main-header-menu .current-menu-item > a,
.awk-front-page .main-header-menu .current_page_item > a {
    color: var(--color-accent-light);
    background-color: transparent;
}

.awk-front-page .main-header-menu .current-menu-item > a::after,
.awk-front-page .main-header-menu .current_page_item > a::after {
    position: absolute;
    right: 1rem;
    bottom: 7px;
    left: 1rem;
    height: 3px;
    content: "";
    background-color: var(--color-accent);
    border-radius: var(--radius-pill);
}


/* Hero begins behind the transparent header */

.awk-front-page .awk-hero-container {
    min-height: 100svh;
    padding-top: calc(104px + var(--space-3xl));
}


/* Remove the visible white gap above the hero */

.awk-front-page .awk-hero {
    margin: 0;
}


/* Logged-in WordPress admin-bar adjustments */

.admin-bar.awk-front-page .site-header {
    top: 32px;
}


/* ==========================================================
   MOBILE HEADER + HERO
   ========================================================== */

@media (max-width: 1023px) {

    .awk-front-page .ast-primary-header-bar,
    .awk-front-page .ast-builder-grid-row {
        min-height: 82px;
    }

    .awk-front-page .custom-logo-link {
        max-width: 84px;
        padding: 4px;
        border-radius: 18px;
    }

    .awk-front-page .custom-logo-link img,
    .awk-front-page .custom-logo {
        max-height: 62px;
        border-radius: 14px;
    }

    .awk-front-page .awk-hero-container {
        min-height: auto;
        padding-top: calc(82px + var(--space-2xl));
    }

    .awk-front-page .ast-mobile-menu-trigger-minimal,
    .awk-front-page .menu-toggle {
        color: var(--color-white);
        background-color: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.22);
    }

    .awk-front-page .ast-mobile-menu-trigger-minimal:hover,
    .awk-front-page .menu-toggle:hover {
        color: var(--color-white);
        background-color: var(--color-secondary);
        border-color: var(--color-secondary);
    }
}

@media (max-width: 782px) {

    .admin-bar.awk-front-page .site-header {
        top: 46px;
    }
}

@media (max-width: 480px) {

    .awk-front-page .custom-logo-link {
        max-width: 74px;
    }

    .awk-front-page .custom-logo-link img,
    .awk-front-page .custom-logo {
        max-height: 54px;
    }

    .awk-front-page .awk-hero-container {
        padding-top: calc(82px + var(--space-xl));
    }
}

/* ==========================================================
   TRUST AND SERVICE STRIP
   ========================================================== */

.awk-trust-strip {
    position: relative;
    z-index: 5;
    color: var(--color-white);
    background:
        linear-gradient(
            90deg,
            var(--color-primary-dark) 0%,
            var(--color-primary) 50%,
            var(--color-primary-dark) 100%
        );
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.awk-trust-strip-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.awk-trust-strip-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    padding: var(--space-lg) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.awk-trust-strip-item:last-child {
    border-bottom: 0;
}

.awk-trust-strip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    color: var(--color-accent-light);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
}

.awk-trust-strip-icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

.awk-trust-strip-title {
    margin-bottom: 0.25rem;
    color: var(--color-white);
    font-size: var(--font-size-base);
    line-height: 1.35;
}

.awk-trust-strip-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-size-xs);
    line-height: 1.55;
}

@media (min-width: 576px) {

    .awk-trust-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .awk-trust-strip-item {
        padding: var(--space-lg);
    }

    .awk-trust-strip-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .awk-trust-strip-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (min-width: 1024px) {

    .awk-trust-strip-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .awk-trust-strip-item {
        align-items: center;
        min-height: 118px;
        padding: var(--space-lg);
        border-right: 1px solid rgba(255, 255, 255, 0.12);
        border-bottom: 0;
    }

    .awk-trust-strip-item:last-child {
        border-right: 0;
    }
}

@media (max-width: 575px) {

    .awk-trust-strip {
        padding-top: var(--space-sm);
        padding-bottom: var(--space-sm);
    }

    .awk-trust-strip-item {
        padding: var(--space-md) 0;
    }
}

/* ==========================================================
   FEATURED MEALS
   Built by CloudMita Technologies LTD
   ========================================================== */

.awk-featured-meals {
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            var(--color-bg) 0%,
            var(--color-bg-alt) 100%
        );
}

.awk-featured-meals-header {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.awk-featured-meals-heading {
    max-width: 760px;
}

.awk-featured-meals-view-all {
    align-self: flex-start;
}

.awk-featured-meals-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-lg);
}

.awk-featured-meal-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background-color: var(--color-white);
    border: 1px solid rgba(16, 16, 16, 0.07);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-xs);
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        border-color var(--transition);
}

.awk-featured-meal-card:hover {
    border-color: rgba(31, 94, 59, 0.2);
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}

.awk-featured-meal-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background:
        linear-gradient(
            135deg,
            var(--color-primary-dark),
            var(--color-black)
        );
}

.awk-featured-meal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.awk-featured-meal-card:hover .awk-featured-meal-media img {
    transform: scale(1.055);
}

.awk-featured-meal-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: var(--space-lg);
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-size-sm);
    text-align: center;
}

.awk-featured-meal-badge {
    position: absolute;
    top: var(--space-md);
    left: var(--space-md);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.4rem 0.8rem;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: var(--font-size-xs);
    font-weight: var(--fw-bold);
    line-height: 1;
    background-color: var(--color-secondary);
    border-radius: var(--radius-pill);
    box-shadow: var(--shadow-sm);
}

.awk-featured-meal-favourite {
    position: absolute;
    top: var(--space-md);
    right: var(--space-md);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: var(--color-secondary);
    font-size: 1.55rem;
    line-height: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.94);
    border: 0;
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
    transition:
        color var(--transition-fast),
        background-color var(--transition-fast),
        transform var(--transition-fast);
}

.awk-featured-meal-favourite:hover,
.awk-featured-meal-favourite:focus {
    color: var(--color-white);
    background-color: var(--color-secondary);
    transform: translateY(-2px);
}

.awk-featured-meal-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: var(--space-lg);
}

.awk-featured-meal-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-md);
    margin-bottom: var(--space-sm);
}

.awk-featured-meal-title {
    margin: 0;
    color: var(--color-text);
    font-size: var(--font-size-xl);
    line-height: 1.25;
}

.awk-featured-meal-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex: 0 0 auto;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: var(--font-size-sm);
    font-weight: var(--fw-bold);
}

.awk-featured-meal-rating span {
    color: var(--color-accent);
}

.awk-featured-meal-description {
    display: -webkit-box;
    margin-bottom: var(--space-lg);
    overflow: hidden;
    color: var(--color-text-light);
    font-size: var(--font-size-sm);
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.awk-featured-meal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm) var(--space-lg);
    margin-bottom: var(--space-lg);
    padding-top: var(--space-md);
    border-top: 1px solid var(--color-border);
}

.awk-featured-meal-meta span {
    color: var(--color-text-light);
    font-size: var(--font-size-xs);
}

.awk-featured-meal-meta strong {
    color: var(--color-text);
    font-weight: var(--fw-semibold);
}

.awk-featured-meal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    margin-top: auto;
}

.awk-featured-meal-price {
    color: var(--color-primary-dark);
    font-family: var(--font-heading);
    font-size: var(--font-size-xl);
    font-weight: var(--fw-black);
    line-height: 1;
}

.awk-featured-meals-mobile-footer {
    margin-top: var(--space-xl);
}

@media (min-width: 576px) {

    .awk-featured-meals-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {

    .awk-featured-meals-header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .awk-featured-meals-view-all {
        flex: 0 0 auto;
        align-self: auto;
    }

    .awk-featured-meals-mobile-footer {
        display: none;
    }
}

@media (min-width: 1024px) {

    .awk-featured-meals-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: var(--space-xl);
    }

    .awk-featured-meal-content {
        padding: var(--space-xl);
    }
}

@media (max-width: 575px) {

    .awk-featured-meals {
        padding-top: var(--space-3xl);
        padding-bottom: var(--space-3xl);
    }

    .awk-featured-meals-header {
        margin-bottom: var(--space-xl);
    }

    .awk-featured-meals-view-all {
        display: none;
    }

    .awk-featured-meals-grid {
        display: grid;
        grid-auto-columns: minmax(86%, 1fr);
        grid-auto-flow: column;
        overflow-x: auto;
        padding-bottom: var(--space-md);
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .awk-featured-meals-grid::-webkit-scrollbar {
        display: none;
    }

    .awk-featured-meal-card {
        scroll-snap-align: start;
    }

    .awk-featured-meal-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .awk-featured-meal-footer .awk-btn {
        width: 100%;
    }
}

@media (hover: none) {

    .awk-featured-meal-card:hover {
        transform: none;
    }

    .awk-featured-meal-card:hover .awk-featured-meal-media img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .awk-featured-meal-card,
    .awk-featured-meal-media img,
    .awk-featured-meal-favourite {
        transition: none;
    }

    .awk-featured-meal-card:hover,
    .awk-featured-meal-favourite:hover {
        transform: none;
    }
}

/* ==========================================================
   MENU COLLECTIONS
   Built by CloudMita Technologies LTD
   ========================================================== */

.awk-menu-collections {
    position: relative;
    overflow: hidden;
    color: var(--color-white);
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(31, 94, 59, 0.35) 0%,
            rgba(31, 94, 59, 0) 36%
        ),
        radial-gradient(
            circle at 5% 90%,
            rgba(214, 40, 40, 0.14) 0%,
            rgba(214, 40, 40, 0) 34%
        ),
        linear-gradient(
            135deg,
            #0c0c0c 0%,
            #071b12 55%,
            #06130e 100%
        );
}

.awk-menu-collections::before {
    position: absolute;
    top: -180px;
    right: -160px;
    width: 480px;
    height: 480px;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(
            circle,
            rgba(244, 163, 0, 0.12) 0%,
            rgba(244, 163, 0, 0) 70%
        );
    border-radius: 50%;
}

.awk-menu-collections-header {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.awk-menu-collections-heading {
    max-width: 780px;
}

.awk-menu-collections .section-title {
    color: var(--color-white);
}

.awk-menu-collections .section-description {
    color: rgba(255, 255, 255, 0.7);
}

.awk-menu-collections-view-all {
    align-self: flex-start;
}

.awk-menu-collections-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-lg);
}

.awk-menu-collection-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background-color: var(--color-primary-dark);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--card-radius);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2);
    transition:
        transform var(--transition),
        border-color var(--transition),
        box-shadow var(--transition);
}

.awk-menu-collection-card:hover {
    border-color: rgba(244, 163, 0, 0.45);
    box-shadow: 0 28px 75px rgba(0, 0, 0, 0.34);
    transform: translateY(-6px);
}

.awk-menu-collection-link {
    position: relative;
    display: block;
    min-height: 310px;
    overflow: hidden;
    color: var(--color-white);
    isolation: isolate;
}

.awk-menu-collection-link:hover,
.awk-menu-collection-link:focus {
    color: var(--color-white);
}

.awk-menu-collection-media {
    position: absolute;
    inset: 0;
    z-index: -3;
    overflow: hidden;
}

.awk-menu-collection-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.awk-menu-collection-card:hover .awk-menu-collection-media img {
    transform: scale(1.07);
}

.awk-menu-collection-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: var(--space-xl);
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    background:
        linear-gradient(
            135deg,
            var(--color-primary-dark),
            #111
        );
}

.awk-menu-collection-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            to top,
            rgba(4, 12, 8, 0.98) 0%,
            rgba(4, 12, 8, 0.72) 50%,
            rgba(4, 12, 8, 0.16) 100%
        );
}

.awk-menu-collection-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: var(--space-xl);
}

.awk-menu-collection-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.38rem 0.75rem;
    margin-bottom: var(--space-md);
    color: var(--color-black);
    font-family: var(--font-heading);
    font-size: var(--font-size-xs);
    font-weight: var(--fw-bold);
    line-height: 1;
    background-color: var(--color-accent);
    border-radius: var(--radius-pill);
}

.awk-menu-collection-title {
    margin-bottom: var(--space-sm);
    color: var(--color-white);
    font-size: clamp(1.55rem, 5vw, 2.2rem);
    line-height: 1.15;
}

.awk-menu-collection-description {
    display: -webkit-box;
    max-width: 500px;
    margin-bottom: var(--space-lg);
    overflow: hidden;
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--font-size-sm);
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.awk-menu-collection-action {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: var(--font-size-sm);
    font-weight: var(--fw-semibold);
}

.awk-menu-collection-action span {
    color: var(--color-accent-light);
    transition: transform var(--transition-fast);
}

.awk-menu-collection-card:hover .awk-menu-collection-action span {
    transform: translateX(5px);
}

.awk-menu-collection-card-primary .awk-menu-collection-label {
    color: var(--color-white);
    background-color: var(--color-secondary);
}

.awk-menu-collections-mobile-footer {
    position: relative;
    z-index: 2;
    margin-top: var(--space-xl);
}

@media (min-width: 576px) {

    .awk-menu-collections-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .awk-menu-collection-card-featured {
        grid-column: span 2;
    }

    .awk-menu-collection-card-featured .awk-menu-collection-link {
        min-height: 380px;
    }
}

@media (min-width: 768px) {

    .awk-menu-collections-header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .awk-menu-collections-view-all {
        flex: 0 0 auto;
        align-self: auto;
    }

    .awk-menu-collections-mobile-footer {
        display: none;
    }
}

@media (min-width: 1024px) {

    .awk-menu-collections-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: var(--space-xl);
    }

    .awk-menu-collection-card {
        grid-column: span 4;
    }

    .awk-menu-collection-card-featured {
        grid-column: span 6;
    }

    .awk-menu-collection-card-primary {
        grid-column: span 6;
    }

    .awk-menu-collection-link {
        min-height: 340px;
    }

    .awk-menu-collection-card-featured .awk-menu-collection-link,
    .awk-menu-collection-card-primary .awk-menu-collection-link {
        min-height: 410px;
    }

    .awk-menu-collection-content {
        padding: var(--space-2xl);
    }
}

@media (max-width: 575px) {

    .awk-menu-collections {
        padding-top: var(--space-3xl);
        padding-bottom: var(--space-3xl);
    }

    .awk-menu-collections-header {
        margin-bottom: var(--space-xl);
    }

    .awk-menu-collections-view-all {
        display: none;
    }

    .awk-menu-collections-grid {
        display: grid;
        grid-auto-columns: minmax(88%, 1fr);
        grid-auto-flow: column;
        gap: var(--space-md);
        overflow-x: auto;
        padding-bottom: var(--space-md);
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .awk-menu-collections-grid::-webkit-scrollbar {
        display: none;
    }

    .awk-menu-collection-card {
        scroll-snap-align: start;
    }

    .awk-menu-collection-link {
        min-height: 360px;
    }

    .awk-menu-collection-content {
        padding: var(--space-lg);
    }
}

@media (hover: none) {

    .awk-menu-collection-card:hover {
        transform: none;
    }

    .awk-menu-collection-card:hover .awk-menu-collection-media img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .awk-menu-collection-card,
    .awk-menu-collection-media img,
    .awk-menu-collection-action span {
        transition: none;
    }

    .awk-menu-collection-card:hover,
    .awk-menu-collection-card:hover .awk-menu-collection-media img,
    .awk-menu-collection-card:hover .awk-menu-collection-action span {
        transform: none;
    }
}

/* ==========================================================
   CUSTOMER REVIEWS
   Built by CloudMita Technologies LTD
   ========================================================== */

.awk-customer-reviews {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(244, 163, 0, 0.12) 0%,
            rgba(244, 163, 0, 0) 30%
        ),
        linear-gradient(
            180deg,
            var(--color-bg-alt) 0%,
            var(--color-bg) 100%
        );
}

.awk-customer-reviews-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-2xl);
}

.awk-customer-reviews-summary {
    max-width: 620px;
}

.awk-review-overview {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    padding: var(--space-lg);
    margin-top: var(--space-xl);
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-sm);
}

.awk-review-overview-score {
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.awk-review-overview-score strong {
    color: var(--color-primary-dark);
    font-family: var(--font-heading);
    font-size: clamp(2.7rem, 8vw, 4rem);
    font-weight: var(--fw-black);
}

.awk-review-overview-score span {
    margin-bottom: 0.45rem;
    color: var(--color-text-light);
    font-size: var(--font-size-lg);
}

.awk-review-stars,
.awk-customer-review-stars {
    color: var(--color-accent);
    font-family: var(--font-heading);
    font-size: var(--font-size-xs);
    font-weight: var(--fw-bold);
    letter-spacing: 0;
}

.awk-review-overview-details p {
    margin-top: 0.3rem;
    margin-bottom: 0;
    font-size: var(--font-size-sm);
}

.awk-review-stats {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-sm);
    margin-top: var(--space-lg);
}

.awk-review-stat {
    padding: var(--space-md);
    background-color: rgba(31, 94, 59, 0.08);
    border-radius: var(--radius-md);
}

.awk-review-stat strong {
    display: block;
    color: var(--color-primary-dark);
    font-family: var(--font-heading);
    font-size: var(--font-size-lg);
}

.awk-review-stat span {
    color: var(--color-text-light);
    font-size: var(--font-size-xs);
}

.awk-customer-reviews-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-lg);
}

.awk-customer-review-card {
    display: flex;
    flex-direction: column;
    padding: var(--space-xl);
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-xs);
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        border-color var(--transition);
}

.awk-customer-review-card:hover {
    border-color: rgba(31, 94, 59, 0.18);
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
}

.awk-customer-review-stars {
    margin-bottom: var(--space-md);
}

.awk-customer-review-quote {
    flex: 1;
    padding: 0;
    margin: 0 0 var(--space-xl);
    background: none;
    border: 0;
    border-radius: 0;
}

.awk-customer-review-quote p {
    margin: 0;
    color: var(--color-text);
    font-family: var(--font-body);
    font-size: var(--font-size-base);
    font-weight: var(--fw-regular);
    line-height: 1.75;
}

.awk-customer-review-author {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: var(--space-md);
    align-items: center;
    padding-top: var(--space-lg);
    border-top: 1px solid var(--color-border);
}

.awk-customer-review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-weight: var(--fw-bold);
    background:
        linear-gradient(
            135deg,
            var(--color-primary),
            var(--color-primary-dark)
        );
    border-radius: 50%;
}

.awk-customer-review-author strong {
    display: block;
    color: var(--color-text);
    font-family: var(--font-heading);
}

.awk-customer-review-author span {
    color: var(--color-text-light);
    font-size: var(--font-size-xs);
}

.awk-customer-review-verified {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.3rem 0.6rem;
    color: var(--color-primary-dark) !important;
    font-weight: var(--fw-semibold);
    background-color: rgba(31, 94, 59, 0.09);
    border-radius: var(--radius-pill);
}

@media (min-width: 576px) {

    .awk-review-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .awk-customer-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {

    .awk-customer-reviews-layout {
        grid-template-columns:
            minmax(320px, 0.8fr)
            minmax(0, 1.2fr);
        gap: var(--space-4xl);
        align-items: start;
    }

    .awk-customer-reviews-summary {
        position: sticky;
        top: 140px;
    }
}

@media (max-width: 575px) {

    .awk-customer-reviews {
        padding-top: var(--space-3xl);
        padding-bottom: var(--space-3xl);
    }

    .awk-review-overview {
        align-items: flex-start;
        flex-direction: column;
    }

    .awk-customer-reviews-grid {
        display: grid;
        grid-auto-columns: minmax(88%, 1fr);
        grid-auto-flow: column;
        overflow-x: auto;
        padding-bottom: var(--space-md);
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .awk-customer-reviews-grid::-webkit-scrollbar {
        display: none;
    }

    .awk-customer-review-card {
        scroll-snap-align: start;
    }
}

@media (hover: none) {

    .awk-customer-review-card:hover {
        transform: none;
    }
}

/* ==========================================================
   HOW ORDERING WORKS
   Built by CloudMita Technologies LTD
   ========================================================== */

.awk-order-process {
    position: relative;
    overflow: hidden;
    background-color: var(--color-white);
}

.awk-order-process::before {
    position: absolute;
    top: -180px;
    left: -180px;
    width: 420px;
    height: 420px;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(
            circle,
            rgba(31, 94, 59, 0.1) 0%,
            rgba(31, 94, 59, 0) 70%
        );
    border-radius: 50%;
}

.awk-order-process-header {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.awk-order-process-heading {
    max-width: 780px;
}

.awk-order-process-cta {
    align-self: flex-start;
}

.awk-order-process-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-lg);
}

.awk-order-step {
    position: relative;
    overflow: hidden;
    padding: var(--space-xl);
    background:
        linear-gradient(
            180deg,
            var(--color-white) 0%,
            var(--color-bg-alt) 100%
        );
    border: 1px solid var(--color-border);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-xs);
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        border-color var(--transition);
}

.awk-order-step:hover {
    border-color: rgba(31, 94, 59, 0.2);
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
}

.awk-order-step::after {
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(
            circle,
            rgba(244, 163, 0, 0.14) 0%,
            rgba(244, 163, 0, 0) 70%
        );
    border-radius: 50%;
}

.awk-order-step-number {
    position: absolute;
    top: var(--space-lg);
    right: var(--space-lg);
    color: rgba(31, 94, 59, 0.12);
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: var(--fw-black);
    line-height: 1;
}

.awk-order-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: var(--space-lg);
    color: var(--color-white);
    background:
        linear-gradient(
            135deg,
            var(--color-primary),
            var(--color-primary-dark)
        );
    border-radius: var(--radius-lg);
    box-shadow: 0 14px 32px rgba(31, 94, 59, 0.18);
}

.awk-order-step-icon svg {
    width: 29px;
    height: 29px;
    fill: currentColor;
}

.awk-order-step-title {
    margin-bottom: var(--space-sm);
    color: var(--color-text);
    font-size: var(--font-size-xl);
}

.awk-order-step-text {
    margin: 0;
    color: var(--color-text-light);
    font-size: var(--font-size-sm);
    line-height: 1.7;
}

.awk-order-process-note {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    padding: var(--space-lg);
    margin-top: var(--space-2xl);
    background:
        linear-gradient(
            90deg,
            rgba(31, 94, 59, 0.1),
            rgba(244, 163, 0, 0.08)
        );
    border: 1px solid rgba(31, 94, 59, 0.13);
    border-radius: var(--radius-lg);
}

.awk-order-process-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    color: var(--color-white);
    background-color: var(--color-secondary);
    border-radius: var(--radius-md);
}

.awk-order-process-note-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.awk-order-process-note strong {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: var(--font-size-base);
}

.awk-order-process-note p {
    margin: 0;
    color: var(--color-text-light);
    font-size: var(--font-size-sm);
}

@media (min-width: 576px) {

    .awk-order-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {

    .awk-order-process-header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .awk-order-process-cta {
        flex: 0 0 auto;
        align-self: auto;
    }
}

@media (min-width: 1024px) {

    .awk-order-process-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: var(--space-xl);
    }

    .awk-order-step {
        min-height: 330px;
        padding: var(--space-2xl);
    }

    .awk-order-process-grid::before {
        position: absolute;
        top: 72px;
        right: 8%;
        left: 8%;
        z-index: -1;
        height: 2px;
        content: "";
        background:
            linear-gradient(
                90deg,
                rgba(31, 94, 59, 0) 0%,
                rgba(31, 94, 59, 0.22) 15%,
                rgba(31, 94, 59, 0.22) 85%,
                rgba(31, 94, 59, 0) 100%
            );
    }
}

@media (max-width: 575px) {

    .awk-order-process {
        padding-top: var(--space-3xl);
        padding-bottom: var(--space-3xl);
    }

    .awk-order-process-header {
        margin-bottom: var(--space-xl);
    }

    .awk-order-process-cta {
        width: 100%;
    }

    .awk-order-process-grid {
        display: grid;
        grid-auto-columns: minmax(88%, 1fr);
        grid-auto-flow: column;
        overflow-x: auto;
        padding-bottom: var(--space-md);
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .awk-order-process-grid::-webkit-scrollbar {
        display: none;
    }

    .awk-order-step {
        scroll-snap-align: start;
    }

    .awk-order-process-note {
        flex-direction: column;
    }
}

@media (hover: none) {

    .awk-order-step:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .awk-order-step {
        transition: none;
    }

    .awk-order-step:hover {
        transform: none;
    }
}

/* ==========================================================
   BULK ORDERS AND CATERING
   Built by CloudMita Technologies LTD
   ========================================================== */

.awk-bulk-orders {
    position: relative;
    overflow: hidden;
    color: var(--color-white);
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(214, 40, 40, 0.16) 0%,
            rgba(214, 40, 40, 0) 32%
        ),
        linear-gradient(
            135deg,
            #0d0d0d 0%,
            #071a11 58%,
            #092317 100%
        );
}

.awk-bulk-orders-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-2xl);
    align-items: center;
}

.awk-bulk-orders-media {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            var(--color-primary-dark),
            var(--color-black)
        );
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--card-radius);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.awk-bulk-orders-media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.awk-bulk-orders-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: var(--space-xl);
    color: rgba(255, 255, 255, 0.62);
    text-align: center;
}

.awk-bulk-orders-media-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(4, 12, 8, 0.58) 0%,
            rgba(4, 12, 8, 0.04) 60%
        );
    pointer-events: none;
}

.awk-bulk-orders-highlight {
    position: absolute;
    right: var(--space-lg);
    bottom: var(--space-lg);
    display: flex;
    flex-direction: column;
    min-width: 150px;
    padding: var(--space-lg);
    color: var(--color-text);
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.awk-bulk-orders-highlight strong {
    color: var(--color-secondary);
    font-family: var(--font-heading);
    font-size: var(--font-size-3xl);
    font-weight: var(--fw-black);
    line-height: 1;
}

.awk-bulk-orders-highlight span {
    margin-top: 0.4rem;
    color: var(--color-text-light);
    font-size: var(--font-size-xs);
    font-weight: var(--fw-semibold);
}

.awk-bulk-orders-content {
    max-width: 700px;
}

.awk-bulk-orders .section-title {
    color: var(--color-white);
}

.awk-bulk-orders .section-description {
    color: rgba(255, 255, 255, 0.72);
}

.awk-bulk-orders-features {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-md);
    margin-top: var(--space-xl);
}

.awk-bulk-orders-feature {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    padding: var(--space-md);
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: var(--radius-md);
}

.awk-bulk-orders-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    color: var(--color-white);
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: var(--font-size-sm);
    font-weight: var(--fw-bold);
}

.awk-bulk-orders-feature strong {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: var(--font-size-base);
}

.awk-bulk-orders-feature span {
    color: rgba(255, 255, 255, 0.66);
    font-size: var(--font-size-xs);
    line-height: 1.55;
}

.awk-bulk-orders-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-lg);
    margin-top: var(--space-xl);
}

.awk-bulk-orders .awk-link-action {
    color: var(--color-accent-light);
}

.awk-bulk-orders .awk-link-action:hover,
.awk-bulk-orders .awk-link-action:focus {
    color: var(--color-white);
}

@media (min-width: 576px) {

    .awk-bulk-orders-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .awk-bulk-orders-actions {
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 1024px) {

    .awk-bulk-orders-layout {
        grid-template-columns:
            minmax(420px, 0.95fr)
            minmax(0, 1.05fr);
        gap: var(--space-4xl);
    }

    .awk-bulk-orders-media,
    .awk-bulk-orders-media img,
    .awk-bulk-orders-placeholder {
        min-height: 620px;
    }
}

@media (max-width: 575px) {

    .awk-bulk-orders {
        padding-top: var(--space-3xl);
        padding-bottom: var(--space-3xl);
    }

    .awk-bulk-orders-media,
    .awk-bulk-orders-media img,
    .awk-bulk-orders-placeholder {
        min-height: 360px;
    }

    .awk-bulk-orders-highlight {
        right: var(--space-md);
        bottom: var(--space-md);
        min-width: 130px;
        padding: var(--space-md);
    }

    .awk-bulk-orders-highlight strong {
        font-size: var(--font-size-2xl);
    }

    .awk-bulk-orders-actions,
    .awk-bulk-orders-actions .awk-btn {
        width: 100%;
    }
}

/* ==========================================================
   FOOD AND KITCHEN GALLERY
   Built by CloudMita Technologies LTD
   ========================================================== */

.awk-food-gallery {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            var(--color-bg) 0%,
            var(--color-bg-alt) 100%
        );
}

.awk-food-gallery-header {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.awk-food-gallery-heading {
    max-width: 780px;
}

.awk-food-gallery-header .awk-btn {
    align-self: flex-start;
}

.awk-food-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 170px;
    gap: var(--space-md);
}

.awk-food-gallery-item {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            var(--color-primary-dark),
            var(--color-black)
        );
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-xs);
}

.awk-food-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.awk-food-gallery-item:hover img {
    transform: scale(1.055);
}

.awk-food-gallery-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: var(--space-md);
    color: rgba(255, 255, 255, 0.68);
    font-size: var(--font-size-xs);
    text-align: center;
}

.awk-food-gallery-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            to top,
            rgba(4, 12, 8, 0.32),
            rgba(4, 12, 8, 0)
        );
}

.awk-gallery-item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.awk-gallery-item-wide {
    grid-column: span 2;
}

@media (min-width: 768px) {

    .awk-food-gallery-header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .awk-food-gallery-header .awk-btn {
        flex: 0 0 auto;
        align-self: auto;
    }

    .awk-food-gallery-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-rows: 220px;
        gap: var(--space-lg);
    }

    .awk-gallery-item-large {
        grid-column: span 2;
        grid-row: span 2;
    }

    .awk-gallery-item-wide {
        grid-column: span 2;
    }
}

@media (min-width: 1200px) {

    .awk-food-gallery-grid {
        grid-auto-rows: 250px;
    }
}

@media (max-width: 575px) {

    .awk-food-gallery {
        padding-top: var(--space-3xl);
        padding-bottom: var(--space-3xl);
    }

    .awk-food-gallery-grid {
        grid-auto-columns: minmax(82%, 1fr);
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-auto-rows: 340px;
        overflow-x: auto;
        padding-bottom: var(--space-md);
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .awk-food-gallery-grid::-webkit-scrollbar {
        display: none;
    }

    .awk-food-gallery-item,
    .awk-gallery-item-large,
    .awk-gallery-item-wide {
        grid-column: auto;
        grid-row: auto;
        scroll-snap-align: start;
    }
}

@media (hover: none) {

    .awk-food-gallery-item:hover img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .awk-food-gallery-item img {
        transition: none;
    }
}

/* ==========================================================
   DELIVERY COVERAGE
   Built by CloudMita Technologies LTD
   ========================================================== */

.awk-delivery-coverage {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 80%,
            rgba(31, 94, 59, 0.12) 0%,
            rgba(31, 94, 59, 0) 35%
        ),
        linear-gradient(
            180deg,
            var(--color-white) 0%,
            var(--color-bg-alt) 100%
        );
}

.awk-delivery-coverage-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-2xl);
    align-items: center;
}

.awk-delivery-coverage-content {
    max-width: 760px;
}

.awk-delivery-coverage-stats {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-md);
    margin-top: var(--space-xl);
}

.awk-delivery-coverage-stat {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: var(--space-lg);
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xs);
}

.awk-delivery-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    color: var(--color-white);
    background:
        linear-gradient(
            135deg,
            var(--color-primary),
            var(--color-primary-dark)
        );
    border-radius: var(--radius-md);
}

.awk-delivery-stat-icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
}

.awk-delivery-coverage-stat strong {
    display: block;
    color: var(--color-primary-dark);
    font-family: var(--font-heading);
    font-size: var(--font-size-lg);
    line-height: 1.2;
}

.awk-delivery-coverage-stat span {
    color: var(--color-text-light);
    font-size: var(--font-size-xs);
}

.awk-delivery-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    margin-top: var(--space-xl);
}

.awk-delivery-area-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.55rem 0.9rem;
    color: var(--color-primary-dark);
    font-family: var(--font-heading);
    font-size: var(--font-size-sm);
    font-weight: var(--fw-semibold);
    background-color: rgba(31, 94, 59, 0.09);
    border: 1px solid rgba(31, 94, 59, 0.13);
    border-radius: var(--radius-pill);
    transition:
        color var(--transition-fast),
        background-color var(--transition-fast),
        transform var(--transition-fast);
}

.awk-delivery-area-pill span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--color-white);
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: 0.68rem;
}

.awk-delivery-area-pill:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    transform: translateY(-2px);
}

.awk-delivery-area-pill:hover span {
    color: var(--color-primary);
    background-color: var(--color-white);
}

.awk-delivery-coverage-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-lg);
    margin-top: var(--space-xl);
}

.awk-delivery-coverage-visual {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}

.awk-delivery-coverage-image {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            var(--color-primary-dark),
            var(--color-black)
        );
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-lg);
}

.awk-delivery-coverage-image img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.awk-delivery-coverage-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    padding: var(--space-xl);
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
}

.awk-delivery-coverage-image-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            to top,
            rgba(4, 12, 8, 0.42),
            rgba(4, 12, 8, 0.02) 65%
        );
}

.awk-delivery-floating-card {
    position: absolute;
    right: var(--space-lg);
    bottom: var(--space-lg);
    display: flex;
    align-items: center;
    gap: var(--space-md);
    max-width: 280px;
    padding: var(--space-lg);
    color: var(--color-text);
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.awk-delivery-floating-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    color: var(--color-white);
    background-color: var(--color-secondary);
    border-radius: var(--radius-md);
}

.awk-delivery-floating-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.awk-delivery-floating-card strong {
    display: block;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: var(--font-size-base);
}

.awk-delivery-floating-card span {
    display: block;
    margin-top: 0.15rem;
    color: var(--color-text-light);
    font-size: var(--font-size-xs);
}

@media (min-width: 576px) {

    .awk-delivery-coverage-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .awk-delivery-coverage-actions {
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 1024px) {

    .awk-delivery-coverage-layout {
        grid-template-columns:
            minmax(0, 1.05fr)
            minmax(420px, 0.95fr);
        gap: var(--space-4xl);
    }

    .awk-delivery-coverage-image,
    .awk-delivery-coverage-image img,
    .awk-delivery-coverage-placeholder {
        min-height: 610px;
    }
}

@media (max-width: 575px) {

    .awk-delivery-coverage {
        padding-top: var(--space-3xl);
        padding-bottom: var(--space-3xl);
    }

    .awk-delivery-coverage-stats {
        gap: var(--space-sm);
    }

    .awk-delivery-coverage-actions,
    .awk-delivery-coverage-actions .awk-btn {
        width: 100%;
    }

    .awk-delivery-coverage-image,
    .awk-delivery-coverage-image img,
    .awk-delivery-coverage-placeholder {
        min-height: 390px;
    }

    .awk-delivery-floating-card {
        right: var(--space-md);
        bottom: var(--space-md);
        left: var(--space-md);
        max-width: none;
        padding: var(--space-md);
    }
}

@media (hover: none) {

    .awk-delivery-area-pill:hover {
        transform: none;
    }
}
