:root {
    --font-heading: var(--font-mono);
    --font-body: var(--font-inter);
    --lc-border-width: 2px;
    --lc-spacing-unit: 16px;
    --lc-shadow-card: 2px 2px 0px color-mix(in srgb, var(--color-border) 70%, transparent);
}

/* Header Overrides */
.header-icon-btn,
.lang-toggle,
.wifi-btn {
    border-radius: 0;
    border-width: 2px;
    font-family: var(--font-mono);
}

.shared-brand-title,
.shared-brand-subtitle {
    font-family: var(--font-mono);
    letter-spacing: 0;
}

.wifi-reveal,
.maps-reveal,
.wifi-copy-btn,
.maps-open-external,
.maps-close-btn,
.maps-embed-frame {
    border-radius: 0;
    border-width: 2px;
    box-shadow: none;
}

.modal {
    border: 4px solid var(--color-primary);
    box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.modal-close {
    border-radius: 0;
    border: 1px solid var(--color-text);
}

.hero {
    border-radius: 0;
    border-bottom: 4px solid var(--color-primary);
    background-color: var(--color-surface);
    --hero-content-radius: 0;
    --hero-content-padding-y: 12px;
    --hero-content-padding-x: 14px;
    --hero-content-blur: 0px;
}

.hero-title {
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.04;
}

.hero-content .shared-brand {
    border-width: 2px;
}

.categories-grid {
    gap: var(--lc-spacing-unit);
}

.category-card {
    border-radius: 0;
    border: var(--lc-border-width) solid var(--color-border);
    background: var(--color-surface);
    box-shadow: var(--lc-shadow-card);
    justify-content: space-between;
    padding: 16px 16px 22px;
    transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
    position: relative;
}

.category-card:hover {
    background: var(--color-surface-variant);
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0px color-mix(in srgb, var(--color-text) 36%, transparent);
}

.category-card::after {
    content: '+ OTVORI';
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--text-secondary);
    border: 1px solid color-mix(in srgb, var(--color-border) 88%, transparent);
    background: color-mix(in srgb, var(--color-surface-variant) 72%, transparent);
    padding: 2px 7px;
    position: absolute;
    right: 12px;
    bottom: 8px;
    line-height: 1.35;
}

.category-title {
    line-height: 1.22;
}

.category-description {
    line-height: 1.42;
}

.category-card.category-expanded {
    background: var(--color-surface);
    border-bottom: none;
}

.category-card.category-expanded::after {
    content: '- ZATVORI';
    color: var(--text-primary);
    background: color-mix(in srgb, var(--color-primary) 12%, var(--color-surface-variant));
}

.category-image {
    width: 60px;
    height: 60px;
    border-radius: 0;
    border: 1px solid var(--color-border);
}

.inline-items-container.open {
    border: 1px solid var(--color-border);
    border-top: none;
    background: var(--color-surface);
    padding: 0 16px 16px;
}

.item-card {
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--color-border);
    border-width: 0 0 1px 0;
    padding: 16px 0;
    align-items: flex-start;
}

.item-card:last-child {
    border-bottom: none;
}

.item-name {
    font-family: var(--font-mono);
    font-weight: 700;
    line-height: 1.24;
}

.item-price {
    font-family: var(--font-mono);
    line-height: 1.2;
}

/* Visuals */
.category-visual {
    width: 64px;
    height: 64px;
    border: 1px solid var(--color-border);
    border-radius: 0;
}

.item-visual {
    width: 56px;
    height: 56px;
    border: 1px solid var(--color-border);
    border-radius: 0;
}

.footer-section,
.wifi-pill {
    border-radius: 0;
    border-width: 2px;
    box-shadow: none;
}

.footer-lang-chip,
.footer-mini-lang-toggle {
    border-radius: 0;
    border-width: 2px;
    font-family: var(--font-mono);
}

.footer-mini-jump {
    font-family: var(--font-mono);
}

/* ═══ Promo Showcase: Brutalist Ticker Tape ═══ */

.promo-showcase {
    padding: 0;
    border-radius: 0;
    border-top: 3px solid var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
    background: var(--color-surface);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.promo-ticker {
    border-radius: 0;
}

.promo-ticker-label {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    padding: 10px 16px;
    background: color-mix(in srgb, var(--color-primary) 22%, var(--color-surface));
    border-right: 3px solid var(--color-primary);
    color: var(--text-primary);
}

.promo-ticker-item {
    padding: 12px 22px;
    border-right: 2px solid color-mix(in srgb, var(--color-border) 70%, transparent);
}

.promo-ticker-name {
    font-family: var(--font-mono);
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
}

.promo-ticker-sep {
    font-family: var(--font-mono);
    font-weight: 900;
    color: var(--color-primary);
    opacity: 0.7;
}

.promo-ticker-price {
    font-family: var(--font-mono);
    font-weight: 900;
    font-size: 0.86rem;
}

.promo-ticker-star {
    font-size: 0.76rem;
}
