/*
Theme Name: Matsnickarn Streetfood
Theme URI: https://matsnickarn.se/
Author: Matsnickarn
Author URI: https://matsnickarn.se/
Description: WP theme for Matsnickarn Streetfood restaurant website.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: matsnickarn
*/

:root {
    --mats-primary: #ff5c35;
    --mats-primary-dark: #f54b28;
    --mats-dark: #0f0f10;
    --mats-dark-2: #18191d;
    --mats-muted: rgba(255, 255, 255, 0.72);
    --mats-border: rgba(255, 255, 255, 0.12);
    --mats-card: rgba(255, 255, 255, 0.93);
    --mats-card-border: rgba(15, 15, 16, 0.08);
    --mats-light: #f7f3ec;
    --shadow-card: 0 22px 55px rgba(15, 15, 16, 0.14);
    --shadow-soft: 0 18px 45px rgba(15, 15, 16, 0.12);
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: radial-gradient(circle at top, rgba(255, 92, 53, 0.07), transparent 50%), #0a0b0c;
    color: #e8e6e3;
    line-height: 1.6;
    min-height: 100vh;
}

a {
    color: var(--mats-primary);
}

a:hover {
    color: var(--mats-primary-dark);
}

.navbar {
    background: rgba(10, 10, 11, 0.9) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.navbar .navbar-brand {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--mats-muted);
    transition: color 0.2s ease;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: var(--mats-primary);
}

.navbar-dark .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--mats-primary);
}

.masthead {
    position: relative;
    padding-top: 12rem;
    padding-bottom: 12rem;
    color: #fff;
    text-align: center;
}

.masthead:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35));
}

.masthead .container {
    position: relative;
    z-index: 2;
}

.intro-lead-in span {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
}

.intro-heading span {
    display: block;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    letter-spacing: 0.08em;
}

.intro-heading {
    margin-bottom: 1.5rem;
}

.btn-primary {
    background-color: var(--mats-primary);
    border-color: var(--mats-primary);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--mats-primary-dark);
    border-color: var(--mats-primary-dark);
}

section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-heading {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 0.35rem;
}

.section-subheading {
    font-size: 1rem;
    color: var(--mats-muted);
    margin-top: 0.5rem;
}

.bg-light,
.menu-section {
    background: var(--mats-light) !important;
    color: #1f1f21;
}

.menu-section .section-subheading {
    color: #5b5952;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.menu-title {
    letter-spacing: 0.32em;
    font-size: clamp(1.2rem, 2.6vw, 1.65rem);
    color: var(--mats-primary);
    margin-bottom: 0.75rem;
}

.section-heading--menu-alt {
    font-size: clamp(2rem, 4vw, 2.75rem);
    letter-spacing: 0.12em;
    margin-bottom: 0.5rem;
}

.menu-groups {
    margin-top: 3rem;
    display: grid;
    gap: 2.4rem;
}

@media (min-width: 992px) {
    .menu-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.menu-group {
    background: var(--mats-card);
    border-radius: 1rem;
    border: 1px solid var(--mats-card-border);
    box-shadow: var(--shadow-card);
    padding: 2rem;
}

.menu-group-heading h3 {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.95rem;
    color: var(--mats-primary);
    margin-bottom: 0.35rem;
}

.menu-group-heading p {
    color: #5c5d61;
    margin: 0;
}

.menu-items {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.menu-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
    padding-bottom: 1.2rem;
}

.menu-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.menu-item-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.menu-item-title {
    font-size: 1.2rem;
    margin: 0;
    color: #111;
}

.menu-item-price {
    font-weight: 700;
    color: var(--mats-primary);
}

.menu-item-badge {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: rgba(255, 92, 53, 0.14);
    color: var(--mats-primary-dark);
    border-radius: 999px;
    padding: 0.2rem 0.75rem;
}

.menu-item-description {
    margin: 0.35rem 0 0;
    color: #555257;
}

#contact {
    background: linear-gradient(135deg, rgba(15, 15, 16, 0.9), rgba(15, 15, 16, 0.75)), url('assets/img/map-image.png') center/cover;
    color: #fff;
}

.contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0 2.5rem;
    flex-wrap: wrap;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-link svg {
    flex-shrink: 0;
}

.contact-link:hover,
.contact-link:focus {
    background: rgba(255, 92, 53, 0.2);
    border-color: var(--mats-primary);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.contact-divider {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.2rem;
}

#contact .form-control {
    border-radius: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#contact .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

#hours {
    background: linear-gradient(180deg, #f5f6f8 0%, #e7e8ec 100%);
    color: #18191d;
    position: relative;
    overflow: hidden;
}

#hours .container {
    position: relative;
    z-index: 2;
}

.hours-shell {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
}

.hours-shell .hours-list {
    flex: 1 1 320px;
    margin: 0;
}

.hours-crest {
    flex: 0 0 220px;
    margin: 0 auto;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(228, 229, 233, 0.95));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(24, 25, 29, 0.06);
    box-shadow: 0 18px 38px rgba(15, 15, 16, 0.12);
}

.hours-crest img {
    max-width: 65%;
    height: auto;
    opacity: 0.9;
}

.hours-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}

.hours-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.85rem;
    color: #9c948c;
    margin-bottom: 0.85rem;
}

.hours-lede {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: #4a4945;
    margin: 0;
}

.hours-list {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
    border-radius: 18px;
    border: 1px solid rgba(17, 18, 23, 0.08);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: none;
}

.hours-list li {
    display: grid;
    grid-template-columns: minmax(90px, 160px) 1fr;
    align-items: center;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-bottom: 1px solid rgba(17, 18, 23, 0.06);
}

.hours-list li:last-child {
    border-bottom: none;
}

.hours-day {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #63646e;
    font-weight: 600;
}

.hours-time {
    font-weight: 600;
    color: #111217;
    justify-self: end;
}

.hours-footnote {
    margin: 1.75rem auto 0;
    text-align: center;
    color: #7d766f;
    font-size: 0.95rem;
}

@media (max-width: 575px) {
    .hours-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .hours-crest {
        width: 180px;
        height: 180px;
    }
}

.location-section {
    background: linear-gradient(135deg, #ffffff, #f1ece4);
    color: #1a1b1f;
}

.location-section p {
    color: #4d4d4f;
}

.btn-map {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.35rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 92, 53, 0.3);
    border-radius: 50px;
    background: rgba(255, 92, 53, 0.1);
    color: var(--mats-primary);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-map svg {
    flex-shrink: 0;
}

.btn-map:hover,
.btn-map:focus {
    transform: translateY(-2px);
    border-color: var(--mats-primary);
    background: rgba(255, 92, 53, 0.18);
    box-shadow: 0 6px 16px rgba(255, 92, 53, 0.2);
    color: var(--mats-primary);
    text-decoration: none;
}

#foodtruck-map {
    width: 100%;
    min-height: 420px;
    border-radius: 0;
}

.location-section #foodtruck-map {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

@media (min-width: 768px) {
    #foodtruck-map {
        min-height: 520px;
    }
}

.site-footer {
    background: radial-gradient(ellipse at bottom, rgba(255, 92, 53, 0.08), transparent 60%), 
                linear-gradient(180deg, rgba(10, 11, 12, 0.95), #0a0b0c);
    border-top: 1px solid rgba(255, 92, 53, 0.12);
    color: #e8e6e3;
    padding: 3rem 0 2rem;
    position: relative;
    text-align: center;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 92, 53, 0.3), transparent);
}

.site-footer .container {
    max-width: 960px;
}

.footer-social {
    margin-bottom: 2rem;
}

.footer-instagram {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.5rem;
    border: 1px solid rgba(255, 92, 53, 0.25);
    border-radius: 50px;
    background: rgba(255, 92, 53, 0.08);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer-instagram svg {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
}

.footer-instagram:hover,
.footer-instagram:focus {
    transform: translateY(-2px);
    border-color: var(--mats-primary);
    background: rgba(255, 92, 53, 0.15);
    box-shadow: 0 8px 20px rgba(255, 92, 53, 0.2);
    color: #fff;
}

.footer-instagram--disabled {
    opacity: 0.5;
    cursor: default;
}

.footer-copyright {
    margin: 0;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 576px) {
    .site-footer {
        padding: 2.5rem 0 1.5rem;
    }
    
    .footer-instagram {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }
}
