/* ==========================================================================
   Anurra Pure Veg Restaurant — Stylesheet
   Theme Standards: Deep Mountain Pine (#1E3A2F), Terracotta (#C27847), Limewash (#FBF9F5)
   Typography: 'Fraunces' serif & 'Instrument Sans' sans-serif
   ========================================================================== */

:root {
    --rest-bg: #FBF9F5;
    --rest-bg-alt: #F4EFEA;
    --rest-surface: #FFFFFF;
    --rest-pine: #1E3A2F;
    --rest-pine-accent: #3F5C42;
    --rest-pine-light: #EAEFEA;
    --rest-terracotta: #C27847;
    --rest-terracotta-hover: #AA6336;
    --rest-gold: #DB9A26;
    --rest-ink: #2C3330;
    --rest-muted: #5C635F;
    --rest-border: #E6E0D6;
    --rest-border-light: #F0EAE1;
    --rest-veg-green: #2E7D32;
    --rest-font-serif: 'Fraunces', 'Playfair Display', Georgia, serif;
    --rest-font-sans: 'Instrument Sans', 'Plus Jakarta Sans', system-ui, sans-serif;
    --rest-radius: 16px;
    --rest-shadow-sm: 0 2px 10px rgba(30, 58, 47, 0.04), 0 8px 20px -8px rgba(30, 58, 47, 0.08);
    --rest-shadow-md: 0 4px 16px rgba(30, 58, 47, 0.06), 0 16px 32px -12px rgba(30, 58, 47, 0.12);
}

/* Page Scope */
.rest-wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(1.2rem, 3vw, 2.5rem);
    padding-right: clamp(1.2rem, 3vw, 2.5rem);
}

.rest-section {
    padding-top: clamp(3rem, 5vw, 5rem);
    padding-bottom: clamp(3rem, 5vw, 5rem);
}

.rest-section--alt {
    background-color: var(--rest-bg-alt);
}

.rest-section--white {
    background-color: var(--rest-surface);
}

.rest-section--pine {
    background-color: var(--rest-pine);
    color: #FFFDF8;
}

/* Typography */
.rest-h1, .rest-h2, .rest-h3 {
    font-family: var(--rest-font-serif);
    color: var(--rest-pine);
    line-height: 1.18;
    margin-top: 0;
    font-weight: 500;
    font-variation-settings: 'SOFT' 40, 'WONK' 1;
}

.rest-section--pine .rest-h1,
.rest-section--pine .rest-h2,
.rest-section--pine .rest-h3 {
    color: #FFFDF8;
}

.rest-h1 {
    font-size: clamp(2.1rem, 3.8vw, 3.4rem);
    letter-spacing: -0.02em;
    margin-bottom: 1.2rem;
}

.rest-h2 {
    font-size: clamp(1.75rem, 2.6vw, 2.4rem);
    letter-spacing: -0.015em;
    margin-bottom: 0.6rem;
}

.rest-h3 {
    font-size: 1.25rem;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
}

.rest-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--rest-terracotta);
    margin-bottom: 0.75rem;
}

.rest-lead {
    font-size: clamp(1.05rem, 1.3vw, 1.22rem);
    color: var(--rest-ink);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.rest-center {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Veg Mark Icon (Indian Food Safety Green Square & Circle) */
.rest-veg-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 2px solid var(--rest-veg-green);
    border-radius: 3px;
    background: #FFFFFF;
    flex-shrink: 0;
}

.rest-veg-mark::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rest-veg-green);
}

/* Hero Section */
.rest-hero {
    background: linear-gradient(180deg, #FBF9F5 0%, #F4EFEA 100%);
    padding-top: clamp(2.5rem, 4vw, 4rem);
    padding-bottom: clamp(3rem, 5vw, 5rem);
    border-bottom: 1px solid var(--rest-border);
}

.rest-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 900px) {
    .rest-hero__grid {
        grid-template-columns: 1.15fr 0.85fr;
    }
}

.rest-badge-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
}

.rest-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #FFFFFF;
    border: 1px solid var(--rest-border);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--rest-pine);
    box-shadow: 0 1px 3px rgba(30, 58, 47, 0.05);
}

.rest-pill--green {
    border-color: rgba(46, 125, 50, 0.35);
    background: #F1F8F1;
    color: #2E7D32;
}

.rest-pill--terracotta {
    border-color: rgba(194, 120, 71, 0.35);
    background: #FDF7F3;
    color: var(--rest-terracotta);
}

.rest-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.rest-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--rest-font-sans);
    font-weight: 600;
    font-size: 0.96rem;
    padding: 0.82rem 1.6rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.rest-btn--primary {
    background: var(--rest-terracotta);
    color: #FFFFFF;
    border: 1px solid var(--rest-terracotta);
}

.rest-btn--primary:hover {
    background: var(--rest-terracotta-hover);
    color: #FFFFFF;
    transform: translateY(-1px);
}

.rest-btn--pine {
    background: var(--rest-pine);
    color: #FFFFFF;
    border: 1px solid var(--rest-pine);
}

.rest-btn--pine:hover {
    background: #142820;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.rest-btn--outline {
    background: #FFFFFF;
    color: var(--rest-pine);
    border: 1px solid var(--rest-border);
}

.rest-btn--outline:hover {
    border-color: var(--rest-pine);
    background: #F7F4EC;
    color: var(--rest-pine);
}

.rest-btn--whatsapp {
    background: #1E3A2F;
    color: #FFFFFF;
    border: 1px solid #1E3A2F;
}

.rest-btn--whatsapp:hover {
    background: #142820;
    color: #FFFFFF;
    transform: translateY(-1px);
}

.rest-hero__media {
    position: relative;
    border-radius: var(--rest-radius);
    overflow: hidden;
    box-shadow: var(--rest-shadow-md);
    border: 1px solid var(--rest-border);
    aspect-ratio: 4 / 3;
}

.rest-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rest-hero__media-badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    background: rgba(30, 58, 47, 0.92);
    backdrop-filter: blur(8px);
    color: #FFFDF8;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Category Sticky Navigation Bar */
.rest-subnav {
    position: sticky;
    top: 0;
    z-index: 40;
    background: #FFFFFF;
    border-bottom: 1px solid var(--rest-border);
    box-shadow: 0 2px 8px rgba(30, 58, 47, 0.05);
    padding: 0.6rem 0;
}

.rest-subnav__list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.rest-subnav__list::-webkit-scrollbar {
    display: none;
}

.rest-subnav__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--rest-ink);
    text-decoration: none;
    white-space: nowrap;
    background: #F4EFEA;
    border: 1px solid var(--rest-border);
    transition: all 0.2s ease;
}

.rest-subnav__link:hover,
.rest-subnav__link:focus {
    background: var(--rest-pine);
    color: #FFFFFF;
    border-color: var(--rest-pine);
}

/* Notice & Pilgrim Highlight Banners */
.rest-vrat-banner {
    background: #FFFDF8;
    border: 1.5px dashed var(--rest-gold);
    border-radius: 12px;
    padding: 1.4rem 1.8rem;
    margin: 2rem auto;
    max-width: 900px;
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    box-shadow: var(--rest-shadow-sm);
}

.rest-vrat-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
    line-height: 1;
}

.rest-vrat-title {
    font-family: var(--rest-font-serif);
    font-size: 1.15rem;
    color: var(--rest-pine);
    margin: 0 0 0.35rem 0;
}

.rest-vrat-desc {
    font-size: 0.92rem;
    color: var(--rest-muted);
    line-height: 1.6;
    margin: 0;
}

/* Category Header Blocks */
.rest-cat-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--rest-border);
}

.rest-cat-header__inner {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

@media (min-width: 768px) {
    .rest-cat-header__inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}

.rest-cat-desc {
    font-size: 0.96rem;
    color: var(--rest-muted);
    max-width: 650px;
    margin: 0;
    line-height: 1.6;
}

/* Menu Grid & Item Cards */
.rest-menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .rest-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .rest-menu-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.rest-item-card {
    background: var(--rest-surface);
    border: 1px solid var(--rest-border);
    border-radius: var(--rest-radius);
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-shadow: var(--rest-shadow-sm);
    position: relative;
}

.rest-item-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--rest-shadow-md);
    border-color: #D3C9B8;
}

.rest-item-top {
    margin-bottom: 0.6rem;
}

.rest-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.rest-item-name {
    font-family: var(--rest-font-serif);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--rest-pine);
    margin: 0;
    line-height: 1.3;
}

.rest-item-badge {
    display: inline-block;
    background: #FDF7F3;
    color: var(--rest-terracotta);
    border: 1px solid rgba(194, 120, 71, 0.25);
    border-radius: 6px;
    padding: 0.15rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.4rem;
}

.rest-item-badge--pahadi {
    background: #F1F8F1;
    color: #2E7D32;
    border-color: rgba(46, 125, 50, 0.25);
}

.rest-item-desc {
    font-size: 0.9rem;
    color: var(--rest-muted);
    line-height: 1.6;
    margin: 0;
}

/* Thali Showcase Callout */
.rest-thali-box {
    background: linear-gradient(135deg, #FFFDF8 0%, #F5EDE4 100%);
    border: 1.5px solid var(--rest-terracotta);
    border-radius: var(--rest-radius);
    padding: 1.8rem;
    margin-bottom: 2rem;
    box-shadow: var(--rest-shadow-md);
}

.rest-thali-badge {
    display: inline-block;
    background: var(--rest-terracotta);
    color: #FFFFFF;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    margin-bottom: 0.6rem;
}

.rest-thali-title {
    font-family: var(--rest-font-serif);
    font-size: 1.5rem;
    color: var(--rest-pine);
    margin: 0 0 0.6rem 0;
}

.rest-thali-desc {
    font-size: 0.98rem;
    color: var(--rest-ink);
    line-height: 1.7;
    margin: 0 0 1.2rem 0;
}

.rest-thali-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.rest-thali-item {
    background: #FFFFFF;
    border: 1px solid var(--rest-border);
    border-radius: 6px;
    padding: 0.35rem 0.75rem;
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--rest-pine);
}

/* Features & Atmosphere Grid */
.rest-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

@media (min-width: 640px) {
    .rest-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .rest-features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.rest-feature-card {
    background: #FFFFFF;
    border: 1px solid var(--rest-border);
    border-radius: var(--rest-radius);
    padding: 1.6rem;
    box-shadow: var(--rest-shadow-sm);
    text-align: left;
}

.rest-feature-icon {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    line-height: 1;
}

.rest-feature-title {
    font-family: var(--rest-font-serif);
    font-size: 1.15rem;
    color: var(--rest-pine);
    margin: 0 0 0.4rem 0;
}

.rest-feature-desc {
    font-size: 0.88rem;
    color: var(--rest-muted);
    line-height: 1.6;
    margin: 0;
}

/* FAQ Accordion */
.rest-faq-list {
    max-width: 850px;
    margin: 2rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rest-faq-item {
    background: #FFFFFF;
    border: 1px solid var(--rest-border);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rest-faq-item[open] {
    border-color: var(--rest-pine);
    box-shadow: var(--rest-shadow-sm);
}

.rest-faq-summary {
    padding: 1.2rem 1.4rem;
    font-family: var(--rest-font-serif);
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--rest-pine);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    list-style: none;
    user-select: none;
}

.rest-faq-summary::-webkit-details-marker {
    display: none;
}

.rest-faq-icon {
    width: 20px;
    height: 20px;
    stroke: var(--rest-pine);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.rest-faq-item[open] .rest-faq-icon {
    transform: rotate(180deg);
}

.rest-faq-content {
    padding: 0 1.4rem 1.3rem;
    font-size: 0.94rem;
    color: #4A524E;
    line-height: 1.7;
}

/* Bottom CTA Card */
.rest-cta-card {
    background: var(--rest-pine);
    color: #FFFDF8;
    border-radius: var(--rest-radius);
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem);
    text-align: center;
    box-shadow: var(--rest-shadow-md);
    margin-top: 3rem;
}

.rest-cta-card .rest-h2 {
    color: #FFFDF8;
}

.rest-cta-card p {
    color: #DDD6C6;
    max-width: 680px;
    margin: 0.8rem auto 1.8rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.rest-cta-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
