/* Location, shrimp bucket and English pages; load after kkk.css. */
.loc-page h1 span {
    -webkit-text-fill-color: #042932;
    background: none;
    color: #042932;
}

.loc-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 36px;
}

.loc-page .btn-primary {
    background: #042932;
    border-color: #042932;
    color: #ffd52d;
}

.loc-btn-ghost {
    border: 2px solid #042932;
    color: #042932;
    background: transparent;
}

.loc-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin: 0 0 40px;
}

.loc-fact {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 22px;
    border-radius: 18px;
    color: #fff0d5;
    background: linear-gradient(125deg, #042932 70%, #0b5263);
    box-shadow: 0 7px 18px #04293212;
}

.loc-fact h2 {
    margin: 0;
    font: 700 18px/1.3 Poppins, sans-serif;
    color: #ffd52d;
}

.loc-fact p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.loc-fact-main {
    font-weight: 700;
    font-size: 16px !important;
}

.loc-fact a {
    color: #ffd52d;
    text-underline-offset: 3px;
}

.loc-fact .btn-primary {
    justify-self: start;
    background: #ffd52d;
    border-color: #ffd52d;
    color: #042932;
    text-decoration: none;
}

.loc-fact .hours {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
    font-size: 14px;
}

.loc-fact .hours li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #fff0d522;
    padding-bottom: 6px;
}

.loc-status-line .loc-status {
    font-size: 13px;
    font-weight: 700;
}

.loc-h2 {
    font: 800 clamp(24px, 4vw, 34px)/1.15 Poppins, sans-serif;
    letter-spacing: -.03em;
    margin: 8px 0 18px;
}

.loc-dishes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    margin: 0 0 18px;
}

.loc-dish {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border-radius: 18px;
    background: #fff0d5;
    color: #042932;
}

.loc-dish img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.loc-dish > div {
    padding: 14px 16px 16px;
    display: grid;
    gap: 6px;
    align-content: start;
}

.loc-dish h3 {
    margin: 0;
    font: 700 16px/1.3 Poppins, sans-serif;
}

.loc-dish p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.loc-dish-link {
    font-size: 13px;
    font-weight: 700;
    color: #042932;
    text-underline-offset: 3px;
}

.loc-note {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 40px;
    max-width: 70ch;
}

.loc-note a {
    color: #042932;
    font-weight: 700;
    text-underline-offset: 3px;
}

.loc-hero-img {
    margin: 0 0 28px;
}

.loc-hero-img img {
    width: 100%;
    max-width: 560px;
    height: auto;
    border-radius: 20px;
    display: block;
}

.loc-page h2 + .faq-page-list {
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .loc-cta .btn {
        flex: 1 1 100%;
        text-align: center;
    }
}

/* Wider layout, hero, reviews and extras (v2) */
.loc-page .container-narrow {
    width: min(100% - 40px, 1080px);
    max-width: 1080px;
}

.loc-crumbs {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 26px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.loc-crumbs a {
    color: #042932;
    text-underline-offset: 4px;
}

.loc-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
    margin-bottom: 40px;
}

.loc-hero .faq-lead {
    margin-bottom: 18px;
}

.loc-hero-photo {
    margin: 0;
}

.loc-hero-photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    box-shadow: 0 18px 40px #04293233;
    transform: rotate(1.2deg);
}

.loc-open {
    margin: 0 0 18px;
}

.loc-open .loc-status {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #042932;
    color: #ffd52d;
    font-size: 13px;
    font-weight: 700;
}

.loc-open .loc-status.closed {
    color: #fff0d5;
}

.loc-cta {
    margin-bottom: 0;
}

.loc-btn-ghost {
    background: #fff0d5;
    border: 2px solid #fff0d5;
    color: #042932;
}

.loc-btn-ghost:hover {
    background: #ffd52d;
    border-color: #ffd52d;
}

.loc-fact .hours b {
    white-space: nowrap;
}

.loc-reviews {
    margin: 8px 0 40px;
}

.loc-reviews-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px 20px;
}

.loc-rating {
    margin: 0 0 18px;
    font-size: 15px;
}

.loc-rating b {
    font-size: 22px;
    font-family: Poppins, sans-serif;
}

.loc-quotes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.loc-quote {
    margin: 0;
    padding: 22px 24px;
    border-radius: 18px;
    background: #fff0d5;
    color: #042932;
    display: grid;
    gap: 10px;
}

.loc-quote p {
    margin: 0;
    font: 600 17px/1.5 Poppins, sans-serif;
}

.loc-quote footer {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    opacity: .7;
}

.loc-review-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.loc-review-links a {
    color: #042932;
    text-underline-offset: 4px;
}

.loc-extras {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin: 0 0 44px;
}

.loc-extra {
    display: grid;
    gap: 6px;
    padding: 22px 24px;
    border-radius: 18px;
    background: #ffd52d;
    color: #042932;
    text-decoration: none;
    border: 2px solid #042932;
    transition: transform .15s ease;
}

.loc-extra:hover {
    transform: translateY(-2px);
}

.loc-extra .eyebrow {
    margin: 0;
}

.loc-extra b {
    font: 800 20px/1.25 Poppins, sans-serif;
}

.loc-extra span:last-child {
    font-size: 14px;
}

.loc-flavours {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin: 0 0 36px;
}

.loc-flavours figure {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff0d5;
}

.loc-flavours img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
}

.loc-flavours figcaption {
    padding: 10px 12px;
    font: 700 14px/1.3 Poppins, sans-serif;
    color: #042932;
}

@media (max-width: 820px) {
    .loc-hero {
        grid-template-columns: 1fr;
    }

    .loc-hero-photo {
        order: -1;
    }

    .loc-hero-photo img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .loc-extra {
        transition: none;
    }
}
