/* Sri Lanka Food page – Hero section only */

.slf-hero,
.slf-hero * {
    box-sizing: border-box;
}

.slf-breadcrumb {
    padding-top: 14px;
    padding-bottom: 14px;
}


.slf-breadcrumb li,
.slf-breadcrumb a,
.slf-breadcrumb span {
    font-size: 12px;
    color: #1A1A1A;
}

.slf-breadcrumb li[aria-hidden="true"],
.slf-breadcrumb span {
    color: #828282;
}

.breadcrumb-sec ul li:not(:nth-last-of-type(1)) {
    margin-right: 4px;
}

/* HERO */
.slf-hero {
    padding: 16px 0 10px;
}

.slf-hero__wrap {
    position: relative;
}

.slf-hero__media {
    margin: 0 0 0 auto;
    width: calc(100% - 10%);
}

.slf-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
}

/* Overlay card */
.slf-hero__card {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 100%;
    max-width: 530px;
    background: #77EAEB;
    border-radius: 20px;
    padding: 30px;
}

.slf-hero__title {
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 10px;
    font-weight: var(--font-weight-800);
    color: #219192;
}

.slf-hero__title img {
    display: inline;
}

.slf-hero__subtitle {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 120%;
    font-weight: var(--font-weight-700);
    color: #219192;
}

.slf-hero__text p {
    margin: 0 0 12px;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 120%;
}

.slf-hero__text p:last-child {
    margin-bottom: 0;
}

/* Intro under hero */
.slf-intro {
    margin-top: 1.5rem;
}

.slf-intro p {
    margin: 0 0 10px;
    color: #000000;
}

/* =============== Dishes Section =============== */
.slf-dishes {
    padding: 70px 0 40px;
}

.slf-dishes__head,
.slf-experience__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 60px;
}

.slf-dishes__title,
.slf-experience__title {
    margin: 0;
    font-weight: var(--font-weight-700);
    color: #0F6464;
    font-size: 34px;
    line-height: 120%;
    max-width: 550px;
}

.slf-dishes__lead,
.slf-experience__lead {
    margin: 8px 0 0;
    color: #000000;
    font-size: 16px;
}

/* grid of dishes */
.slf-dishes__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 90px;
    row-gap: 80px;
}

/* each dish card */
.slf-dish {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 26px;
}

.slf-dish__figure {
    margin: 0;
    display: grid;
    place-items: center;
}

.slf-dish__img {
    width: min(430px, 100%);
    height: auto;
    display: block;
}

.slf-dish__body {
    max-width: 520px;
}

.slf-dish__name {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 130%;
    font-weight: var(--font-weight-800);
    color: #000;
}

.slf-dish__desc {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    color: #1A1A1A;
    max-width: 520px;
}

/* ================= EXPERIENCE SECTION ================= */

.slf-experience {
    padding: 80px 0 60px;
}

.slf-experience__sub {
    text-align: center;
    color: #27BDBE;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}

/* Grid */
.slf-experience__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 40px;
}

/* Card */
.slf-experience__card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.slf-experience__img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

/* Badge */
.slf-experience__badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #F5F5F5;
    padding: 10px;
    border-radius: 20px 29px 29px 10px;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 80%;
}

.slf-experience__dot {
    width: 15px;
    height: 15px;
    background: #77EAEB;
    border-radius: 38px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Footer text */
.slf-experience__footer {
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

/* ================= CULTURE SECTION ================= */

.slf-culture {
    padding: 80px 0 60px;
}

/* reuse existing .slf-experience__sub via class on the element */
.slf-culture__sub {
    margin-bottom: 30px;
}

/* grid layout (unique to this section) */
.slf-culture__grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
    margin-bottom: 40px;
}

/* big card spans two rows on the left */
.slf-culture__card--big {
    grid-row: 1 / span 2;
}

/* card base */
.slf-culture__card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.slf-culture__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* badge: reuse experience badge, only tweak max-width to match screenshot */
.slf-culture__badge {
    max-width: 85%;
}

/* ================= FAQ / ACCORDION ================= */

.slf-faq {
    padding: 80px 0 60px;
}

.slf-acc {
    border: 1px solid #E7E7E7;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.slf-acc+.slf-acc {
    margin-top: 14px;
}

/* remove default marker */
.slf-acc__summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.slf-acc__summary::-webkit-details-marker {
    display: none;
}

.slf-acc__title {
    font-size: 16px;
    line-height: 120%;
    font-weight: var(--font-weight-700);
    color: #000;
}

/* plus/minus icon */
.slf-acc__icon {
    width: 22px;
    height: 22px;
    position: relative;
    flex: 0 0 22px;
}

.slf-acc__icon::before,
.slf-acc__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #0F6464;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.slf-acc__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* open state -> minus */
.slf-acc[open] .slf-acc__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

/* content */
.slf-acc__content {
    padding: 0 18px 18px;
}

.slf-acc__content p {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    color: #1A1A1A;
}

/* focus accessibility */
.slf-acc__summary:focus-visible {
    outline: 2px solid #77EAEB;
    outline-offset: 3px;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 900px) {

    .slf-hero__media img {
        min-height: 360px;
    }

    .slf-hero__title {
        font-size: 34px;
    }

    .slf-dishes {
        padding: 55px 0 0;
    }

    .slf-dishes__head {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 40px;
    }

    .slf-dishes__title {
        font-size: 32px;
    }

    .slf-dishes__grid {
        grid-template-columns: 1fr;
        row-gap: 70px;
        column-gap: 0;
    }

    .slf-experience__head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .slf-experience__title {
        font-size: 32px;
    }

    .slf-experience__grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 20px;
    }

    .slf-culture {
        padding: 60px 0 40px;
    }

    .slf-culture__grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 24px;
    }

    .slf-culture__card--big {
        grid-row: auto;
    }

    .slf-culture__img {
        height: 360px;
        min-height: 0;
    }
}

@media (max-width: 600px) {

    .container-sm,
    .container-lg,
    .container-x-lg,
    .container {
        padding: 0 0.75rem;
    }

    .slf-hero {
        padding-top: 0;
    }

    .slf-hero__wrap {
        margin-top: 90px;
    }

    .slf-hero__media {
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

    .slf-hero__card {
        left: 16px;
        right: 16px;
        top: -88px;
        width: auto;
        padding: 16px 16px 14px;
        border-radius: 12px;
        translate: unset;
    }

    .slf-hero__title {
        font-size: 30px;
    }

    .slf-hero__subtitle {
        font-size: 18px;
    }

    .slf-hero__text p,
    .slf-intro p,
    .slf-dishes__lead,
    .slf-experience__lead,
    .slf-dish__desc,
    .slf-experience__sub,
    .slf-experience__badge,
    .slf-experience__footer {
        font-size: 14px;
    }

    .slf-dishes__head,
    .slf-experience__head {
        margin-bottom: 20px;
    }

    .slf-dishes,
    .slf-experience {
        padding: 45px 0 0;
    }

    .slf-dishes__title,
    .slf-experience__title {
        font-size: 24px;
    }

    .slf-dish {
        gap: 18px;
    }

    .slf-experience__img {
        height: 320px;
    }

    .slf-culture__img {
        height: 320px;
    }

    .slf-faq {
        padding: 60px 0 40px;
    }

    .slf-acc__summary {
        padding: 16px;
    }

    .slf-acc__title {
        font-size: 15px;
    }
}