* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #ff6b35;
    --secondary-color: #f7931e;
    --accent-color: #ff8c5a;
    --text-dark: #1f2c39;
    --text-medium: #34495e;
    --text-light: #798585;
    --bg-main: #f8f9fa;
    --bg-darker: #0d0d0d;
    --bg-section: #ffffff;
    --bg-card: #fafbfc;
    --border-light: #e1e8ed;
    --border-medium: #d1d9e0;
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);
    --shadow-hover: 0 8px 24px rgba(255, 107, 53, 0.15);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background: var(--bg-main);
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/dallas_logo_large.webp');
    background-size: 1000px auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.05;
    z-index: 1;
    pointer-events: none;
}

header {
    background: var(--bg-darker);
    color: white;
    padding: 3rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid var(--primary-color);
    position: relative;
    min-height: 200px;
}

.header-content {
    text-align: center;
    margin-bottom: 2rem;
}

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

header h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: var(--primary-color);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    letter-spacing: -0.5px;
}

.tagline {
    font-size: 1.2rem;
    opacity: 0.9;
    font-style: italic;
    color: #e0e0e0;
    font-weight: 300;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-item .icon {
    font-size: 1.2rem;
    color: var(--primary-color);
}

.contact-item a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 400;
}

.contact-item a:hover {
    color: var(--primary-color);
}

/* Logo */
.logo-container {
    margin-bottom: 1.5rem;
}

.site-logo {
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s;
}

.site-logo:hover {
    transform: scale(1.05);
}

/* Navigation - KEEP DARK */
nav {
    background: #1f1f1f;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-bottom: 2px solid var(--primary-color);
}

nav .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    overflow: hidden;
}

.nav-logo {
    padding: 0.5rem 0.5rem 0;
}

.nav-logo img {
    height: 42px;
    width: auto;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 1rem 1.5rem;
    display: inline-block;
    transition: all 0.3s;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    font-size: 0.95rem;
}

nav a:hover {
    background: rgba(255, 107, 53, 0.1);
    border-bottom-color: var(--primary-color);
}

nav a.admin-link {
    background: var(--primary-color);
    color: white;
}

.language-switcher {
    display: inline-flex;
    gap: 0.3rem;
    align-items: center;
    margin-left: 1rem;
}

.lang-flag {
    font-size: 1.5rem;
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.3s;
    padding: 0.2rem 0.3rem;
    border-radius: 4px;
    border: 2px solid transparent;
}

.lang-flag:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.lang-flag.active {
    opacity: 1;
}

/* Opening Hours Section */
.opening-hours-section {
    background: linear-gradient(135deg, #fff8f5 0%, #ffffff 100%);
    border-radius: 12px;
    padding: 2rem;
    margin-top: 3rem;
    border-left: 4px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
}

.opening-hours-section h3 {
    text-align: center;
    color: var(--text-dark);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

/* Säsongsflikar */
.season-tabs {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.season-tab {
    padding: 0.75rem 2rem;
    border: 2px solid var(--border-light);
    background: white;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    color: var(--text-medium);
}

.season-tab:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.season-tab.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Öppettider tabell */
.hours-table {
    max-width: 500px;
    margin: 0 auto;
}

.hours-table-header .hours-row {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    transition: background 0.2s;
}

.hours-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--border-light);
    transition: background 0.2s;
}

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

.hours-row:hover, .hours-table-header .hours-row:hover {
    background: rgba(255, 107, 53, 0.05);
}

.day-name {
    font-weight: 600;
    color: var(--text-dark);
}

.hours-table-header .day-name {
    color: #d2dce6;
    font-size: 0.9rem;
    font-weight: normal;
}

.hours-time {
    text-align: right;
    color: var(--text-medium);
    font-weight: 500;
}

.hours-table-header .hours-time {
    text-align: right;
    color: #568e61;
    font-weight: 500;
    font-size: 0.9rem;
}

.closed-badge {
    color: #e74c3c;
    font-weight: 600;
}

.hours-note {
    text-align: center;
    margin-top: 1rem;
    color: var(--text-light);
    font-size: 0.9rem;
    font-style: italic;
}

/* Main Content */
main {
    padding: 3rem 0;
}

section {
    background: var(--bg-section);
    padding: 2.5rem;
    margin-bottom: 2rem;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
}

h2 {
    color: var(--text-dark);
    margin-bottom: 2.5rem;
    font-size: 2rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

/* Lunch Section */
.lunch-header-section {
    margin-bottom: 2rem;
}

.lunch-header-section h2 {
    margin-bottom: 1.5rem;
}

.week-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    flex-wrap: wrap;
    border: 1px solid var(--border-light);
}

.week-nav-btn {
    padding: 0.875rem 1.75rem;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: var(--shadow-sm);
}

.week-nav-btn:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.current-week {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.week-label {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.current-week-link {
    display: inline-block;
    font-size: 0.9rem;
    color: var(--primary-color);
    text-decoration: none;
    margin-top: 0.25rem;
    font-weight: 500;
}

.current-week-link:hover {
    text-decoration: underline;
}

.week-dates {
    display: block;
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 400;
    margin-top: 0.25rem;
}

/* Lunch Info Box */
.lunch-info-box {
    margin-bottom: 2rem;
}

.info-content strong {
    color: var(--text-dark);
    font-weight: 600;
}

/* Lunch Grid */
.lunch-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.lunch-item {
    background: white;
    padding: 1.75rem;
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s;
    margin-bottom: 0.5rem;
    border: 1px solid var(--border-light);
    border-left-width: 4px;
}

.lunch-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-left-color: var(--secondary-color);
}

.lunch-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--border-light);
}

.lunch-item h3 {
    color: var(--text-dark);
    font-size: 1.2rem;
    margin: 0;
    font-weight: 600;
}

.lunch-item .date {
    background: var(--primary-color);
    color: white;
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.lunch-item .beskrivning {
    color: var(--text-medium);
    font-size: 1rem;
    line-height: 1.7;
}

/* Today Badge */
.lunch-item.today {
    border-left-color: #10b981;
    background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 100%);
}

.today-badge {
    display: inline-block;
    background: #10b981;
    color: white;
    font-size: 0.7rem;
    padding: 0.25rem 0.65rem;
    border-radius: 12px;
    margin-left: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* No Lunch Message */
.no-lunch {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: var(--text-light);
}

.no-lunch .note {
    margin-top: 0.5rem;
    font-style: italic;
}

.btn-back-current {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: var(--shadow-sm);
}

.btn-back-current:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

/* Menu Section */
.menu-columns {
    display: grid;
    gap: 2rem;
}

.menu-category {
    background: var(--bg-card);
    padding: 1.75rem;
    border-radius: 12px;
    break-inside: avoid;
    box-shadow: var(--shadow-sm);
}

.menu-category h3 {
    border-radius: 25px;
    color: var(--text-dark);
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    padding: 0.3rem 0 0.4rem 1rem;
    font-weight: 700;
}

/* Menu Subgroups */
.menu-subgroup {
    margin-bottom: 2rem;
}

.menu-subgroup:last-child {
    margin-bottom: 0;
}

.subgroup-title {
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 0.3rem 1.125rem;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.subgroup-price {
    color: var(--text-dark);
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
}

.menu-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem;
}

.menu-item {
    padding: 0.875rem 1.125rem;
    background: white;
    border-radius: 8px;
    transition: all 0.3s;
    border: 1px solid var(--border-light);
}

.menu-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

.item-name {
    color: var(--text-dark);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.menu-item .description {
    color: var(--text-light);
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* Welcome Section - Compact Version */
.welcome-section {
    border-left: 4px solid var(--primary-color);
    margin-top: 2rem;
}

.welcome-box-compact {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.welcome-box-compact h2 {
    color: var(--text-dark);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.welcome-box-compact h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--primary-color);
    margin: 0.75rem auto 0;
}

.welcome-box-compact p {
    font-size: 1.1rem;
    color: var(--text-medium);
    line-height: 1.8;
}

/* Welcome Gallery */
.welcome-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    aspect-ratio: 4/3;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.zoom-icon {
    font-size: 2.5rem;
    color: white;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.lightbox img {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 3rem;
    color: white;
    cursor: pointer;
    font-weight: 300;
    transition: color 0.3s;
    z-index: 10001;
}

.lightbox-close:hover {
    color: var(--primary-color);
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: white;
    cursor: pointer;
    padding: 20px;
    user-select: none;
    transition: color 0.3s;
    z-index: 10001;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    color: var(--primary-color);
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.1rem;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 20px;
    border-radius: 20px;
    z-index: 10001;
}

/* Contact Section */
/* Welcome Box in Contact Section */
.contact-section .welcome-box {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 3rem;
    align-items: center;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
    margin-bottom: 3rem;
    box-shadow: var(--shadow-sm);
}

.contact-section .welcome-content h3 {
    color: var(--text-dark);
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.contact-section .welcome-content p {
    font-size: 1.05rem;
    color: var(--text-medium);
    line-height: 1.8;
}

.welcome-image {
    text-align: center;
}

.owner-photo {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(255, 107, 53, 0.2);
    border: 4px solid white;
    transition: transform 0.3s, box-shadow 0.3s;
}

.owner-photo:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 32px rgba(255, 107, 53, 0.3);
}

.owner-caption {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: var(--text-light);
    font-style: italic;
    font-weight: 500;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.contact-info-box {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}

.contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-color);
}

.icon-large {
    font-size: 3rem;
    color: var(--primary-color);
}

.contact-info-box h3 {
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.contact-info-box p {
    color: var(--text-medium);
    font-size: 1rem;
    line-height: 1.6;
}

.contact-info-box a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.contact-info-box a:hover {
    color: var(--secondary-color);
}

/* Footer - KEEP DARK */
footer {
    background: var(--bg-darker);
    color: white;
    text-align: center;
    padding: 2.5rem 0;
    margin-top: 3rem;
    border-top: 3px solid var(--primary-color);
}

footer p {
    opacity: 0.85;
    font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 992px) {    
    .menu-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .welcome-box-compact h2 {
        font-size: 1.5rem;
    }
    
    .welcome-box-compact p {
        font-size: 1rem;
    }

    .welcome-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .gallery-overlay {
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
    }
    
    .zoom-icon {
        font-size: 2rem;
    }
    
    .lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 2.5rem;
    }
    
    .lightbox-prev,
    .lightbox-next {
        font-size: 2rem;
        padding: 10px;
    }
    
    .lightbox-prev {
        left: 10px;
    }
    
    .lightbox-next {
        right: 10px;
    }
    
    .contact-section .welcome-box {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem;
    }
    
    .welcome-image {
        order: -1;
    }
    
    .owner-photo {
        max-width: 200px;
    }
    
    .contact-section .welcome-content h3 {
        font-size: 1.4rem;
        text-align: center;
    }
    
    .contact-section .welcome-content p {
        text-align: center;
        font-size: 1rem;
    }

    header h1 {
        font-size: 2rem;
    }
    
    .tagline {
        font-size: 1rem;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 1rem;
    }
    
    .site-logo {
        max-width: 150px;
    }

     nav .container {
        padding: 0;
    }

    nav a {
        padding: 0.7rem 0.8rem;
        font-size: 0.9rem;
    }

    .opening-hours-section {
        padding: 1.5rem;
    }
    
    .season-tab {
        width: 100%;
        padding: 0.85rem;
    }
    
    .hours-row {
        padding: 0.85rem 1rem;
    }
    
    .opening-hours-section h3 {
        font-size: 1.5rem;
    }
    
    section {
        padding: 2rem 1.5rem;
    }
    
    h2 {
        font-size: 1.6rem;
    }
    
    .menu-columns {
        grid-template-columns: 1fr;
    }
    
    .menu-items {
        grid-template-columns: 1fr;
    }
    
    .lunch-grid {
        grid-template-columns: 1fr;
    }
    
    .week-navigation {
        flex-direction: column;
        gap: 1rem;
    }
    
    .week-nav-btn {
        width: 100%;
        justify-content: center;
    }
    
    .current-week {
        order: -1;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    header {
        padding: 2rem 0;
    }
    
    .site-logo {
        max-width: 120px;
    }
    
    section {
        padding: 1.5rem 1rem;
    }
}
