:root {
    --bg: #0f1113;
    --bg-soft: #15181c;
    --panel: #171a1f;
    --panel-soft: #1d2026;
    --text: #f4efe8;
    --muted: #a79e95;
    --gold: #d4af37;
    --gold-dark: #b8942e;
    --line: rgba(255,255,255,0.08);
    --shadow: 0 24px 60px rgba(0,0,0,0.28);

    --font-title: 'Cinzel', serif;
    --font-text: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--font-text); line-height: 1.7; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1180px; margin: 0 auto; width: calc(100% - 32px); }
.section { padding: 120px 0; }

.hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: #0f1113 url('images/zenbaklava-hero-background.png') center center / cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15,17,19,0.92) 0%, rgba(15,17,19,0.72) 42%, rgba(15,17,19,0.28) 100%),
        linear-gradient(180deg, rgba(15,17,19,0.62) 0%, rgba(15,17,19,0.10) 48%, rgba(15,17,19,0.62) 100%);
}

.navbar {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 28px 0;
}

.logo {
    font-family: var(--font-title);
    font-size: 2rem;
    font-weight: 700;
    color: var(--text);
}

.logo span { color: var(--gold); }

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a {
    color: rgba(244,239,232,0.92);
    font-size: 0.95rem;
    font-weight: 500;
}

.btn-nav,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 700;
    transition: 0.3s ease;
}

.btn-nav,
.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #101114;
    box-shadow: 0 16px 34px rgba(212, 175, 55, 0.20);
}

.btn-nav { padding: 14px 24px; }
.btn { padding: 16px 28px; }

.btn-secondary {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.14);
    color: var(--text);
}

.burger {
    display: none;
}

.hero-grid {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.65fr);
    gap: 54px;
    align-items: center;
    min-height: calc(100vh - 96px);
    padding: 30px 0 84px;
}

.eyebrow,
.section-tag,
.panel-label {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(212,175,55,0.10);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.hero-copy h1,
.section-head h2,
.content-block h2,
.contact-cta h2,
.story-card strong,
.category-card h3,
.mini-card strong,
.hero-panel-text strong {
    font-family: var(--font-title);
}

.hero-copy h1 {
    font-size: clamp(2.5rem, 5.3vw, 4.35rem);
    line-height: 0.98;
    margin: 18px 0 16px;
    max-width: 700px;
}

.hero-copy p,
.story-card p,
.category-card p,
.content-block p,
.mini-card p,
.contact-cta p {
    color: var(--muted);
}

.hero-copy p {
    max-width: 600px;
    font-size: 1.05rem;
}

.hero-actions,
.cta-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.hero-actions .btn,
.cta-buttons .btn {
    padding: 13px 22px;
    font-size: 0.95rem;
    white-space: nowrap;
}

.hero-panel {
    display: grid;
    gap: 18px;
    justify-items: center;
}

.hero-logo-wrap {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.hero-logo-clean {
    width: 250%;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    object-fit: contain;
    transform: none;
    display: block;
}

.hero-panel-text {
    text-align: center;
    max-width: 420px;
    display: grid;
    justify-items: center;
    gap: 16px;
}

.hero-panel-text strong {
    display: block;
    font-size: 1.7rem;
    line-height: 1.16;
}

.intro-section,
.contact-section {
    background: var(--bg-soft);
}

.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.section-head h2,
.content-block h2,
.contact-cta h2,
.story-card strong {
    font-size: clamp(2rem, 3.8vw, 3.1rem);
    line-height: 1.02;
    margin: 14px 0;
}

.story-card,
.content-block,
.contact-cta,
.category-card,
.image-card,
.mini-card {
    background: var(--panel);
    border-radius: 30px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.story-card,
.content-block,
.contact-cta {
    padding: 34px;
}

.contact-details {
    margin-top: 22px;
    display: grid;
    gap: 10px;
}

.contact-details p {
    color: var(--text);
}

.contact-details strong {
    font-family: var(--font-text);
    font-size: 1rem;
    margin: 0;
    display: inline;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.social-links-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.social-icon-btn {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: #0f1113;
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.20);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.social-icon-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(212, 175, 55, 0.28);
}

.social-icon-btn svg {
    width: 22px;
    height: 22px;
    display: block;
}

.map-card {
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    background: var(--panel);
}

.map-card iframe {
    width: 100%;
    height: 500px;
    border: 0;
    display: block;
    filter: grayscale(1) invert(0.92) hue-rotate(180deg) saturate(0.35) brightness(0.82) contrast(1.1);
}

.story-card strong {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.section-head {
    max-width: 760px;
    margin-bottom: 44px;
}

.cards-grid,
.mini-grid {
    display: grid;
    gap: 22px;
}

.cards-grid {
    grid-template-columns: repeat(4, 1fr);
}

.category-card,
.mini-card {
    padding: 28px;
}

.category-card span {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--gold);
    font-weight: 800;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
}

.category-card h3 {
    font-size: 2rem;
    margin-bottom: 12px;
}

.align-center { align-items: center; }
.reverse-grid { grid-template-columns: 1fr 1fr; }
.image-card { overflow: hidden; min-height: 520px; }
.image-card img { width: 100%; height: 100%; object-fit: cover; display: block; }

.elegant-list {
    list-style: none;
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.elegant-list li {
    position: relative;
    padding-left: 20px;
}

.elegant-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--gold);
}

.soft-dark-block {
    background: var(--panel-soft);
}

.mini-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 26px;
}

.mini-card strong {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.contact-cta {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.testimonial-card {
    background: linear-gradient(180deg, rgba(27,30,36,1) 0%, rgba(20,23,28,1) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 30px;
    box-shadow: var(--shadow);
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(212,175,55,0.12), transparent 34%);
    pointer-events: none;
}

.testimonial-stars {
    color: var(--gold);
    letter-spacing: 0.18em;
    font-size: 1rem;
    margin-bottom: 18px;
}

.testimonial-head {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.testimonial-head strong {
    font-family: var(--font-title);
    font-size: 1.35rem;
}

.testimonial-head span,
.testimonial-card small {
    color: var(--muted);
    font-size: 0.92rem;
}

.testimonial-card p {
    color: var(--text);
    font-size: 1.02rem;
    line-height: 1.75;
    position: relative;
    z-index: 1;
}

.testimonial-card small {
    display: block;
    margin-top: 16px;
    position: relative;
    z-index: 1;
}

.testimonial-card-featured {
    transform: translateY(-10px);
    border-color: rgba(212,175,55,0.24);
    box-shadow: 0 26px 60px rgba(0,0,0,0.32), 0 0 0 1px rgba(212,175,55,0.08);
}

.testimonial-card-muted {
    border-color: rgba(255,255,255,0.06);
    background: linear-gradient(180deg, rgba(29,32,38,1) 0%, rgba(23,26,31,1) 100%);
}

@media (max-width: 1080px) {
    .hero {
        background-position: center center;
    }

    .hero-grid,
    .split-grid,
    .reverse-grid,
    .cards-grid,
    .mini-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .contact-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 860px) {
    .navbar {
        position: relative;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
    }

    .logo {
        font-size: 1.7rem;
    }

    .burger {
        width: 46px;
        height: 46px;
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 12px;
        background: rgba(255,255,255,0.04);
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
        margin-left: auto;
    }

    .burger span {
        width: 20px;
        height: 2px;
        background: var(--text);
        border-radius: 999px;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .burger.toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .burger.toggle span:nth-child(2) {
        opacity: 0;
    }

    .burger.toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 10px;
        padding-top: 6px;
    }

    .nav-links.nav-active {
        display: flex;
    }

    .nav-links li {
        list-style: none;
        width: 100%;
    }

    .nav-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 10px 14px;
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,0.12);
        background: rgba(255,255,255,0.04);
        text-align: center;
    }

    .btn-nav {
        display: none;
        width: 100%;
    }

    .nav-links.nav-active + .btn-nav {
        display: inline-flex;
    }

    .diamond-frame { width: 280px; height: 280px; }
}

@media (max-width: 560px) {
    .hero {
        background-position: center center;
    }

    .section { padding: 88px 0; }
    .hero-actions,
    .cta-buttons { flex-direction: column; }
    .btn { width: 100%; }
    .hero-copy h1 { font-size: 3rem; }
    body { padding-bottom: 88px; }
    .sticky-order-cta { display: flex; }
    .order-toast {
        left: 16px;
        right: 16px;
        bottom: 92px;
        max-width: none;
        min-width: 0;
    }
    .hero-panel,
    .hero-panel-text {
        overflow: visible;
    }
    .hero-logo-wrap {
        width: 150px;
        margin-bottom: 4px;
    }
    .hero-logo-clean {
        width: 200%;
    }
}


.subhero {
    min-height: 46vh;
    background: linear-gradient(180deg, #101214 0%, #16191d 100%);
}

.subhero-content {
    padding: 54px 0 72px;
    max-width: 820px;
}

.subhero-content h1 {
    font-family: var(--font-title);
    font-size: clamp(2.2rem, 3.9vw, 3.4rem);
    line-height: 1.02;
    margin: 16px 0 12px;
}

.subhero-content p {
    color: var(--muted);
    max-width: 640px;
}

.menu-sections {
    display: grid;
    gap: 28px;
}

.menu-block,
.menu-item {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 26px;
    box-shadow: var(--shadow);
}

.menu-block {
    padding: 30px;
}

.menu-block h2 {
    font-family: var(--font-title);
    font-size: 1.9rem;
    margin: 12px 0 16px;
}

.menu-items {
    display: grid;
    gap: 14px;
}

.menu-item {
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
}

.menu-item strong {
    color: var(--text);
}

.menu-item span {
    color: var(--gold);
    font-weight: 700;
}

.menu-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.menu-gallery-single {
    grid-template-columns: minmax(0, 320px);
}

.menu-photo-card {
    overflow: hidden;
    background: var(--panel-soft);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    position: relative;
}

.menu-photo-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.menu-photo-card figcaption {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    line-height: 1.45;
}

.menu-photo-card figcaption strong {
    color: var(--text);
    font-size: 1rem;
}

.menu-photo-card figcaption span {
    color: var(--gold);
    font-weight: 700;
    font-size: 0.95rem;
}

.menu-card-order {
    padding: 0 16px 18px;
    display: grid;
    gap: 10px;
}

.menu-card-order-soldout strong {
    color: #ffd8d8;
    font-size: 1rem;
}

.menu-card-order-soldout small {
    color: #ffb0b0;
}

.menu-photo-card-soldout {
    border-color: rgba(220, 53, 69, 0.35);
}

.menu-photo-card-soldout img {
    filter: saturate(0.78) brightness(0.82);
}

.sold-out-ribbon {
    position: absolute;
    top: 16px;
    right: -38px;
    z-index: 2;
    background: linear-gradient(135deg, #cf2437, #9e0f1f);
    color: #fff;
    padding: 8px 48px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 10px 22px rgba(0,0,0,0.28);
}

.menu-block-coming-soon p {
    color: var(--muted);
    max-width: 680px;
}

.menu-card-order label,
.order-form label,
.payment-options legend {
    color: var(--text);
    font-weight: 600;
    font-size: 0.95rem;
}

.menu-card-order small,
.order-note,
.order-empty {
    color: var(--muted);
    font-size: 0.9rem;
}

.order-minimum-message {
    color: #ffcf8a;
    font-size: 0.92rem;
    font-weight: 600;
}

.order-minimum-message.is-ok {
    color: #9fe3b2;
}

.qty-control {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    gap: 10px;
    align-items: center;
}

.qty-btn,
.qty-input,
.order-form input,
.order-form textarea {
    border-radius: 16px;
    border: 1px solid var(--line);
    background: var(--panel-soft);
    color: var(--text);
    font-family: var(--font-text);
}

.qty-btn {
    height: 44px;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
}

.qty-input,
.order-form input,
.order-form textarea {
    width: 100%;
    padding: 13px 14px;
    outline: none;
}

.qty-input {
    text-align: center;
    font-weight: 700;
}

.order-section {
    padding-top: 0;
}

.order-summary-card,
.order-form-card {
    width: 100%;
}

.order-summary-box {
    margin-top: 24px;
    padding: 22px;
    border-radius: 24px;
    background: var(--panel-soft);
    border: 1px solid var(--line);
}

.order-summary-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.order-summary-head strong {
    font-size: 1.2rem;
}

.order-summary-head span {
    color: var(--gold);
    font-weight: 700;
    font-size: 1.15rem;
}

.order-items-list {
    list-style: none;
    display: grid;
    gap: 12px;
}

.order-items-list li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}

.order-items-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.order-item-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.order-item-name {
    color: var(--text);
    font-weight: 600;
}

.order-remove-btn {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: var(--text);
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

.order-remove-btn:hover {
    background: rgba(212, 175, 55, 0.18);
    color: var(--gold);
}

.order-item-meta {
    color: var(--muted);
    font-size: 0.9rem;
}

.order-item-price {
    color: var(--gold);
    font-weight: 700;
    white-space: nowrap;
}

.order-form {
    margin-top: 24px;
    display: grid;
    gap: 18px;
}

.order-form label {
    display: grid;
    gap: 8px;
}

.order-form textarea {
    resize: vertical;
    min-height: 110px;
}

.payment-options {
    display: grid;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px;
}

.payment-choice {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 500 !important;
}

.payment-choice input {
    width: auto;
    margin: 0;
}

.order-submit {
    width: 100%;
}

.order-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.sticky-order-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 40;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #101114;
    box-shadow: 0 18px 40px rgba(212, 175, 55, 0.26);
    font-weight: 700;
}

.sticky-order-cta span {
    font-size: 0.95rem;
}

.sticky-order-cta strong {
    font-size: 1rem;
}

.sticky-order-cta.is-visible {
    display: flex;
}

.menu-photo-card.is-confirmed {
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.32), 0 24px 54px rgba(212, 175, 55, 0.16);
    transform: translateY(-2px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.order-toast {
    position: fixed;
    right: 18px;
    bottom: 96px;
    z-index: 45;
    min-width: 220px;
    max-width: min(320px, calc(100vw - 32px));
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(23, 26, 31, 0.96);
    border: 1px solid rgba(212, 175, 55, 0.28);
    color: var(--text);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.order-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.event-notice-card {
    padding: 42px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(212,175,55,0.14), rgba(23,26,31,0.92));
    border: 1px solid rgba(212,175,55,0.22);
    box-shadow: var(--shadow);
}

.event-notice-card h2 {
    font-family: var(--font-title);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.02;
    margin: 18px 0 14px;
}

.event-notice-card p {
    color: var(--text);
    max-width: 760px;
}

.candybar-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.candybar-photo-card {
    min-height: 520px;
}

.candybar-checklist {
    margin-top: 0;
}

.two-columns-grid {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1080px) {
    .two-columns-grid,
    .menu-gallery,
    .candybar-gallery {
        grid-template-columns: 1fr;
    }

    .menu-gallery-single {
        grid-template-columns: 1fr;
    }

    .order-summary-head,
    .order-items-list li {
        flex-direction: column;
        align-items: flex-start;
    }
}


.site-footer {
    border-top: 1px solid var(--line);
    background: #0c0e11;
    padding: 24px 0 32px;
}

.footer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
    color: var(--muted);
    font-size: 0.92rem;
}
