.garaj-qr {
    --garaj-accent: #b5412c;
    --garaj-accent-dark: #7f2a20;
    --garaj-ink: #211b18;
    --garaj-muted: #756c63;
    --garaj-line: #eadcc9;
    --garaj-cream: #fff8ee;
    --garaj-paper: #fffdf8;
    --garaj-sage: #66765b;
    --garaj-gold: #c9954d;
    background:
        radial-gradient(circle at 10% -10%, rgba(201, 149, 77, .28), transparent 32%),
        linear-gradient(180deg, #fff6e9 0%, #f6ead9 42%, #fffaf2 100%);
    color: var(--garaj-ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
    min-height: 100vh;
    position: relative;
}
.garaj-qr * { box-sizing: border-box; }
.garaj-qr-welcome {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(33, 27, 24, .58), rgba(33, 27, 24, .88)),
        url("https://garaj.cafe/wp-content/uploads/2026/06/garaj-qr-coffee.jpeg") center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    padding: 28px;
    position: fixed;
    text-align: center;
    z-index: 50;
}
.garaj-qr-welcome.is-hidden { display: none; }
.garaj-qr-logo {
    align-items: center;
    background: rgba(181, 65, 44, .92);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
    display: flex;
    font-size: 52px;
    font-weight: 900;
    height: 96px;
    justify-content: center;
    margin-bottom: 22px;
    width: 96px;
}
.garaj-qr-welcome h1 { font-size: 34px; margin: 0 0 10px; }
.garaj-qr-welcome p { color: #f5ded1; margin: 0 0 24px; max-width: 420px; }
.garaj-qr-welcome button,
.garaj-qr-tools a,
.garaj-product-modal a {
    background: linear-gradient(135deg, var(--garaj-accent), var(--garaj-accent-dark));
    border: 0;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(127, 42, 32, .22);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    padding: 13px 20px;
    text-decoration: none;
}
.garaj-qr-header {
    align-items: center;
    background: rgba(255, 248, 238, .88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(234, 220, 201, .78);
    display: grid;
    gap: 12px;
    grid-template-columns: 44px 1fr 44px;
    padding: 14px 16px;
    position: sticky;
    top: 0;
    z-index: 20;
}
.garaj-qr-header strong {
    display: block;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.1;
}
.garaj-qr-header span { color: var(--garaj-muted); display: block; font-size: 12px; }
.garaj-icon-btn {
    background: rgba(255, 253, 248, .9);
    border: 1px solid rgba(234, 220, 201, .9);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(67, 43, 27, .08);
    color: var(--garaj-ink);
    font-size: 22px;
    height: 44px;
    width: 44px;
}
.garaj-qr-tools {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
    padding: 16px;
}
.garaj-qr-tools input {
    background: var(--garaj-paper);
    border: 1px solid var(--garaj-line);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    font-size: 15px;
    min-width: 0;
    padding: 13px 16px;
}
.garaj-qr-cats {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 16px 16px;
    scrollbar-width: none;
}
.garaj-qr-cats a {
    background: rgba(255, 253, 248, .86);
    border: 1px solid var(--garaj-line);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(67, 43, 27, .06);
    color: var(--garaj-ink);
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 14px;
    text-decoration: none;
}
.garaj-qr-list { padding: 0 16px 92px; }
.garaj-category {
    background: rgba(255, 253, 248, .62);
    border: 1px solid rgba(234, 220, 201, .82);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(67, 43, 27, .07);
    margin-bottom: 16px;
    overflow: hidden;
    padding: 0;
}
.garaj-category-title {
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 253, 248, .98), rgba(250, 239, 223, .9));
    border: 0;
    border-bottom: 1px solid rgba(234, 220, 201, .76);
    color: var(--garaj-ink);
    display: flex;
    font-size: 21px;
    font-weight: 900;
    justify-content: space-between;
    padding: 15px 16px;
    text-align: left;
    width: 100%;
}
.garaj-category-title small {
    background: #efe0cd;
    border-radius: 8px;
    color: var(--garaj-accent-dark);
    font-size: 12px;
    font-weight: 900;
    padding: 5px 8px;
}
.garaj-category-items {
    display: grid;
    gap: 0;
}
.garaj-category.is-collapsed .garaj-category-items { display: none; }
.garaj-product button {
    align-items: stretch;
    background: rgba(255, 253, 248, .94);
    border: 0;
    border-bottom: 1px solid rgba(234, 220, 201, .74);
    border-radius: 0;
    color: inherit;
    display: grid;
    gap: 12px;
    grid-template-columns: 92px 1fr auto;
    min-height: 112px;
    padding: 11px;
    text-align: left;
    width: 100%;
}
.garaj-product:last-child button { border-bottom: 0; }
.garaj-product img {
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    width: 92px;
}
.garaj-product strong {
    display: block;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
}
.garaj-product em {
    color: var(--garaj-muted);
    display: -webkit-box;
    font-size: 12px;
    font-style: normal;
    line-height: 1.35;
    margin-top: 4px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.garaj-allergen-line {
    color: var(--garaj-accent-dark);
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 6px;
}
.garaj-product small {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 7px;
}
.garaj-product mark {
    background: #efe3d4;
    border-radius: 8px;
    color: var(--garaj-sage);
    font-size: 10px;
    font-weight: 800;
    padding: 4px 7px;
}
.garaj-product b {
    align-self: center;
    background: #fff4e3;
    border: 1px solid #ead4b5;
    border-radius: 8px;
    color: var(--garaj-accent-dark);
    font-size: 14px;
    padding: 7px 8px;
    white-space: nowrap;
}
.garaj-qr-panel,
.garaj-product-modal {
    background: rgba(17, 19, 22, .62);
    display: none;
    inset: 0;
    position: fixed;
    z-index: 40;
}
.garaj-qr-panel.is-open,
.garaj-product-modal.is-open { display: block; }
.garaj-qr-panel {
    background: linear-gradient(180deg, #fff8ee, #fffdf8);
    overflow-y: auto;
    padding: 24px;
}
.garaj-qr-panel button,
.garaj-product-modal button {
    background: #fff;
    border: 1px solid var(--garaj-line);
    border-radius: 999px;
    font-size: 26px;
    height: 42px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 42px;
}
.garaj-qr-panel h2 { margin-top: 54px; }
.garaj-qr-panel li { margin-bottom: 8px; }
.garaj-product-modal > div {
    background: linear-gradient(180deg, #fffaf4, #fffdf8);
    border-radius: 18px 18px 0 0;
    bottom: 0;
    left: 0;
    max-height: 88vh;
    overflow-y: auto;
    padding: 16px;
    position: absolute;
    right: 0;
}
.garaj-product-modal img {
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
}
.garaj-product-modal h2 { font-size: 26px; margin: 16px 0 8px; }
.garaj-product-modal p { color: var(--garaj-muted); line-height: 1.5; }
.garaj-modal-allergens {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 12px 0;
}
.garaj-modal-allergens span {
    background: #fff;
    border: 1px solid var(--garaj-line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
}
.garaj-product-modal strong {
    color: var(--garaj-accent-dark);
    display: block;
    font-size: 24px;
    margin: 14px 0;
}
@media (min-width: 760px) {
    .garaj-qr {
        margin: 0 auto;
        max-width: 920px;
    }
    .garaj-qr-list {
        display: grid;
        gap: 18px;
        grid-template-columns: 1fr 1fr;
    }
    .garaj-category {
        padding: 12px;
    }
    .garaj-category-title {
        border-radius: 8px;
    }
    .garaj-product button {
        border: 1px solid rgba(234, 220, 201, .74);
        border-radius: 8px;
        margin-top: 10px;
    }
}

.garaj-site-home {
    --home-accent: #b5412c;
    --home-dark: #211b18;
    --home-muted: #756c63;
    --home-line: #eadcc9;
    --home-paper: #fffdf8;
    --home-sage: #66765b;
    background:
        radial-gradient(circle at 5% 0%, rgba(201, 149, 77, .24), transparent 28%),
        linear-gradient(180deg, #fff8ee 0%, #f8eddd 48%, #fffaf3 100%);
    color: var(--home-dark);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    margin: 0;
    overflow: hidden;
}
.garaj-main-header {
    align-items: center;
    background: rgba(255, 248, 238, .92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid #eadcc9;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 14px clamp(18px, 5vw, 72px);
    position: sticky;
    top: 0;
    z-index: 90;
}
.garaj-main-brand {
    align-items: center;
    color: #211b18;
    display: inline-flex;
    gap: 11px;
    font-weight: 950;
    text-decoration: none;
}
.garaj-main-brand span:first-child {
    align-items: center;
    background: #b5412c;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 20px;
    height: 42px;
    justify-content: center;
    width: 42px;
}
.garaj-main-brand small {
    color: #756c63;
    display: block;
    font-size: 12px;
    font-weight: 700;
}
.garaj-main-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}
.garaj-main-nav a {
    border-radius: 8px;
    color: #211b18;
    font-size: 14px;
    font-weight: 900;
    padding: 10px 12px;
    text-decoration: none;
}
.garaj-main-nav a:last-child {
    background: #211b18;
    color: #fff;
}
.garaj-main-footer {
    background: #211b18;
    color: #f7eadc;
    padding: 42px clamp(18px, 5vw, 72px);
}
.garaj-main-footer__inner {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: 1.4fr 1fr 1fr;
    margin: 0 auto;
    max-width: 1120px;
}
.garaj-main-footer strong {
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
}
.garaj-main-footer p,
.garaj-main-footer a {
    color: #dcc7b4;
    line-height: 1.6;
}
.garaj-main-footer a {
    display: block;
    font-weight: 800;
    text-decoration: none;
}
@media (max-width: 720px) {
    .garaj-main-header {
        align-items: flex-start;
        flex-direction: column;
    }
    .garaj-main-nav {
        justify-content: flex-start;
        width: 100%;
    }
    .garaj-main-nav a {
        background: rgba(255, 253, 248, .78);
    }
    .garaj-main-footer__inner {
        grid-template-columns: 1fr;
    }
}
.garaj-site-home a {
    text-decoration: none;
}
.garaj-hero {
    display: grid;
    min-height: 86vh;
    position: relative;
}
.garaj-hero__media {
    inset: 0;
    position: absolute;
}
.garaj-hero__media::after {
    background: linear-gradient(90deg, rgba(33, 27, 24, .86), rgba(33, 27, 24, .50), rgba(33, 27, 24, .18));
    content: "";
    inset: 0;
    position: absolute;
}
.garaj-hero__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.garaj-hero__content {
    align-self: center;
    color: #fff;
    max-width: 760px;
    padding: 120px 7vw 150px;
    position: relative;
    z-index: 1;
}
.garaj-kicker {
    color: #c9954d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.garaj-hero h1 {
    font-size: clamp(42px, 7vw, 84px);
    line-height: .98;
    margin: 0;
    max-width: 720px;
}
.garaj-hero p:not(.garaj-kicker) {
    color: #f5dfcc;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.55;
    margin: 22px 0 0;
    max-width: 660px;
}
.garaj-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}
.garaj-hero__actions a,
.garaj-section-head a,
.garaj-catering a,
.garaj-contact a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
}
.garaj-hero__actions a:first-child,
.garaj-catering a {
    background: linear-gradient(135deg, var(--home-accent), #7f2a20);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
    color: #fff;
    padding: 14px 20px;
}
.garaj-hero__actions a:last-child {
    background: rgba(255, 253, 248, .14);
    border: 1px solid rgba(255, 255, 255, .36);
    color: #fff;
    padding: 13px 19px;
}
.garaj-home-strip {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
    margin: -72px auto 0;
    max-width: 1120px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.garaj-home-strip div {
    background: rgba(255, 253, 248, .96);
    border: 1px solid rgba(234, 220, 201, .86);
    box-shadow: 0 18px 44px rgba(67, 43, 27, .12);
    min-height: 118px;
    padding: 24px;
}
.garaj-home-strip div:first-child { border-radius: 8px 0 0 8px; }
.garaj-home-strip div:last-child { border-radius: 0 8px 8px 0; }
.garaj-home-strip strong {
    display: block;
    font-size: 23px;
    font-weight: 950;
}
.garaj-home-strip span {
    color: var(--home-muted);
    display: block;
    margin-top: 8px;
}
.garaj-section {
    margin: 0 auto;
    max-width: 1120px;
    padding: 88px 20px 0;
}
.garaj-section h2 {
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.04;
    margin: 0;
}
.garaj-section p {
    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.7;
}
.garaj-split {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 1fr;
}
.garaj-checks {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}
.garaj-checks li {
    background: rgba(255, 253, 248, .74);
    border: 1px solid var(--home-line);
    border-radius: 8px;
    color: var(--home-dark);
    font-weight: 800;
    padding: 13px 14px;
}
.garaj-photo-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}
.garaj-photo-grid img {
    aspect-ratio: 1;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(67, 43, 27, .14);
    object-fit: cover;
    width: 100%;
}
.garaj-photo-grid img:first-child {
    grid-row: span 2;
    height: 100%;
}
.garaj-section-head {
    align-items: end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}
.garaj-section-head a {
    background: var(--home-dark);
    color: #fff;
    flex: 0 0 auto;
    padding: 12px 16px;
}
.garaj-menu-showcase {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}
.garaj-menu-showcase article {
    background: var(--home-paper);
    border: 1px solid var(--home-line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(67, 43, 27, .10);
    overflow: hidden;
}
.garaj-menu-showcase img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}
.garaj-menu-showcase div {
    padding: 18px;
}
.garaj-menu-showcase strong {
    display: block;
    font-size: 21px;
    font-weight: 950;
}
.garaj-menu-showcase span {
    color: var(--home-muted);
    display: block;
    line-height: 1.5;
    margin-top: 8px;
}
.garaj-catering {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(33, 27, 24, .88), rgba(33, 27, 24, .68)),
        url("https://garaj.cafe/wp-content/uploads/2026/06/garaj-qr-steak.jpeg") center/cover;
    border-radius: 8px;
    color: #fff;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-top: 88px;
    padding: 46px;
}
.garaj-catering p {
    color: #f4dfca;
    max-width: 660px;
}
.garaj-contact {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 96px;
}
.garaj-contact > div {
    background: var(--home-paper);
    border: 1px solid var(--home-line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(67, 43, 27, .08);
    padding: 28px;
}
.garaj-contact > div:last-child {
    align-content: center;
    display: grid;
    gap: 12px;
}
.garaj-contact a {
    background: #f1e2cf;
    color: var(--home-dark);
    padding: 14px 16px;
}
@media (max-width: 780px) {
    .garaj-hero {
        min-height: 82vh;
    }
    .garaj-hero__media::after {
        background: linear-gradient(180deg, rgba(33, 27, 24, .42), rgba(33, 27, 24, .88));
    }
    .garaj-hero__content {
        align-self: end;
        padding: 96px 20px 120px;
    }
    .garaj-home-strip,
    .garaj-split,
    .garaj-menu-showcase,
    .garaj-contact {
        grid-template-columns: 1fr;
    }
    .garaj-home-strip {
        margin-top: -54px;
    }
    .garaj-home-strip div,
    .garaj-home-strip div:first-child,
    .garaj-home-strip div:last-child {
        border-radius: 8px;
    }
    .garaj-section {
        padding-top: 64px;
    }
    .garaj-section-head,
    .garaj-catering {
        align-items: flex-start;
        flex-direction: column;
    }
    .garaj-catering {
        border-radius: 0;
        margin-top: 64px;
        padding: 34px 20px;
    }
}
