@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500;700&display=swap');

/* ══════════════════════════════════════════════════════════════════
   TOKENS
══════════════════════════════════════════════════════════════════ */
:root {
    --b-dark:    #1a2535;   
    --b-mid:     #2e3f58;   
    --b-accent:  #6b8cae;   
    --b-soft:    #9ab3cc;   
    --b-sand:    #f4ede0;   
    --b-linen:   #ede4d3;   
    --b-cream:   #fdf9f3;   
    --b-text:    #1a2535;   
    --b-body:    #3d4f60;   
    --b-muted:   rgba(244, 237, 224, 0.62);
    --b-border:  rgba(107, 140, 174, 0.18);
}

/* ══════════════════════════════════════════════════════════════════
   HERO (Mirrored from About Page)
══════════════════════════════════════════════════════════════════ */
.menu-hero {
    padding: 150px 0 120px;
    background: var(--b-dark);
    background-image:
        radial-gradient(ellipse at 10% 80%, rgba(107,140,174,0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 90% 10%, rgba(154,179,204,0.10) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(46,63,88,0.40) 0%, transparent 70%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.menu-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
    opacity: 0.4;
    pointer-events: none;
}

.menu-hero::after {
    content: '';
    position: absolute; inset: 36px;
    border: 1px solid rgba(107,140,174,0.10);
    border-radius: 12px;
    pointer-events: none;
}

.paw-float {
    position: absolute;
    font-size: 1.8rem;
    opacity: 0.07;
    pointer-events: none;
    animation: floatPaw 10s ease-in-out infinite;
}
.paw-float--1 { top: 18%; left: 8%;  animation-delay: 0s; }
.paw-float--2 { top: 62%; right: 9%; animation-delay: 4s; font-size: 1.3rem; }
.paw-float--3 { bottom: 16%; left: 42%; animation-delay: 7s; font-size: 1.1rem; }

@keyframes floatPaw {
    0%, 100% { transform: translateY(0) rotate(-5deg); opacity: 0.07; }
    50%       { transform: translateY(-14px) rotate(5deg); opacity: 0.12; }
}

.hero-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.hero-icon {
    width: 70px; height: 70px;
    margin: 0 auto 30px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(154,179,204,0.28);
    background: rgba(107,140,174,0.10);
}
.hero-cat-icon { font-size: 2rem; line-height: 1; }

.hero-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--b-soft);
    margin: 0 0 20px;
}

.hero-title {
    font-family: 'Lora', serif;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 600;
    color: var(--b-sand);
    line-height: 1.2;
    margin: 0 0 16px;
}
.hero-title em {
    font-style: italic;
    color: var(--b-soft);
}

.hero-divider {
    display: flex; align-items: center; gap: 14px;
    justify-content: center; margin: 32px 0;
}
.hero-divider span {
    display: block; height: 1px; width: 70px;
    background: linear-gradient(to right, transparent, var(--b-soft), transparent);
}
.divider-paw { font-style: normal; font-size: 0.85rem; opacity: 0.6; }

.hero-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.95;
    color: var(--b-muted);
    max-width: 660px;
    margin: 0 auto;
}

/* ══════════════════════════════════════════════════════════════════
   MENU SECTION
══════════════════════════════════════════════════════════════════ */
.menu-section {
    padding: 120px 0 80px;
    background: var(--b-sand);
    position: relative;
}

.menu-section::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(to right, transparent, var(--b-accent), transparent);
    opacity: 0.35;
}

.menu-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.menu-category {
    margin-bottom: 80px;
}

.category-title {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--b-text);
    text-align: center;
    margin: 0 0 16px;
}
.category-title em {
    color: var(--b-accent);
    font-style: italic;
    font-weight: 400;
}

.category-divider {
    width: 60px;
    height: 2px;
    background: var(--b-accent);
    margin: 0 auto 48px;
    border-radius: 2px;
    opacity: 0.6;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 40px;
}

/* ══════════════════════════════════════════════════════════════════
   MENU ITEM
══════════════════════════════════════════════════════════════════ */
.menu-item {
    display: flex;
    flex-direction: column;
}

.item-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
}

.item-name {
    font-family: 'Lora', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--b-text);
    margin: 0;
    white-space: nowrap;
}

.item-dots {
    flex-grow: 1;
    border-bottom: 1px dotted rgba(107, 140, 174, 0.4);
    margin: 0 12px 6px 12px;
}

.item-price {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--b-accent);
}

.item-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--b-body);
    margin: 0;
}

.tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--b-sand);
    background: var(--b-accent);
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
    vertical-align: middle;
}

/* ══════════════════════════════════════════════════════════════════
   RULES / ETIQUETTE SECTION
══════════════════════════════════════════════════════════════════ */
.rules-section {
    padding: 0 0 120px;
    background: var(--b-sand);
}

.rules-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.rules-box {
    background: var(--b-cream);
    border: 1px solid var(--b-border);
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(26,37,53,0.05);
}

.rules-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 16px;
}

.rules-box h3 {
    font-family: 'Lora', serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--b-text);
    margin: 0 0 16px;
}

.rules-box p {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--b-body);
    margin: 0;
}

.rules-box strong {
    font-weight: 500;
    color: var(--b-accent);
}

/* ══════════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .menu-hero { padding: 100px 0 70px; }
    .hero-inner, .menu-inner, .rules-inner { padding: 0 24px; }
}

@media (max-width: 768px) {
    .menu-grid {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }
    .item-name {
        font-size: 1.1rem;
        white-space: normal;
    }
    .item-header {
        align-items: flex-start;
    }
    .item-dots {
        display: none;
    }
    .item-price {
        margin-left: auto;
        padding-left: 16px;
    }
}

@media (max-width: 640px) {
    .menu-hero { padding: 80px 0 50px; }
    .hero-inner, .menu-inner, .rules-inner { padding: 0 18px; }
    .rules-box { padding: 30px 20px; }
}