﻿/* =========================================================
   Popular Picks — editorial rail
   ========================================================= */

.popular-apple {
    position: relative;
    background: #f7f4ee;
    padding-top: clamp(88px, 10vw, 132px);
    padding-bottom: clamp(88px, 10vw, 132px);
}

.popular-apple__shell,
.popular-apple__stage {
    position: relative;
}

.popular-apple__head {
    max-width: 720px;
}

.popular-apple .h2 {
    letter-spacing: -0.045em;
}

.popular-apple .muted {
    color: rgba(27, 27, 27, 0.54);
}

.popular-apple__stage {
    margin-top: 38px;
}

    .popular-apple__stage::before,
    .popular-apple__stage::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 56px;
        z-index: 3;
        pointer-events: none;
    }

    .popular-apple__stage::before {
        left: 0;
        background: linear-gradient(to right, rgba(247, 244, 238, 0.94), transparent);
    }

    .popular-apple__stage::after {
        right: 0;
        background: linear-gradient(to left, rgba(247, 244, 238, 0.94), transparent);
        opacity: 1;
    }

.popular-apple__rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 24%);
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 6px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .popular-apple__rail::-webkit-scrollbar {
        display: none;
    }

.popular-apple__card {
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

    .popular-apple__card:hover {
        transform: translateY(-2px);
    }

.popular-apple__card--feature {
    transform: none;
    box-shadow: none;
}

.popular-apple__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
}

    .popular-apple__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.45s ease;
    }

.popular-apple__card:hover .popular-apple__media img {
    transform: scale(1.02);
}

.popular-apple__body {
    padding: 8px 4px 0;
}

.popular-apple__kicker {
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(27, 27, 27, 0.42);
}

.popular-apple__title {
    position: relative;
    margin: 5px 0 0;
    font-family: var(--serif);
    font-size: clamp(20px, 1.55vw, 24px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    color: rgba(27, 27, 27, 0.95);
}

    .popular-apple__title::after {
        content: "→";
        position: relative;
        top: -0.08em;
        margin-left: 6px;
        font-size: 13px;
        opacity: 0.26;
        transition: transform 0.18s ease, opacity 0.18s ease;
    }

.popular-apple__card:hover .popular-apple__title::after {
    transform: translateX(2px);
    opacity: 0.7;
}

.popular-apple__desc,
.popular-apple__link {
    display: none;
}

.popular-apple__nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(27, 27, 27, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 18px rgba(20, 20, 20, 0.08);
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, background 0.22s ease;
}

.popular-apple__stage:hover .popular-apple__nav,
.popular-apple__stage:focus-within .popular-apple__nav {
    opacity: 1;
    pointer-events: auto;
}

.popular-apple__nav:hover {
    background: rgba(255, 255, 255, 0.96);
}

.popular-apple__nav span {
    font-size: 24px;
    line-height: 1;
    transform: translateY(-1px);
}

.popular-apple__nav--prev {
    left: -10px;
}

.popular-apple__nav--next {
    right: -10px;
}

.popular-apple__nav.is-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
}

.popular-apple__footer {
    margin-top: 18px;
}

.popular-apple__all {
    display: inline-flex;
    padding: 0;
    border-radius: 0;
    background: none;
    color: rgba(27, 27, 27, 0.76);
    font-size: 13px;
    font-weight: 700;
    position: relative;
}

    .popular-apple__all::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 1px;
        background: rgba(27, 27, 27, 0.18);
        transition: background 0.18s ease;
    }

    .popular-apple__all:hover::after {
        background: rgba(27, 27, 27, 0.38);
    }

/* =========================================================
   Signature Menu Collections — stronger Apple/editorial pass
   ========================================================= */

.menus-directory {
    position: relative;
    margin-top: 56px;
    padding-top: clamp(84px, 9vw, 120px);
    padding-bottom: clamp(88px, 9vw, 124px);
    background: #f9f6f1;
}

.menus-directory__head {
    max-width: 760px;
    margin-bottom: 0;
}

.menus-directory .h2 {
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.menus-directory .muted {
    max-width: 56ch;
    color: rgba(27, 27, 27, 0.55);
}

.menus-directory__stage {
    position: relative;
    margin-top: 34px;
}

    .menus-directory__stage::before,
    .menus-directory__stage::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 44px;
        z-index: 2;
        pointer-events: none;
        opacity: 0.6;
        transition: opacity 0.2s ease;
    }

    .menus-directory__stage::before {
        left: 0;
        background: linear-gradient(to right, rgba(251, 249, 245, 0.96), transparent);
    }

    .menus-directory__stage::after {
        right: 0;
        background: linear-gradient(to left, rgba(251, 249, 245, 0.96), transparent);
    }

.menus-directory__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 22px;
}

.menu-directory-card {
    min-width: 0;
}

.menu-directory-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    transition: transform 0.22s ease;
}

    .menu-directory-card__link:hover {
        transform: translateY(-2px);
    }

.menu-directory-card__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.03);
    box-shadow: 0 8px 22px rgba(20, 20, 20, 0.06);
}

    .menu-directory-card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.45s ease;
    }

.menu-directory-card__link:hover .menu-directory-card__media img {
    transform: scale(1.035);
}

.menu-directory-card__body {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 12px 2px 0;
}

.menu-directory-card__eyebrow {
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(27, 27, 27, 0.38);
}

.menu-directory-card__title {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(20px, 1.55vw, 24px);
    line-height: 1.06;
    letter-spacing: -0.038em;
    color: rgba(27, 27, 27, 0.95);
}

    .menu-directory-card__title::after {
        content: "→";
        position: relative;
        top: -0.04em;
        margin-left: 6px;
        font-size: 13px;
        opacity: 0.24;
        transition: transform 0.18s ease, opacity 0.18s ease;
    }

.menu-directory-card__link:hover .menu-directory-card__title::after {
    transform: translateX(2px);
    opacity: 0.68;
}

.menu-directory-card__desc {
    max-width: 30ch;
    margin: 0;
    font-size: 12.5px;
    line-height: 1.55;
    color: rgba(27, 27, 27, 0.48);
}

.menu-directory-card__cta {
    display: none;
}

.menus-directory__footer {
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid rgba(27, 27, 27, 0.05);
}

/* =========================================================
   PROOF / TRUST / TESTIMONIALS SHELL
   ========================================================= */

.proof-premium--v21::before,
.trust-premium--v21::before,
.testimonials-premium--v21::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(1100px 480px at 10% 0%, rgba(178, 154, 100, 0.08), transparent 72%), radial-gradient(800px 460px at 100% 16%, rgba(0, 0, 0, 0.028), transparent 72%);
}

.proof-premium--v21 {
    padding-top: clamp(80px, 10vw, 130px);
    padding-bottom: clamp(72px, 8vw, 104px);
    background: radial-gradient(800px 300px at 15% 0%, rgba(178, 154, 100, 0.07), transparent 60%), linear-gradient(180deg, #f7f3ed 0%, #f2ede6 100%);
}

    .proof-premium--v21 .container {
        max-width: 1240px;
    }

    .proof-premium--v21 > * {
        position: relative;
        z-index: 1;
    }

.trust-premium--v21 {
    padding-top: clamp(48px, 5vw, 72px);
    padding-bottom: clamp(36px, 5vw, 60px);
}

.testimonials-premium--v21,
.testimonials-merged {
    background: #fbf9f5;
}

.testimonials-premium--v21 {
    padding-top: clamp(90px, 12vw, 140px);
}

.testimonials-merged {
    padding-top: clamp(60px, 8vw, 100px);
    padding-bottom: clamp(56px, 7vw, 84px);
}

.proof-premium--v21 + .trust-premium--v21 .container,
.trust-premium--v21 + .testimonials-premium--v21 .container,
.proposal-apple .container {
    position: relative;
}

    .proof-premium--v21 + .trust-premium--v21 .container::before,
    .trust-premium--v21 + .testimonials-premium--v21 .container::before,
    .proposal-apple .container::before {
        content: "";
        display: block;
        width: 64px;
        height: 1px;
        margin: 0 0 28px;
        background: rgba(27, 27, 27, 0.1);
    }

    .proposal-apple .container::before {
        width: 100%;
        background: linear-gradient(to right, transparent, rgba(27, 27, 27, 0.06), transparent);
    }

/* =========================================================
   HEADINGS
   ========================================================= */

.proof-premium--v21 .proof-premium__head {
    max-width: 980px;
    margin-bottom: 28px;
}

    .proof-premium--v21 .proof-premium__head .h2 {
        max-width: 17ch;
        margin-bottom: 14px;
        font-size: clamp(32px, 3vw, 46px);
        line-height: 1.05;
        letter-spacing: -0.035em;
        text-wrap: balance;
    }

    .proof-premium--v21 .proof-premium__head .muted {
        max-width: 62ch;
        font-size: 17px;
        line-height: 1.72;
        color: rgba(27, 27, 27, 0.66);
    }

.trust-premium--v21 .home-section-head,
.testimonials-premium--v21 .home-section-head,
.testimonials-merged .home-section-head {
    max-width: 760px;
    margin-bottom: 10px;
}

.trust-premium--v21 .h2,
.testimonials-premium--v21 .h2,
.testimonials-merged .h2 {
    margin-bottom: 14px;
}

/* =========================================================
   PROOF GRID
   ========================================================= */

.proof-premium--v21 .proof-premium__grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.2fr) minmax(220px, 1fr) minmax(220px, 1fr);
    grid-template-areas:
        "hero halal ."
        "hero menus reliable";
    gap: 28px 32px;
    align-items: start;
}

.proof-premium--v21 .proof-mini--halal {
    grid-area: halal;
}

.proof-premium--v21 .proof-mini--menus {
    grid-area: menus;
}

.proof-premium--v21 .proof-mini--reliable {
    grid-area: reliable;
}

.proof-premium--v21 .proof-hero,
.proof-premium--v21 .proof-mini {
    position: relative;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.proof-premium--v21 .proof-hero {
    grid-area: hero;
    min-height: 0;
    max-width: none;
    padding: 0 40px 0 0;
}

    .proof-premium--v21 .proof-hero::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, 0.08);
        opacity: 0.5;
    }

    .proof-premium--v21 .proof-hero::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 2px;
        background: rgba(178, 154, 100, 0.55);
    }

.proof-premium--v21 .proof-hero__eyebrow,
.proof-premium--v21 .proof-mini__kicker {
    color: rgba(27, 27, 27, 0.36);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.proof-premium--v21 .proof-hero__eyebrow {
    margin-bottom: 16px;
}

.proof-premium--v21 .proof-hero__title {
    max-width: 10.3ch;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(26px, 2.6vw, 42px);
    line-height: 1.03;
    letter-spacing: -0.045em;
    color: rgba(27, 27, 27, 0.96);
    text-wrap: balance;
}

.proof-premium--v21 .proof-hero__text {
    max-width: 33ch;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(27, 27, 27, 0.6);
}

.proof-premium--v21 .proof-mini {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(27, 27, 27, 0.1);
}

.proof-premium--v21 .proof-mini__title {
    max-width: 12ch;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(26px, 2.1vw, 36px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: rgba(27, 27, 27, 0.92);
}

.proof-premium--v21 .proof-mini__text {
    max-width: 28ch;
    margin-top: 9px;
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(27, 27, 27, 0.72);
}

.proof-premium--v21 .proof-hero:hover {
    transform: translateY(-2px);
}

.proof-premium--v21 .proof-mini:hover {
    transform: translateY(-1px);
}

    .proof-premium--v21 .proof-hero:hover .proof-hero__title,
    .proof-premium--v21 .proof-mini:hover .proof-mini__title {
        color: rgba(27, 27, 27, 1);
    }

/* micro trust */

.proof-premium--v21 .micro-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 22px;
}

    .proof-premium--v21 .micro-trust span {
        position: relative;
        padding: 0;
        border: 0;
        background: transparent;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.14em;
        color: rgba(27, 27, 27, 0.5);
        text-transform: uppercase;
    }

        .proof-premium--v21 .micro-trust span:not(:last-child)::after {
            content: "·";
            margin-left: 18px;
            color: rgba(27, 27, 27, 0.25);
        }

/* =========================================================
   Logo strip / Trust / Testimonials / Contact / Proposal / Footer
   ========================================================= */

/* Kept as-is from your current file, minus duplicates */

.logo-strip {
    max-width: 980px;
    margin: 28px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 36px 66px;
}

    .logo-strip img {
        width: auto;
        height: 45px;
        max-width: 130px;
        object-fit: contain;
        opacity: 0.55;
        filter: grayscale(100%) contrast(1.1);
        transition: all 0.2s ease;
    }

        .logo-strip img:hover {
            opacity: 0.85;
            filter: grayscale(0%) contrast(1.1);
            transform: translateY(-2px);
        }

        .logo-strip img:nth-child(1),
        .logo-strip img:nth-child(4),
        .logo-strip img:nth-child(6),
        .logo-strip img:nth-child(8) {
            transform: scale(1.04);
        }

.trust-premium__head {
    margin-bottom: 20px;
}

.trust-premium__intro {
    margin-top: 18px;
    margin-bottom: 28px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(27, 27, 27, 0.62);
}

    .trust-premium__intro span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: rgba(27, 27, 27, 0.6);
        letter-spacing: 0.18em;
    }

        .trust-premium__intro span::before {
            content: "";
            width: 24px;
            height: 1px;
            background: rgba(178, 154, 100, 0.58);
        }

.trust-premium__rail {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.trust-premium__logo {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(27, 27, 27, 0.045);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

    .trust-premium__logo:hover {
        background: rgba(255, 255, 255, 0.54);
        border-color: rgba(178, 154, 100, 0.16);
        transform: translateY(-2px);
    }

    .trust-premium__logo img {
        width: auto;
        height: auto;
        max-height: 32px;
        max-width: 140px;
        object-fit: contain;
        opacity: 0.74;
        filter: grayscale(100%);
        mix-blend-mode: multiply;
        transition: opacity 0.18s ease, filter 0.18s ease, transform 0.18s ease;
    }

    .trust-premium__logo:hover img {
        opacity: 0.96;
        filter: grayscale(0%);
        transform: scale(1.02);
    }

    .trust-premium__logo.is-thin img {
        max-height: 22px;
    }

    .trust-premium__logo.is-thin85 img {
        max-height: 24px;
    }

    .trust-premium__logo.is-wide img {
        max-width: 132px;
    }

    .trust-premium__logo.is-tall img {
        max-height: 24px;
    }

.trust-premium--v21::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin: 36px auto 0;
    background: rgba(0, 0, 0, 0.08);
}

/* testimonials */

.testimonials-premium__grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1.28fr 0.92fr;
    gap: 28px;
    align-items: stretch;
}

.testimonials-premium__stack {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.testimonial-premium {
    position: relative;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

    .testimonial-premium::before {
        content: "“";
        position: absolute;
        top: 12px;
        right: 18px;
        font-family: var(--serif);
        font-size: 86px;
        line-height: 1;
        color: rgba(178, 154, 100, 0.11);
        pointer-events: none;
        opacity: 0.16;
    }

.testimonial-premium--hero {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    background: transparent;
}

.testimonial-premium__media {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

    .testimonial-premium__media img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 18px;
        filter: saturate(0.94) contrast(0.96);
    }

.testimonial-premium__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}

.testimonial-premium__meta.subtle {
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.14em;
    opacity: 0.6;
    text-transform: uppercase;
}

.testimonial-premium blockquote {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 14ch;
    font-family: var(--serif);
    font-size: clamp(23px, 1.9vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.035em;
    color: rgba(27, 27, 27, 0.95);
}

.testimonials-premium__stack .testimonial-premium blockquote {
    max-width: 23ch;
    font-size: clamp(20px, 1.5vw, 26px);
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.testimonial-premium figcaption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 22px;
}

.testimonial-premium .t-client {
    font-weight: 700;
    font-size: 15px;
    color: rgba(27, 27, 27, 0.93);
}

.testimonial-premium .t-meta {
    font-size: 13px;
    color: var(--muted);
}

/* trust inline */

.trust-inline {
    margin-top: 32px;
    padding-top: 20px;
}

.trust-inline__intro {
    max-width: 560px;
    margin-bottom: 18px;
}

.trust-inline__links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
}

    .trust-inline__links a {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        color: rgba(27, 27, 27, 0.65);
        text-decoration: none;
        transition: color 0.2s ease;
        opacity: 0.7;
    }

        .trust-inline__links a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 0;
            height: 1px;
            background: rgba(178, 154, 100, 0.7);
            transition: width 0.2s ease;
            opacity: 1;
        }

        .trust-inline__links a:hover {
            color: rgba(27, 27, 27, 1);
        }

            .trust-inline__links a:hover::after {
                width: 100%;
            }

/* proposal bridge */

.proposal-bridge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.proposal-bridge__text {
    margin: 0;
    max-width: 58ch;
    font-size: 15px;
    line-height: 1.72;
    color: rgba(27, 27, 27, 0.62);
}

.proposal-bridge__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.proposal-bridge__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(27, 27, 27, 0.9);
    text-decoration: none;
    letter-spacing: -0.01em;
}

    .proposal-bridge__link::after {
        content: "→";
        transition: transform 0.18s ease;
    }

    .proposal-bridge__link:hover::after {
        transform: translateX(3px);
    }

.proposal-bridge__meta {
    margin-left: 6px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(27, 27, 27, 0.42);
    white-space: nowrap;
}

/* contact */

#contact.contact {
    background: radial-gradient(900px 420px at 18% 18%, rgba(255, 255, 255, 0.34), transparent 68%), radial-gradient(760px 360px at 82% 22%, rgba(255, 255, 255, 0.26), transparent 70%), linear-gradient(180deg, #f2eee7 0%, #efe9e1 100%);
    padding-top: clamp(72px, 8vw, 104px);
    padding-bottom: clamp(72px, 8vw, 104px);
}

#contact .contact-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(540px, 1.02fr);
    gap: clamp(44px, 5vw, 72px);
    align-items: flex-start;
}

    #contact .contact-inner::before {
        content: "";
        position: absolute;
        inset: -18px -24px;
        border-radius: 36px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.22));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 20px 50px rgba(34, 28, 22, 0.05);
        pointer-events: none;
        z-index: 0;
    }

#contact .contact-copy,
#contact .proposal-form--progressive {
    position: relative;
    z-index: 1;
}

#contact .contact-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(10px, 1.5vw, 18px) 0;
    max-width: 560px;
}

    #contact .contact-copy .h2 {
        margin-bottom: 10px;
        line-height: 0.96;
        letter-spacing: -0.045em;
    }

    #contact .contact-copy .lead {
        max-width: 18ch;
        margin-top: 0;
        line-height: 1.6;
        color: rgba(27, 27, 27, 0.6);
    }

.contact-bullets {
    display: grid;
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

    .contact-bullets .bullet {
        display: grid;
        grid-template-columns: 14px minmax(0, 160px) minmax(0, 1fr);
        align-items: center;
        gap: 14px;
        padding: 18px 0;
        border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    }

        .contact-bullets .bullet::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #b29a64;
            box-shadow: 0 0 0 5px rgba(178, 154, 100, 0.12);
            justify-self: center;
        }

.bullet-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #1f1f1f;
}

.proposal-form--progressive {
    align-self: stretch;
}

#contact .proposal-form--progressive {
    width: min(100%, 575px);
    padding: clamp(22px, 2.2vw, 30px);
    border-radius: 30px;
    border: 1px solid rgba(27, 27, 27, 0.06);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.58));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 16px 34px rgba(24, 19, 14, 0.06);
}

.proposal-steps {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.proposal-step {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(27, 27, 27, 0.38);
    background: transparent;
    border: 1px solid transparent;
}

    .proposal-step.is-active {
        color: rgba(27, 27, 27, 0.9);
        background: rgba(255, 255, 255, 0.6);
        border-color: rgba(27, 27, 27, 0.08);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    }

.proposal-step-sep {
    width: 18px;
    height: 1px;
    background: rgba(27, 27, 27, 0.12);
}

.proposal-stage {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

    .proposal-stage.is-active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        position: static;
    }

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

    .field.full {
        grid-column: 1 / -1;
    }

#contact .proposal-form--progressive label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: rgba(27, 27, 27, 0.66);
}

#contact .proposal-form--progressive input,
#contact .proposal-form--progressive select,
#contact .proposal-form--progressive textarea {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.44);
    border: 1px solid rgba(27, 27, 27, 0.08);
    color: rgba(27, 27, 27, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

#contact .proposal-form--progressive textarea {
    min-height: 144px;
}

    #contact .proposal-form--progressive input::placeholder,
    #contact .proposal-form--progressive textarea::placeholder {
        color: rgba(27, 27, 27, 0.4);
    }

    #contact .proposal-form--progressive input:hover,
    #contact .proposal-form--progressive select:hover,
    #contact .proposal-form--progressive textarea:hover {
        border-color: rgba(27, 27, 27, 0.14);
        background: rgba(255, 255, 255, 0.52);
    }

    #contact .proposal-form--progressive input:focus,
    #contact .proposal-form--progressive select:focus,
    #contact .proposal-form--progressive textarea:focus {
        outline: none;
        border-color: rgba(178, 154, 100, 0.34);
        box-shadow: 0 0 0 4px rgba(178, 154, 100, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.62);
        background: rgba(255, 255, 255, 0.98);
        transform: translateY(-1px);
    }

    #contact .proposal-form--progressive .is-invalid,
    #contact .proposal-form--progressive select:invalid,
    #contact .proposal-form--progressive input:invalid,
    #contact .proposal-form--progressive textarea:invalid {
        border-color: rgba(178, 154, 100, 0.34);
        box-shadow: 0 0 0 4px rgba(178, 154, 100, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.62);
    }

#contact .proposal-form--progressive .form-toast,
#contact .proposal-form--progressive .form-error {
    display: none !important;
}

.form-actions--split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
}

.form-help,
.form-response-note {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(27, 27, 27, 0.5);
}

    .form-help.is-error {
        color: rgba(178, 154, 100, 0.75);
    }

#contact .proposal-form--progressive .btn {
    min-height: 50px;
    border-radius: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

#contact .proposal-form--progressive .btn-ghost {
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(27, 27, 27, 0.08);
    color: rgba(27, 27, 27, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

    #contact .proposal-form--progressive .btn-ghost:hover {
        background: rgba(255, 255, 255, 0.78);
        border-color: rgba(27, 27, 27, 0.12);
    }

#contact .proposal-form--progressive .btn-primary {
    min-width: 142px;
    min-height: 52px;
    padding-inline: 22px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: linear-gradient(180deg, #2a2622, #1c1a18);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

    #contact .proposal-form--progressive .btn-primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 16px 28px rgba(17, 15, 13, 0.16);
    }

.btn.is-denied {
    transform: translateY(1px);
    opacity: 0.85;
}

/* proposal apple */

.proposal-apple {
    padding-top: clamp(56px, 7vw, 84px);
    padding-bottom: clamp(56px, 7vw, 72px);
    background: linear-gradient(to bottom, #f7f3ec 0%, #f7f3ec 97.8%, #d4c4a0 98.3%, #2a2723 100%);
}

.proposal-apple__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
    gap: clamp(36px, 5vw, 72px);
    align-items: start;
}

.proposal-apple__copy {
    max-width: 620px;
}

    .proposal-apple__copy .eyebrow {
        margin-bottom: 10px;
    }

    .proposal-apple__copy .h2 {
        margin-bottom: 10px;
        letter-spacing: -0.035em;
    }

.proposal-apple__lead {
    margin-top: 0;
    max-width: 30ch;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.72;
}

.proposal-apple__points {
    display: grid;
    margin-top: 18px;
    gap: 16px;
}

.proposal-apple__point {
    display: grid;
    grid-template-columns: 10px 1fr;
    gap: 10px;
    align-items: start;
}

.proposal-apple__dot {
    width: 5px;
    height: 5px;
    margin-top: 8px;
    border-radius: 999px;
    background: rgba(178, 154, 100, 0.78);
    opacity: 0.7;
}

.proposal-apple__point strong {
    display: block;
    margin: 0 0 4px;
    color: rgba(27, 27, 27, 0.72);
    font-size: 15px;
    line-height: 1.4;
}

.proposal-apple__point p {
    margin: 0;
    max-width: 42ch;
    color: rgba(27, 27, 27, 0.6);
    font-size: 15px;
    line-height: 1.65;
}

.proposal-apple__formWrap {
    min-width: 0;
    margin-bottom: 0;
}

.proposal-apple__form {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: none;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.proposal-apple__meta {
    margin-bottom: 14px;
    color: rgba(27, 27, 27, 0.48);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.proposal-apple__field + .proposal-apple__field {
    margin-top: 10px;
}

.proposal-apple__field input,
.proposal-apple__field select,
.proposal-apple__field textarea {
    width: 100%;
    height: 48px;
    padding: 0 13px;
    border-radius: 14px;
    color: rgba(27, 27, 27, 0.92);
    font: inherit;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(27, 27, 27, 0.07);
    box-shadow: none;
    outline: none;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

    .proposal-apple__field input::placeholder,
    .proposal-apple__field textarea::placeholder {
        color: rgba(27, 27, 27, 0.42);
    }

    .proposal-apple__field input:hover,
    .proposal-apple__field select:hover,
    .proposal-apple__field textarea:hover {
        border-color: rgba(27, 27, 27, 0.12);
        background: rgba(255, 255, 255, 0.92);
    }

    .proposal-apple__field input:focus,
    .proposal-apple__field select:focus,
    .proposal-apple__field textarea:focus {
        border-color: rgba(178, 154, 100, 0.34);
        background: #fff;
        box-shadow: 0 0 0 4px rgba(178, 154, 100, 0.1);
    }

.proposal-apple__submit {
    width: 100%;
    margin-top: 14px;
    height: 46px;
    border: 1px solid rgba(47, 46, 42, 0.38);
    border-radius: 999px;
    background: linear-gradient(180deg, #2c2a26, #1f1d1a);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

    .proposal-apple__submit:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    }

    .proposal-apple__submit:active {
        transform: translateY(0);
    }

    .proposal-apple__submit:focus-visible {
        outline: none;
        box-shadow: 0 0 0 5px rgba(178, 154, 100, 0.14), 0 12px 24px rgba(0, 0, 0, 0.16);
    }

.proposal-apple__note {
    margin: 12px 2px 0;
    color: rgba(27, 27, 27, 0.42);
    font-size: 11px;
    line-height: 1.55;
}

/* footer */

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

    .footer-social a {
        opacity: 0.7;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .footer-social img {
        width: 24px;
        height: 24px;
        opacity: 0.9;
        filter: grayscale(100%) brightness(1.6);
    }

    .footer-social a:hover {
        opacity: 1;
        transform: translateY(-1px);
    }

        .footer-social a:hover img {
            filter: none;
            opacity: 1;
        }

.footer-badge--image {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .footer-badge--image img {
        width: 22px;
        height: 22px;
        object-fit: contain;
    }

.footer-since {
    display: block;
    margin-top: 2px;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    opacity: 0.68;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (min-width: 1025px) {
    .menus-directory__grid > .menu-directory-card:nth-child(-n + 3) .menu-directory-card__title {
        font-size: clamp(21px, 1.65vw, 26px);
    }

    .menus-directory__grid > .menu-directory-card:nth-child(-n + 3) .menu-directory-card__media {
        box-shadow: 0 10px 26px rgba(20, 20, 20, 0.07);
    }
}

@media (max-width: 1180px) {
    .proof-premium--v21 .proof-premium__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "hero hero"
            "halal reliable"
            "menus menus";
        gap: 22px 24px;
    }

    .proof-premium--v21 .proof-hero {
        padding: 0 0 12px;
        border-bottom: 1px solid rgba(27, 27, 27, 0.08);
    }

        .proof-premium--v21 .proof-hero::before {
            display: none;
        }

    .trust-premium__rail {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .testimonials-premium__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .popular-apple__rail {
        grid-auto-columns: minmax(250px, 38%);
    }

    .menus-directory__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 18px;
    }
}

@media (max-width: 980px) {
    #contact .contact-inner,
    .proposal-apple__grid,
    .testimonials-premium__grid,
    .testimonial-premium--hero {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    #contact .contact-copy,
    #contact .proposal-form--progressive,
    .proposal-apple__copy,
    .proposal-apple__formWrap {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    #contact .contact-inner::before {
        inset: -14px -12px;
        border-radius: 28px;
    }

    #contact .proposal-form--progressive {
        width: 100%;
        padding: 22px 18px;
        border-radius: 26px;
    }

    .form-grid {
        grid-template-columns: 1fr !important;
    }

    .contact-bullets .bullet {
        grid-template-columns: 14px 1fr;
        align-items: start;
        gap: 10px 14px;
        padding: 16px 0;
    }

        .contact-bullets .bullet::before {
            margin-top: 6px;
        }

    .bullet-title,
    .muted.small {
        grid-column: 2;
    }

    .proposal-bridge {
        flex-direction: column;
        align-items: flex-start;
    }

    .proposal-bridge__meta {
        white-space: normal;
    }

    .testimonials-premium__stack {
        gap: 28px !important;
    }
}

@media (max-width: 768px) {
    .menu-directory-card__desc {
        display: none;
    }
}

@media (max-width: 760px) {
    .proof-premium--v21 {
        padding-bottom: clamp(60px, 8vw, 100px);
    }

    .trust-premium--v21 {
        padding-top: clamp(50px, 6vw, 70px);
        padding-bottom: clamp(50px, 6vw, 70px);
    }

    .proof-premium--v21 .proof-premium__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "hero"
            "halal"
            "menus"
            "reliable";
        gap: 18px;
    }

    .proof-premium--v21 .proof-hero {
        padding-right: 0;
    }

    .trust-premium__rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .trust-premium__logo {
        height: 68px;
        padding: 8px 10px;
        border-radius: 18px;
    }

        .trust-premium__logo img {
            max-width: 104px;
            max-height: 24px;
        }

    .form-actions--split {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .popular-apple,
    .menus-directory,
    .testimonials-merged,
    .proposal-apple,
    #contact.contact {
        padding-top: 72px;
        padding-bottom: 72px;
    }

        .proof-premium--v21 .proof-premium__head .h2,
        .testimonials-merged .home-section-head .h2,
        .proposal-apple__copy .h2,
        #contact .contact-copy .h2 {
            font-size: clamp(28px, 9vw, 40px);
            line-height: 1.03;
        }

    .popular-apple__stage {
        margin-top: 28px;
    }

        .popular-apple__stage::before,
        .popular-apple__stage::after,
        .popular-apple__nav {
            display: none;
        }

    .popular-apple__rail {
        grid-auto-columns: 82%;
        gap: 12px;
        padding-bottom: 2px;
    }

    .popular-apple__media {
        border-radius: 16px;
    }

    .popular-apple__body {
        padding: 10px 2px 0;
    }

    .menus-directory__stage {
        margin-top: 26px;
    }

    .menus-directory__grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 82%;
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 2px 4px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .menus-directory__grid::-webkit-scrollbar {
            display: none;
        }

    .menu-directory-card {
        scroll-snap-align: start;
    }

    .menu-directory-card__media {
        border-radius: 16px;
    }

    .menu-directory-card__body {
        padding-top: 12px;
    }

    .menu-directory-card__title {
        font-size: clamp(21px, 5.5vw, 24px);
    }

    .proof-premium--v21 .proof-hero__title {
        max-width: 10.5ch;
        font-size: clamp(30px, 9vw, 42px);
    }

    .testimonial-premium__media img {
        width: 100%;
        max-width: 86%;
        margin: 0 auto;
        aspect-ratio: 4 / 5.2;
        object-fit: cover;
        border-radius: 20px;
        display: block;
    }

    .testimonial-premium blockquote {
        max-width: 12ch;
        font-size: clamp(22px, 7vw, 32px);
        line-height: 1.08;
    }

    .testimonials-premium__stack .testimonial-premium blockquote {
        max-width: 16ch;
        font-size: clamp(18px, 5.8vw, 26px);
        line-height: 1.16;
    }

    .trust-inline {
        margin-top: 28px;
        padding-top: 18px;
    }

    .trust-inline__links {
        gap: 10px 14px;
    }

        .trust-inline__links a {
            font-size: 13px;
        }

    #contact .contact-inner::before {
        inset: -10px -6px;
        border-radius: 24px;
    }

    #contact .contact-copy .lead,
    .proposal-apple__lead {
        max-width: none;
        font-size: 16px;
    }

    #contact .proposal-form--progressive,
    .proposal-apple__form {
        padding: 14px;
        border-radius: 16px;
    }

        #contact .proposal-form--progressive input,
        #contact .proposal-form--progressive select,
        #contact .proposal-form--progressive textarea,
        .proposal-apple__field input,
        .proposal-apple__field select,
        .proposal-apple__field textarea {
            min-height: 48px;
            height: 48px;
            border-radius: 12px;
        }

    .proposal-apple__submit {
        height: 48px;
    }

    .logo-strip {
        gap: 20px 24px;
    }

        .logo-strip img {
            max-width: 110px;
            max-height: 28px;
            opacity: 0.65;
            filter: grayscale(100%);
        }
}

@media (max-width: 480px) {
    .testimonial-premium__media img {
        aspect-ratio: 4 / 5.4;
        border-radius: 18px;
    }

    .testimonial-premium blockquote {
        max-width: 11ch;
        font-size: clamp(20px, 7.2vw, 30px);
    }

    .testimonials-premium__stack .testimonial-premium blockquote {
        max-width: 15ch;
        font-size: clamp(17px, 5.6vw, 24px);
    }
}
