/* ============================================================
   RESTAURANTS â€” EDITORIAL FOOD-MAG REDESIGN
   ============================================================ */

/* Shared editorial helpers (scope to this page if they collide) */
.restaurants-hero,
.restaurants-gallery-section,
.restaurants-atmosphere,
.restaurants-cta-section {
    font-family: var(--font-body);
    color: #0A0A0A;
}

/* ---------- HERO ---------- */
.restaurants-hero {
    position: relative;
    min-height: 56vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #0A0A0A;
    margin: 0;
}
.restaurants-hero__media {
    position: absolute; inset: 0;
}
.restaurants-hero__img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center 55%;
    display: block;
    transform: scale(1.02);
}
.restaurants-hero__scrim {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(10,10,10,0.15) 0%, rgba(10,10,10,0.65) 75%, rgba(10,10,10,0.85) 100%);
    pointer-events: none;
}
.restaurants-hero__inner {
    position: relative;
    z-index: 2;
    padding: 4rem 0 3rem;
    max-width: 720px;
    color: #F1F1F1;
}
.restaurants-hero__inner .pg-eyebrow { color: #F1F1F1; opacity: 0.85; }
.restaurants-hero__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2rem, 4.4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin: 0 0 1.25rem;
    color: #FFFFFF;
    max-width: 18ch;            /* prevents the 8-line wrap into a "wall of text" */
}
.restaurants-hero__lead {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.6;
    color: rgba(241,241,241,0.88);
    max-width: 58ch;
    margin: 0;
}
@media (max-width: 768px) {
    .restaurants-hero { min-height: 70vh; }
    .restaurants-hero__inner { padding: 4.5rem 0 2.5rem; }
}

/* ---------- ATMOSPHERE (editorial split) ---------- */
.restaurants-atmosphere {
    background: #0A0A0A;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.restaurants-atmosphere::before {
    /* subtle red ambient bleed from right side */
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 100% 50%, rgba(229,9,20,0.10), transparent 55%);
    pointer-events: none;
}
.restaurants-atmosphere__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: stretch;
    width: 100%;
    margin: 0;
    min-height: 520px;
}
.restaurants-atmosphere__media {
    margin: 0;
    position: relative;
    overflow: hidden;
    align-self: stretch;
}
.restaurants-atmosphere__media,
.restaurants-atmosphere__img {
    display: block;
}
.restaurants-atmosphere__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}
.restaurants-atmosphere__media:hover .restaurants-atmosphere__img { transform: scale(1.03); }
.restaurants-atmosphere__content {
    padding: clamp(2.5rem, 4vw, 4rem) clamp(1.75rem, 3vw, 3.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #F1F1F1;
    position: relative;
}
.restaurants-atmosphere__content::before {
    /* red vertical accent rail */
    content: "";
    position: absolute;
    left: 0;
    top: clamp(2.5rem, 4vw, 4rem);
    bottom: clamp(2.5rem, 4vw, 4rem);
    width: 2px;
    background: #E50914;
    opacity: 0.85;
}
.restaurants-atmosphere__eyebrow {
    color: #E50914 !important;
    margin-bottom: 1rem;
}
.restaurants-atmosphere__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.75rem, 2.6vw, 2.5rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 1.25rem;
    color: #FFFFFF;
    max-width: 22ch;
}
.restaurants-atmosphere__lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 1.75rem;
    color: rgba(241,241,241,0.82);
    max-width: 52ch;
}
.restaurants-atmosphere__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.85rem;
}
.restaurants-atmosphere__list li {
    position: relative;
    padding-left: 1.6rem;
    font-size: 0.98rem;
    line-height: 1.5;
    color: rgba(241,241,241,0.92);
}
.restaurants-atmosphere__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.7rem;
    height: 2px;
    background: #E50914;
}
@media (max-width: 900px) {
    .restaurants-atmosphere__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .restaurants-atmosphere__media { min-height: 280px; aspect-ratio: 16 / 10; }
    .restaurants-atmosphere__content::before {
        left: clamp(1.5rem, 4vw, 2rem);
        top: clamp(2rem, 4vw, 2.5rem);
        bottom: auto;
        width: 32px;
        height: 2px;
    }
    .restaurants-atmosphere__content {
        padding-top: calc(clamp(2rem, 4vw, 2.5rem) + 1rem);
    }
}

/* ---------- CTA ---------- */
.restaurants-cta-section {
    padding: clamp(3rem, 5vw, 4.5rem) 0 !important;
    background: #F1F1F1;
    border-top: 1px solid rgba(10,10,10,0.06);
}
.restaurants-cta {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(2rem, 3.5vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(10,10,10,0.04), 0 18px 40px -20px rgba(10,10,10,0.18);
}
.restaurants-cta .pg-eyebrow { color: #E50914; }
.restaurants-cta__title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: clamp(1.75rem, 2.8vw, 2.25rem);
    margin: 0 0 0.85rem;
    color: #0A0A0A;
    letter-spacing: -0.01em;
}
.restaurants-cta__lead {
    font-size: 1.0625rem;
    line-height: 1.55;
    color: rgba(10,10,10,0.65);
    margin: 0 0 2rem;
}
/* .btn-pg-solid / .btn-pg-ghost moved to components/buttons.css */

/* Hero title tighter wrap so it doesnt cascade into 8 lines */
.restaurants-hero__title { max-width: 16ch !important; font-size: clamp(2rem, 4vw, 3.25rem) !important; }

/* ============================================
   GALLERY — replaces menu items section (owner request 2026-05-26)
   4-tile visual grid, no text overlays
   ============================================ */
.restaurants-gallery-section { padding-block: clamp(2rem, 3vw, 3rem) !important; }
.restaurants-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));    /* 4-col flat row instead of 2x2 */
    gap: clamp(0.5rem, 1vw, 0.875rem);
    max-width: 1280px;
    margin: 0 auto;
}
.restaurants-gallery__tile {
    margin: 0;
    aspect-ratio: 3 / 4;                                 /* portrait — more editorial */
    overflow: hidden;
    border-radius: 4px;
    background: #F1F1F1;
    position: relative;
}
@media (max-width: 900px) {
    .restaurants-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.restaurants-gallery__tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 600ms ease;
}
.restaurants-gallery__tile:hover img { transform: scale(1.03); }
@media (max-width: 600px) {
    .restaurants-gallery { grid-template-columns: 1fr; }
}

/* ============================================
   FINAL SPACING OVERRIDES — owner request 2026-05-26
   Hero shouldnt inherit 80px section padding; sections tightened.
   ============================================ */
.restaurants-hero { padding: 0 !important; }
.restaurants-gallery-section { padding-block: clamp(2rem, 3vw, 3rem) !important; }
.restaurants-cta-section { padding-block: clamp(2.5rem, 4vw, 3.5rem) !important; }
