/* ============================================================
   MENUSPACE FRONT-END — DARK CLASSIC
   FULL STANDALONE TEMPLATE
   ============================================================ */

.ms-page * { box-sizing: border-box; }

.ms-page {
    background: #0a0d12;
    color: #f8f9fa;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: Inter, Arial, sans-serif;
}

/* HERO */
.ms-hero {
    position: relative;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
    overflow: hidden;
}

@media (min-width: 768px) {
    .ms-hero { height: 90vh; }
}

.ms-hero-video,
.ms-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.45) contrast(1.2);
}

.ms-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(0,0,0,0.15), rgba(0,0,0,0.75));
    z-index: 2;
}

/* HERO CONTENT */
.ms-brand-logo,
.ms-brand-title,
.ms-brand-tagline,
.ms-order-btn {
    position: relative;
    z-index: 3;
}

.ms-brand-logo {
    max-height: 140px;
    margin-bottom: 16px;
}

.ms-brand-title {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #00ff88;
}

.ms-brand-tagline {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #1a73e8;
    margin-bottom: 20px;
}

/* ORDER BUTTON */
.ms-order-btn {
    display: inline-block;
    padding: 14px 38px;
    border-radius: 40px;
    background: #1a73e8;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 18px rgba(26,115,232,0.8);
}

/* SECTIONS */
.ms-section { padding: 40px 0; }

.ms-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 6px 28px rgba(0,0,0,0.45);
    backdrop-filter: blur(8px);
}

.ms-card h3 {
    font-size: 1.4rem;
    margin-bottom: 14px;
    color: #00ff88;
}

/* HOURS */
.ms-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* MAP */
.ms-map {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 6px 28px rgba(0,0,0,0.45);
}

/* FOOTER */
.ms-footer {
    text-align: center;
    padding: 30px 0;
    color: #b2b9c6;
    font-size: 0.95rem;
}

/* FLOATING */
.ms-float-group {
    position: fixed;
    bottom: 24px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 9999;
}

.ms-status-open {
    background: #00ff88;
    color: #000;
    padding: 12px 24px;
    border-radius: 40px;
    font-weight: 800;
}

.ms-status-closed {
    background: #444;
    color: #eee;
    padding: 12px 24px;
    border-radius: 40px;
}

.ms-call-btn {
    background: #1a73e8;
    color: #fff !important;
    padding: 14px 24px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
}
