/* ===== TEMA ÖZELLEŞTİRMELERİ ===== */

/* ═══════════════════════════════════════
   BISTRO — Taze, ferah, anlaşılır kafe
   ═══════════════════════════════════════ */
.theme-bistro {
    background: var(--surface-alt);
    --radius: 24px;
    --radius-sm: 16px;
}
.theme-bistro .site-header {
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(5,150,105,.1);
    box-shadow: 0 4px 24px rgba(5,150,105,.06);
}
.theme-bistro .site-header .brand-title { color: var(--dark); }
.theme-bistro .site-header .brand-tagline { color: var(--text-muted); }
.theme-bistro .site-header .site-nav a { color: var(--text-muted); }
.theme-bistro .site-header .site-nav a:hover { color: var(--primary-dark); }
.theme-bistro .site-header .site-nav a::after { background: var(--primary); }
.theme-bistro .site-header .header-phone {
    background: var(--primary-light);
    color: var(--primary-dark);
    border-color: rgba(5,150,105,.2);
}
.theme-bistro .site-header .header-phone:hover {
    background: var(--primary);
    color: #fff;
}
.theme-bistro .site-header .menu-toggle span { background: var(--dark); }
.theme-bistro .site-header.is-scrolled {
    background: rgba(255,255,255,.96)!important;
    box-shadow: 0 8px 32px rgba(5,150,105,.08);
}

.theme-bistro .section-cream {
    background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
}
.theme-bistro .section-eyebrow { color: var(--primary-dark); }
.theme-bistro .section-heading { color: var(--dark); }
.theme-bistro .btn { border-radius: 999px; font-weight: 600; }
.theme-bistro .btn-bistro-outline {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 16px 32px; border-radius: 999px; font-weight: 600; font-size: .9375rem;
    text-decoration: none; color: var(--primary-dark);
    background: #fff; border: 2px solid rgba(5,150,105,.25);
    transition: all .3s;
}
.theme-bistro .btn-bistro-outline:hover {
    border-color: var(--primary);
    background: var(--primary-light);
    transform: translateY(-2px);
}

.theme-bistro .highlight-card {
    border-radius: 24px;
    border: 1px solid rgba(5,150,105,.12);
    background: #fff;
    box-shadow: 0 12px 40px rgba(5,150,105,.06);
}
.theme-bistro .highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(5,150,105,.12);
}
.theme-bistro .highlight-icon {
    width: 52px; height: 52px; border-radius: 16px;
    background: var(--primary-light);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; margin-bottom: 1rem;
}
.theme-bistro .about-feat {
    border-radius: 16px;
    background: var(--primary-light);
    border-color: transparent;
}
.theme-bistro .menu-premium-card,
.theme-bistro .menu-card {
    border-radius: 20px;
    border-color: rgba(5,150,105,.1);
}
.theme-bistro .cta-band {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}
.theme-bistro .site-footer {
    background: #fff;
    border-top: 1px solid rgba(5,150,105,.1);
}

/* Bistro Hero */
.hero-bistro {
    min-height: auto;
    display: block;
    position: relative;
    padding: 110px 0 80px;
    overflow: hidden;
}
.hero-bistro-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(110,231,183,.35) 0%, transparent 42%),
        radial-gradient(circle at 88% 12%, rgba(5,150,105,.12) 0%, transparent 38%),
        linear-gradient(160deg, #f0fdf4 0%, #fff 55%, #ecfdf5 100%);
}
.hero-bistro-leaf {
    position: absolute; border-radius: 50%; pointer-events: none; opacity: .45;
}
.hero-bistro-leaf-1 {
    width: 280px; height: 280px; top: 8%; right: -60px;
    background: radial-gradient(circle, rgba(16,185,129,.25) 0%, transparent 70%);
}
.hero-bistro-leaf-2 {
    width: 200px; height: 200px; bottom: 10%; left: -40px;
    background: radial-gradient(circle, rgba(52,211,153,.2) 0%, transparent 70%);
}
.hero-bistro-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 3.5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-bistro-chip {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid rgba(5,150,105,.18);
    padding: .45rem 1rem; border-radius: 999px;
    font-size: .78rem; font-weight: 600; color: var(--primary-dark);
    margin-bottom: 1.25rem; box-shadow: 0 4px 16px rgba(5,150,105,.08);
}
.hero-bistro-chip-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.2);
}
.hero-bistro-text .hero-headline {
    color: var(--dark);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    line-height: 1.12;
    margin-bottom: 1rem;
}
.hero-bistro-text .hero-lead {
    color: var(--text-muted);
    font-size: 1.125rem;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 2rem;
}
.hero-bistro-actions {
    display: flex; flex-wrap: wrap; gap: 1rem;
    margin-bottom: 2.5rem;
}
.hero-bistro-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.hero-bistro-fact {
    background: #fff;
    border: 1px solid rgba(5,150,105,.12);
    border-radius: 18px;
    padding: 1rem 1.1rem;
    box-shadow: 0 8px 24px rgba(5,150,105,.06);
}
.hero-bistro-fact strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.35rem;
    color: var(--primary-dark);
    line-height: 1.2;
}
.hero-bistro-fact span {
    display: block;
    margin-top: 4px;
    font-size: .75rem;
    color: var(--text-muted);
}
.hero-bistro-visual { position: relative; }
.hero-bistro-frame {
    border-radius: 32px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: var(--primary-light);
    box-shadow: 0 24px 60px rgba(5,150,105,.18);
    border: 6px solid #fff;
}
.hero-bistro-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-bistro-placeholder {
    height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 1rem;
    color: var(--primary-dark);
}
.hero-bistro-placeholder span { font-size: 4rem; }
.hero-bistro-placeholder p { font-weight: 600; opacity: .7; }
.hero-bistro-logo {
    height: 100%; display: flex; align-items: center; justify-content: center;
}
.hero-bistro-logo img { max-width: 150px; }
.hero-bistro-float {
    position: absolute;
    display: flex; align-items: center; gap: 12px;
    background: #fff;
    border-radius: 18px;
    padding: .85rem 1.1rem;
    box-shadow: 0 16px 40px rgba(0,0,0,.1);
    border: 1px solid rgba(5,150,105,.1);
}
.hero-bistro-float-icon { font-size: 1.25rem; }
.hero-bistro-float strong {
    display: block; font-size: 1rem; color: var(--dark); line-height: 1.2;
}
.hero-bistro-float small {
    display: block; font-size: .72rem; color: var(--text-muted); margin-top: 2px;
}
.hero-bistro-float-rating { top: 24px; left: -20px; }
.hero-bistro-float-hours { bottom: 32px; right: -16px; max-width: 200px; }

@media (max-width: 900px) {
    .hero-bistro-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .hero-bistro-visual { order: -1; max-width: 360px; margin: 0 auto; }
    .hero-bistro-float-rating { left: 8px; top: 12px; }
    .hero-bistro-float-hours { right: 8px; bottom: 12px; }
    .hero-bistro-facts { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   URBAN — Modern, net, okunaklı
   ═══════════════════════════════════════ */
.theme-urban {
    --radius: 12px;
    --radius-sm: 8px;
}
.theme-urban .site-header {
    background: rgba(24,24,27,.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.theme-urban .site-header .brand-title,
.theme-urban .site-header .brand-tagline,
.theme-urban .site-header .site-nav a,
.theme-urban .site-header .header-phone { color: #fff; }
.theme-urban .site-header .site-nav a { color: rgba(255,255,255,.75); }
.theme-urban .site-header .site-nav a:hover { color: #fff; }
.theme-urban .site-header .site-nav a::after { background: var(--primary); }
.theme-urban .site-header .header-phone {
    background: rgba(249,115,22,.15);
    border-color: rgba(249,115,22,.35);
}
.theme-urban .site-header .header-phone:hover {
    background: var(--primary);
    border-color: var(--primary);
}
.theme-urban .site-header.is-scrolled {
    background: rgba(255,255,255,.96)!important;
    border-bottom-color: rgba(0,0,0,.06);
}
.theme-urban .site-header.is-scrolled .brand-title,
.theme-urban .site-header.is-scrolled .brand-tagline { color: var(--text)!important; }
.theme-urban .site-header.is-scrolled .site-nav a { color: var(--text-muted); }
.theme-urban .site-header.is-scrolled .header-phone {
    background: var(--primary); color: #fff; border-color: var(--primary);
}

.theme-urban .section-heading {
    letter-spacing: -.01em;
    text-transform: none;
}
.theme-urban .btn {
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}
.theme-urban .btn-urban-ghost {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 16px 28px; border-radius: 10px; font-weight: 600; font-size: .9375rem;
    text-decoration: none; color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.2);
    transition: all .3s;
}
.theme-urban .btn-urban-ghost:hover {
    background: rgba(255,255,255,.14);
    transform: translateY(-2px);
}
.theme-urban .highlight-card {
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.theme-urban .highlight-card::before {
    height: 4px;
    background: var(--primary);
    transform: scaleX(1);
}
.theme-urban .highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(249,115,22,.12);
}
.theme-urban .service-premium {
    border-radius: 12px;
    border-left: 4px solid var(--primary);
}
.theme-urban .about-img-wrap { border-radius: 12px; }
.theme-urban .cta-band {
    background: linear-gradient(135deg, #18181b 0%, #27272a 100%);
}
.theme-urban .cta-band h2 { color: #fff; }

/* Urban Hero */
.hero-urban {
    min-height: auto;
    display: block;
    position: relative;
    padding: 120px 0 90px;
    background: #18181b;
    color: #fff;
    overflow: hidden;
}
.hero-urban-mesh {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(249,115,22,.18) 0%, transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(249,115,22,.08) 0%, transparent 40%),
        linear-gradient(180deg, #18181b 0%, #1f1f23 100%);
}
.hero-urban-accent {
    position: absolute; top: 0; left: 0; width: 5px; height: 100%;
    background: linear-gradient(180deg, var(--primary) 0%, transparent 100%);
}
.hero-urban-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-urban-pill {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: .78rem; font-weight: 600; letter-spacing: .06em;
    text-transform: uppercase; color: var(--primary-muted);
    margin-bottom: 1.25rem;
}
.hero-urban-pill span {
    width: 28px; height: 2px; background: var(--primary);
}
.hero-urban-copy .hero-headline {
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    line-height: 1.08;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.25rem;
}
.hero-urban-copy .hero-lead {
    color: #a1a1aa;
    font-size: 1.125rem;
    line-height: 1.75;
    max-width: 500px;
    margin-bottom: 2rem;
}
.hero-urban-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,.1);
}
.hero-urban-highlight {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 1rem;
}
.hero-urban-highlight-num {
    display: block;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.2;
}
.hero-urban-highlight-label {
    display: block;
    margin-top: 4px;
    font-size: .78rem;
    color: #a1a1aa;
}
.hero-urban-media-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.08);
}
.hero-urban-media-frame img,
.hero-urban-block {
    width: 100%;
    aspect-ratio: 5/6;
    object-fit: cover;
    display: block;
}
.hero-urban-block {
    background: linear-gradient(145deg, var(--primary) 0%, #7c2d12 100%);
    display: flex; align-items: center; justify-content: center;
}
.hero-urban-block span {
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 800;
    color: rgba(255,255,255,.9);
}
.hero-urban-media-tag {
    position: absolute;
    left: 16px; bottom: 16px; right: 16px;
    background: rgba(24,24,27,.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    padding: .85rem 1rem;
}
.hero-urban-media-tag strong {
    display: block; color: #fff; font-size: .95rem;
}
.hero-urban-media-tag small {
    display: block; color: #a1a1aa; font-size: .75rem; margin-top: 2px;
}

@media (max-width: 900px) {
    .hero-urban-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .hero-urban-highlights { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   CLASSIC — Sıcak, geleneksel, zarif
   ═══════════════════════════════════════ */
.theme-classic {
    background: var(--surface);
    --radius: 8px;
    --radius-sm: 6px;
}
.theme-classic .site-header {
    background: rgba(255,253,247,.92);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid var(--gold-light);
}
.theme-classic .site-header .brand-title { color: var(--dark-soft); }
.theme-classic .site-header .brand-tagline { color: var(--text-muted); }
.theme-classic .site-header .site-nav a { color: var(--text-muted); }
.theme-classic .site-header .site-nav a:hover { color: var(--primary-dark); }
.theme-classic .site-header .site-nav a::after { background: var(--primary); }
.theme-classic .site-header .header-phone {
    background: var(--gold-light);
    color: var(--primary-dark);
    border-color: rgba(180,83,9,.2);
}
.theme-classic .site-header .header-phone:hover {
    background: var(--primary);
    color: #fff;
}
.theme-classic .site-header .menu-toggle span { background: var(--dark-soft); }
.theme-classic .site-header.is-scrolled {
    background: rgba(255,253,247,.98)!important;
    box-shadow: 0 8px 30px rgba(120,53,15,.08);
}

.theme-classic .section-cream {
    background: linear-gradient(180deg, #fef7ed 0%, #fffdf7 100%);
}
.theme-classic .section-eyebrow {
    color: var(--primary);
    font-style: italic;
    letter-spacing: .12em;
}
.theme-classic .section-heading { color: var(--dark-soft); }
.theme-classic .btn { border-radius: 6px; }
.theme-classic .btn-classic-outline {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 16px 32px; border-radius: 6px; font-weight: 600; font-size: .9375rem;
    text-decoration: none; color: var(--primary-dark);
    background: transparent;
    border: 2px solid rgba(180,83,9,.35);
    transition: all .3s;
}
.theme-classic .btn-classic-outline:hover {
    background: var(--gold-light);
    border-color: var(--primary);
}
.theme-classic .highlight-card {
    border-radius: 8px;
    background: #fffdf7;
    border: 1px solid rgba(180,83,9,.15);
    box-shadow: 0 10px 30px rgba(120,53,15,.06);
}
.theme-classic .highlight-card:hover {
    border-color: rgba(180,83,9,.3);
    transform: translateY(-4px);
}
.theme-classic .about-accent { background: var(--gold-light); opacity: .6; }
.theme-classic .about-badge { border: 1px solid rgba(180,83,9,.12); }
.theme-classic .about-feat {
    background: #fffdf7;
    border-color: rgba(180,83,9,.12);
}
.theme-classic .gallery-cell img { border-radius: 4px; }
.theme-classic .cta-band {
    background: linear-gradient(135deg, #78350f 0%, #92400e 100%);
}
.theme-classic .site-footer {
    background: #fffdf7;
    border-top: 2px solid var(--gold-light);
}

/* Classic Hero */
.hero-classic {
    min-height: auto;
    display: block;
    position: relative;
    padding: 110px 0 80px;
    background: #fffdf7;
    overflow: hidden;
}
.hero-classic-texture {
    position: absolute; inset: 0; opacity: .4; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23b45309' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-classic-frame-border {
    position: absolute; inset: 24px;
    border: 1px solid rgba(180,83,9,.12);
    border-radius: 4px;
    pointer-events: none;
}
.hero-classic-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-classic-ribbon {
    display: inline-block;
    background: var(--gold-light);
    color: var(--primary-dark);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .4rem 1rem;
    border: 1px solid rgba(180,83,9,.2);
    margin-bottom: 1.25rem;
}
.hero-classic-logo {
    max-height: 72px;
    margin-bottom: 1rem;
}
.hero-classic-since {
    font-size: .85rem;
    font-style: italic;
    color: var(--primary);
    margin-bottom: .5rem;
}
.hero-classic-content .hero-headline {
    font-size: clamp(2.3rem, 4.5vw, 3.4rem);
    color: var(--dark-soft);
    line-height: 1.15;
    margin-bottom: 1rem;
}
.hero-classic-divider {
    display: flex; align-items: center; gap: 14px;
    margin: 1.25rem 0 1.5rem;
}
.hero-classic-divider span {
    flex: 1; height: 1px; background: rgba(180,83,9,.25);
}
.hero-classic-divider em {
    font-style: normal; color: var(--primary); font-size: 1.1rem;
}
.hero-classic-content .hero-lead {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    max-width: 520px;
    margin-bottom: 2rem;
}
.hero-classic-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(180,83,9,.15);
}
.hero-classic-trust > div {
    text-align: center;
    padding: .75rem;
}
.hero-classic-trust strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.35rem;
    color: var(--primary-dark);
}
.hero-classic-trust span {
    display: block;
    margin-top: 4px;
    font-size: .72rem;
    color: var(--text-muted);
}
.hero-classic-portrait {
    border: 8px solid #fff;
    outline: 1px solid rgba(180,83,9,.25);
    box-shadow: 0 24px 60px rgba(120,53,15,.15);
    overflow: hidden;
    aspect-ratio: 4/5;
}
.hero-classic-portrait img {
    width: 100%; height: 100%; object-fit: cover;
    filter: sepia(.08) saturate(1.05);
}
.hero-classic-portrait-fallback {
    height: 100%;
    background: linear-gradient(160deg, var(--gold-light) 0%, #fff 100%);
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem; color: var(--primary);
}
.hero-classic-portrait-fallback img { max-width: 120px; filter: none; }
.hero-classic-caption {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    background: var(--gold-light);
    border-left: 4px solid var(--primary);
}
.hero-classic-caption strong {
    display: block;
    font-family: var(--font-display);
    color: var(--dark-soft);
    font-size: 1.1rem;
}
.hero-classic-caption p {
    margin-top: 6px;
    font-size: .88rem;
    color: var(--text-muted);
    font-style: italic;
}

@media (max-width: 900px) {
    .hero-classic-layout { grid-template-columns: 1fr; gap: 2.5rem; }
    .hero-classic-visual { order: -1; max-width: 380px; margin: 0 auto; }
    .hero-classic-trust { grid-template-columns: 1fr; }
    .hero-classic-frame-border { display: none; }
}

/* --- Neon: koyu, canlı --- */
.theme-neon { background: var(--dark); color: var(--text); }
.theme-neon .site-header { background: rgba(15,15,35,.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(225,29,72,.2); }
.theme-neon .site-header a, .theme-neon .header-brand, .theme-neon .header-phone { color: #fff; }
.theme-neon .section { background: var(--dark); color: var(--text); }
.theme-neon .section-cream { background: var(--dark-soft); }
.theme-neon .section-dark { background: #0a0a18; }
.theme-neon .section-heading, .theme-neon h3, .theme-neon h4 { color: #fff; }
.theme-neon .section-sub, .theme-neon p { color: var(--text-muted); }
.theme-neon .highlight-card, .theme-neon .contact-info-card, .theme-neon .service-premium { background: var(--surface); border: 1px solid rgba(225,29,72,.15); }
.theme-neon .site-footer { background: #0a0a18; border-top: 1px solid rgba(225,29,72,.2); }
.theme-neon .site-footer, .theme-neon .footer-brand { color: #fff; }
.hero-neon { min-height: 90vh; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--dark); }
.hero-neon-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(225,29,72,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(225,29,72,.06) 1px, transparent 1px); background-size: 48px 48px; }
.hero-neon-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5; }
.hero-neon-glow-1 { width: 400px; height: 400px; background: var(--primary); top: -100px; right: -100px; }
.hero-neon-glow-2 { width: 300px; height: 300px; background: var(--gold); bottom: -80px; left: -80px; opacity: .3; }
.hero-neon-inner { position: relative; z-index: 2; padding: 4rem 0; }
.hero-neon-badge { display: inline-block; border: 1px solid var(--primary); color: var(--primary); padding: .35rem .9rem; font-size: .7rem; letter-spacing: .15em; margin-bottom: 1.5rem; }
.hero-neon-title { font-size: clamp(2.5rem, 7vw, 5rem); background: linear-gradient(135deg, #fff 0%, var(--primary-muted) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-neon-stats { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.5rem; }
.hero-neon-stat { background: rgba(30,30,50,.8); border: 1px solid rgba(34,211,238,.3); padding: .7rem 1.2rem; font-size: .85rem; color: var(--gold-light); }
.neon-pulse { display: inline-block; width: 8px; height: 8px; background: #22c55e; border-radius: 50%; margin-right: 6px; animation: neonPulse 1.5s infinite; }
@keyframes neonPulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.hero-neon-img { position: absolute; inset: 0; z-index: 0; opacity: .25; }
.hero-neon-img img { width: 100%; height: 100%; object-fit: cover; }

/* --- Luxury varsayılan (ince ayar) --- */
.theme-luxury .hero-eyebrow { color: var(--gold); }

/* Menü sayfası tema uyumu */
.theme-neon .menu-hero { background: var(--dark-soft); }
.theme-neon .menu-card { background: var(--surface); border-color: rgba(225,29,72,.15); }
.theme-neon .menu-card h3 { color: #fff; }
.theme-bistro .menu-hero {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 0 0 32px 32px;
}
.theme-bistro .menu-tabs { background: var(--primary-light); }
.theme-bistro .menu-tab.active { background: var(--primary); color: #fff; border-radius: 999px; }
.theme-urban .menu-hero {
    background: #18181b;
    border-bottom: 4px solid var(--primary);
}
.theme-urban .menu-tab { border-radius: 8px; }
.theme-urban .menu-tab.active { background: var(--primary); color: #fff; }
.theme-classic .menu-hero {
    background: linear-gradient(180deg, #fef7ed 0%, #fffdf7 100%);
    color: var(--dark-soft);
}
.theme-classic .menu-hero h1 { font-style: italic; color: var(--dark-soft); }
.theme-classic .menu-hero p { color: var(--text-muted); }
.theme-classic .menu-card { background: #fffdf7; border-color: rgba(180,83,9,.12); }
