/* Self-hosted fonts: Latin Extended is required for Turkish characters. */
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/urbanist-latin-ext-400-normal.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/urbanist-latin-400-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/urbanist-latin-ext-600-normal.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/urbanist-latin-600-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/urbanist-latin-ext-700-normal.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/urbanist-latin-700-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/playfair-display-latin-ext-400-normal.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/playfair-display-latin-400-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Charcoal open fire – professional grill palette */
    --primary-color: #C2410C;
    --secondary-color: #9A2B0A;
    --flame-amber: #E85D04;
    --ember-glow: #EA580C;
    /* Solid CTA fill — the single source of truth for every .btn-orange-fill */
    --cta-accent: #C2410C;
    --cta-accent-hover: #9A2B0A;
    --cta-glow: 0 4px 18px rgba(194, 65, 12, 0.38);
    --cta-glow-hover: 0 6px 24px rgba(154, 43, 10, 0.5);
    --charcoal: #141414;
    --charcoal-mid: #1a1a1a;
    --charcoal-light: #2a2a2a;
    --smoke: #3d3d3d;
    --smoke-light: #6b6b6b;
    --dark-color: #1e1e1e;
    --light-color: #f6f3ee;
    --bg-warm: #f0ebe4;
    --bg-smoke: #e8e4de;
    --text-color: #252525;
    --text-light: #5c5c5c;
    --white: #ffffff;
    --transition: all 0.3s ease;
    --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
    --shadow-charcoal: 0 8px 32px rgba(20, 20, 20, 0.25);
    --shadow-hover: 0 12px 32px rgba(194, 65, 12, 0.35);
    --shadow-ember: 0 4px 24px rgba(232, 93, 4, 0.25);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --letter-tight: 0.02em;
    --letter-wide: 0.08em;
}

html {
    scroll-behavior: smooth;
}

#instagram,
#home-story,
#home-menu,
#home-location,
#hours,
#menu-cta,
#contact,
#alerjen,
#allergens {
    scroll-margin-top: 92px;
}

/* SEO: visually hidden for screen readers, not display:none */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body {
    font-family: 'Urbanist', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    /* clip (not hidden) prevents horizontal scroll WITHOUT turning body into a
       scroll container — hidden makes overflow-y compute to auto, which breaks
       the chef photo's position: sticky (it would bind to body instead of the viewport). */
    overflow-x: clip;
    position: relative;
    background: var(--bg-warm);
    letter-spacing: var(--letter-tight);
}

body::before,
body::after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, 
        transparent 0%, 
        rgba(194, 65, 12, 0.1) 15%, 
        rgba(232, 93, 4, 0.15) 50%, 
        rgba(194, 65, 12, 0.1) 85%, 
        transparent 100%);
    z-index: 999;
    pointer-events: none;
}

body::before {
    left: min(2vw, 40px);
}

body::after {
    right: min(2vw, 40px);
}

body.page-loading {
    opacity: 0;
}

body.page-loaded {
    opacity: 1;
    transition: opacity 0.5s ease;
}

h1, h2, h3, h4 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

@media (min-width: 1400px) {
    .container {
        padding: 0 64px;
    }
}

/* Navigation – charcoal bar, ember accents */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(20, 20, 20, 0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06), var(--shadow-charcoal);
    border-bottom: 2px solid var(--ember-glow);
    z-index: 1000;
    transition: var(--transition-smooth);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 20px;
}

.nav-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.nav-logo {
    height: 65px;
    width: 65px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: block;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    font-family: 'Urbanist', sans-serif;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: var(--letter-tight);
    transition: var(--transition);
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--ember-glow);
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--ember-glow);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link.active {
    color: var(--ember-glow);
}

.nav-link:focus-visible,
.lang-link:focus-visible,
.btn:focus-visible,
.cta-button-nav:focus-visible,
.nav-toggle:focus-visible,
.konum-modal-close:focus-visible,
.sticky-cta-button:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
}

.cta-button-nav {
    background: var(--ember-glow);
    color: var(--white);
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: var(--letter-tight);
    transition: var(--transition-smooth);
    margin-left: 20px;
    white-space: nowrap;
}

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

.cta-button-nav.cta-call {
    background: transparent;
    color: var(--ember-glow);
    border: 2px solid rgba(234, 88, 12, 0.8);
    margin-left: 12px;
}

.cta-button-nav.cta-call:hover {
    background: var(--ember-glow);
    color: var(--white);
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 20px;
}

.lang-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 0.9rem;
    padding: 5px 10px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.lang-link:hover {
    color: var(--ember-glow);
    background: rgba(234, 88, 12, 0.12);
}

.lang-link.active {
    color: var(--ember-glow);
    font-weight: 600;
}

.lang-separator {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    gap: 5px;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    transition: var(--transition-smooth);
}

/* Hero Section – charcoal to open fire */
.hero {
    height: 100vh;
    min-height: 600px;
    background: linear-gradient(165deg, #141414 0%, #1a1a1a 25%, #251a14 45%, #8a2a0a 70%, #C2410C 88%, #E85D04 100%);
    background-size: 400% 400%;
    animation: gradientShift 18s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 85% 55% at 50% 100%, rgba(232, 93, 4, 0.3) 0%, rgba(194, 65, 12, 0.08) 40%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.hero.has-bg-image {
    background: linear-gradient(165deg, rgba(20, 20, 20, 0.92) 0%, rgba(26, 26, 26, 0.88) 25%, rgba(37, 26, 20, 0.85) 45%, rgba(138, 42, 10, 0.75) 70%, rgba(194, 65, 12, 0.7) 88%, rgba(232, 93, 4, 0.55) 100%),
                url('Images/hero-sign.png') center center / cover no-repeat;
    animation: none;
}

/* Charcoal embers layer – only in lower part; none over the orange (top) */
.hero.has-bg-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('Images/charcoal-embers.png') center center / cover no-repeat;
    opacity: 0.58;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 0;
    mask-image: linear-gradient(to bottom, transparent 0%, transparent 45%, black 70%, black 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 45%, black 70%, black 100%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.7;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    animation: heroReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes heroReveal {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hero-title-wrap {
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20rem;
    width: 100%;
    text-align: center;
}

.hero-title-logo {
    display: block;
    width: auto;
    max-width: min(95vw, 640px);
    height: 28rem;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    mix-blend-mode: screen;
    pointer-events: none;
    opacity: 0;
    animation: heroLogoBounceOut 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
}

@keyframes heroLogoBounceOut {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    70% {
        opacity: 1;
        transform: scale(1.12);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Hero centre: moving logo video – double size, black background removed via blend */
.hero-title-video {
    display: block;
    width: auto;
    max-width: min(95vw, 1440px);
    height: 22rem;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    /* Remove black background: screen makes black (0,0,0) transparent so hero shows through */
    mix-blend-mode: screen;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.hero-title-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    pointer-events: none;
    color: #fff;
    z-index: 0;
}

/* Show fallback until video is ready; then hide fallback and show video */
.hero-title-wrap .hero-title-fallback {
    visibility: visible;
}

.hero-title-wrap.hero-title-video-ready .hero-title-fallback {
    visibility: hidden;
}

.hero-title-wrap.hero-title-video-failed .hero-title-video {
    display: none;
}

.hero-title-wrap.hero-title-video-failed .hero-title-fallback {
    visibility: visible;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-title-light {
    font-weight: 400;
}

.hero-subtitle {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.hero-tagline {
    font-family: 'Urbanist', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: var(--letter-wide);
    text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0.95;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    width: 100%;
}

.hero-description {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.95;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn {
    font-family: 'Urbanist', sans-serif;
    padding: 16px 32px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: var(--letter-tight);
    transition: var(--transition-smooth);
    display: inline-block;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: var(--white);
    color: var(--primary-color);
    box-shadow: var(--shadow-md);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    background: var(--light-color);
}

/* Hero View Menu – appetizing open-fire theme, stands out from hero */
.btn-hero-menu {
    background: var(--white);
    color: var(--primary-color);
    border: 2px solid var(--ember-glow);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.15);
    font-weight: 700;
    letter-spacing: 0.04em;
}

.btn-hero-menu:hover {
    background: linear-gradient(135deg, var(--ember-glow) 0%, var(--flame-amber) 100%);
    color: var(--white);
    border-color: transparent;
    box-shadow: 0 6px 28px rgba(232, 93, 4, 0.5), 0 4px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.85);
}

.btn-secondary:hover {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-4px);
    border-color: var(--white);
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.scroll-indicator.scroll-indicator-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.scroll-indicator span {
    display: block;
    width: 30px;
    height: 50px;
    border: 2px solid var(--white);
    border-radius: 25px;
    position: relative;
}

.scroll-indicator span::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: var(--white);
    border-radius: 50%;
    animation: scrollDown 2s infinite;
}

/* About page: fixed scroll indicator, hides on scroll, black icon */
.scroll-indicator-about {
    position: fixed !important;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 100;
}

.scroll-indicator-about span {
    border-color: var(--dark-color);
}

.scroll-indicator-about span::before {
    background: var(--dark-color);
}

.scroll-indicator-about.scroll-indicator-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Trust Section – charcoal strip, open fire accent */
.trust-section {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.96) 0%, rgba(20, 20, 20, 0.92) 100%),
                url('Images/charcoal-embers.png') center center / cover no-repeat;
    background-color: var(--charcoal);
    position: relative;
    overflow: hidden;
}

.trust-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(234, 88, 12, 0.35), transparent);
    opacity: 0.9;
}

.trust-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(234, 88, 12, 0.2), transparent);
    opacity: 0.9;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-items: stretch;
}

.trust-item {
    text-align: center;
    padding: 36px 28px;
    border-radius: var(--radius-lg);
    background: var(--charcoal-light);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.trust-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--flame-amber), var(--ember-glow), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.trust-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-ember), var(--shadow-charcoal);
    border-color: rgba(234, 88, 12, 0.2);
}

.trust-item:hover::before {
    transform: scaleX(1);
}

.trust-icon {
    font-size: 2.5rem;
    margin-bottom: 18px;
    display: inline-block;
    transition: var(--transition-bounce);
    color: var(--ember-glow);
}

.trust-item:hover .trust-icon {
    transform: scale(1.08);
    color: var(--flame-amber);
}

.trust-item h3 {
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: var(--letter-tight);
}

.trust-item p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.55;
}

.trust-item.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-item.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.trust-item.reveal:nth-child(1) { transition-delay: 0.1s; }
.trust-item.reveal:nth-child(2) { transition-delay: 0.2s; }
.trust-item.reveal:nth-child(3) { transition-delay: 0.3s; }
.trust-item.reveal:nth-child(4) { transition-delay: 0.4s; }

/* Sticky Mobile CTA – charcoal bar, ember button */
.sticky-cta-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    background: rgba(20, 20, 20, 0.98);
    backdrop-filter: blur(14px);
    box-shadow: 0 -2px 0 rgba(234, 88, 12, 0.2), 0 -8px 32px rgba(0, 0, 0, 0.25);
    z-index: 999;
    animation: slideUpIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    background: var(--ember-glow);
    color: var(--white);
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: var(--letter-tight);
    border-radius: var(--radius-md);
    transition: var(--transition-smooth);
}

.sticky-cta-button-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.sticky-cta-button:hover {
    background: var(--flame-amber);
    transform: scale(1.01);
}

.sticky-cta-button-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

@keyframes slideUpIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* About Section */
.about {
    padding: 100px 0;
    background: var(--bg-warm);
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 600px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(194, 65, 12, 0.15), transparent);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

.section-header.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 3rem;
    color: var(--dark-color);
    margin-bottom: 1rem;
    letter-spacing: var(--letter-tight);
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    font-style: italic;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

.chef-image-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.chef-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    background: var(--light-color);
    min-height: 400px;
    transition: var(--transition-smooth);
}

.chef-image-container:hover .chef-image {
    transform: scale(1.02);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.chef-info {
    padding: 20px;
}

.chef-name {
    font-family: 'Urbanist', sans-serif;
    font-size: 2.5rem;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.chef-title {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.chef-description {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.chef-achievement {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: var(--light-color);
    border-radius: 8px;
    font-weight: 500;
    color: var(--dark-color);
}

.achievement-badge {
    font-size: 1.5rem;
}

/* About page hero – charcoal embers behind Az Orta banner */
.about-hero {
    position: relative;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50px;
    min-height: 220px;
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.92) 0%, rgba(30, 30, 30, 0.88) 100%),
                url('Images/charcoal-embers.png') center center / cover no-repeat;
    background-color: #2a2a2a;
    overflow: hidden;
}

/* Transparent Az Orta title image – same size as previous banner */
.about-hero-title-img {
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    max-height: 240px;
    transform: scale(1.35);
}

.about-hero-overlay {
    position: absolute;
    bottom: 58px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.about-hero-subtitle {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.about-hero-tagline {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.98);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin: 0;
    opacity: 0;
    animation: aboutTaglineReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

@keyframes aboutTaglineReveal {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* About Stats Strip – visual anchors, fills space (best practice) */
.about-stats {
    padding: 40px 0;
    background: var(--white);
    border-bottom: 1px solid rgba(194, 65, 12, 0.08);
}

.about-stats-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.about-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 36px;
    text-align: center;
}

.about-stat-value {
    font-family: 'Urbanist', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 4px;
}

.about-stat-label {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-light);
}

.about-stat-divider {
    width: 1px;
    height: 36px;
    background: linear-gradient(180deg, transparent, rgba(194, 65, 12, 0.2), transparent);
}

/* About Values / Pillars – fills space, adds personality */
.about-values {
    padding: 80px 0 100px;
    background: linear-gradient(180deg, var(--bg-warm) 0%, var(--white) 30%, var(--bg-warm) 100%);
}

.about-values-header {
    text-align: center;
    margin-bottom: 48px;
}

.about-values-title {
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    color: var(--dark-color);
    margin-bottom: 8px;
}

.about-values-subtitle {
    font-size: 1rem;
    color: var(--text-light);
    font-style: italic;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.about-value-card {
    background: var(--white);
    padding: 32px 24px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(194, 65, 12, 0.04);
    border: 1px solid rgba(194, 65, 12, 0.06);
    transition: var(--transition-smooth);
}

.about-value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1), var(--shadow-ember);
    border-color: rgba(194, 65, 12, 0.15);
}

.about-value-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 16px;
}

.about-value-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.15rem;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.about-value-desc {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* About full-bleed image divider */
.about-divider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.about-divider-inner {
    width: 100%;
    height: clamp(320px, 45vh, 480px);
    overflow: hidden;
}

.about-divider-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 50%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: high-quality;
    -ms-interpolation-mode: bicubic;
}

/* About Story / Timeline */
.about-story {
    padding: 80px 0 100px;
    background: var(--bg-warm);
}

.about-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    position: relative;
    padding-left: 50px;
    padding-bottom: 50px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 30px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--primary-color), rgba(194, 65, 12, 0.3));
}

.timeline-item:last-child::before {
    display: none;
}

.timeline-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    font-family: 'Urbanist', sans-serif;
}

.timeline-content {
    background: var(--white);
    padding: 32px;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.timeline-content:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.timeline-content h3 {
    font-size: 1.4rem;
    color: var(--dark-color);
    margin-bottom: 12px;
}

.timeline-content p {
    color: var(--text-light);
    line-height: 1.75;
    margin-bottom: 24px;
}

.timeline-photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
}

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

.about-photo-placeholder {
    aspect-ratio: 4 / 3;
    background: linear-gradient(145deg, #ebe8e4 0%, #e0dcd6 100%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 0.8rem;
    border: 1px dashed rgba(194, 65, 12, 0.2);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.about-photo-placeholder:hover {
    border-color: rgba(194, 65, 12, 0.4);
}

.about-photo-placeholder .about-photo-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}

/* About page: stronger slide-up (45px) matching Flavori, Osteria 60 */
.about .section-header.reveal {
    transform: translateY(45px);
}

/* About page reveal - slide up from 45px */
.about-stats .about-stat.reveal,
.about-values .about-values-header.reveal,
.about-values .about-value-card.reveal,
.about .chef-image-container.reveal,
.about .chef-info.reveal,
.about-beginning .about-beginning-header.reveal,
.about-beginning .about-beginning-text.reveal,
.about-beginning .about-collage-center.reveal,
.about-beginning .about-collage-item.reveal,
.about-story .timeline-item.reveal,
.about-story .about-photo-placeholder.reveal,
.about-philosophy .philosophy-content.reveal {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-stats .about-stat.reveal.visible,
.about-values .about-values-header.reveal.visible,
.about-values .about-value-card.reveal.visible,
.about .chef-image-container.reveal.visible,
.about .chef-info.reveal.visible,
.about-beginning .about-beginning-header.reveal.visible,
.about-beginning .about-beginning-text.reveal.visible,
.about-beginning .about-collage-center.reveal.visible,
.about-beginning .about-collage-item.reveal.visible,
.about-story .timeline-item.reveal.visible,
.about-story .about-photo-placeholder.reveal.visible,
.about-philosophy .philosophy-content.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered delays for about page slide-up */
.about-stats .about-stat.reveal:nth-child(1) { transition-delay: 0.05s; }
.about-stats .about-stat.reveal:nth-child(3) { transition-delay: 0.1s; }
.about-stats .about-stat.reveal:nth-child(5) { transition-delay: 0.15s; }
.about-stats .about-stat.reveal:nth-child(7) { transition-delay: 0.2s; }
.about-values .about-values-header.reveal { transition-delay: 0.05s; }
.about-values .about-value-card.reveal:nth-child(1) { transition-delay: 0.12s; }
.about-values .about-value-card.reveal:nth-child(2) { transition-delay: 0.18s; }
.about-values .about-value-card.reveal:nth-child(3) { transition-delay: 0.24s; }
.about-values .about-value-card.reveal:nth-child(4) { transition-delay: 0.3s; }
.about .chef-image-container.reveal { transition-delay: 0.1s; }
.about .chef-info.reveal { transition-delay: 0.2s; }
.about-beginning .about-beginning-header.reveal { transition-delay: 0.05s; }
.about-beginning .about-beginning-text.reveal { transition-delay: 0.15s; }
.about-beginning .about-collage-center.reveal { transition-delay: 0.18s; }
.about-beginning .about-collage-ring .about-collage-item.reveal:nth-child(1) { transition-delay: 0.24s; }
.about-beginning .about-collage-ring .about-collage-item.reveal:nth-child(2) { transition-delay: 0.3s; }
.about-beginning .about-collage-ring .about-collage-item.reveal:nth-child(3) { transition-delay: 0.36s; }
.about-beginning .about-collage-ring .about-collage-item.reveal:nth-child(4) { transition-delay: 0.42s; }
.about-beginning .about-collage-ring .about-collage-item.reveal:nth-child(5) { transition-delay: 0.48s; }
.about-beginning .about-collage-ring .about-collage-item.reveal:nth-child(6) { transition-delay: 0.54s; }
.about-story .timeline-item.reveal { transition-delay: 0.1s; }
.about-story .timeline-photo-grid .about-photo-placeholder.reveal:nth-child(1) { transition-delay: 0.2s; }
.about-story .timeline-photo-grid .about-photo-placeholder.reveal:nth-child(2) { transition-delay: 0.28s; }
.about-story .timeline-photo-grid--four .about-photo-placeholder.reveal:nth-child(3) { transition-delay: 0.36s; }
.about-story .timeline-photo-grid--four .about-photo-placeholder.reveal:nth-child(4) { transition-delay: 0.44s; }
.about-philosophy .philosophy-content.reveal { transition-delay: 0.12s; }

.about-photo-placeholder svg {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    opacity: 0.5;
}

/* About Beginning – section and content layout */
.about-beginning {
    padding: 80px 0 100px;
    background: var(--bg-warm);
}

.about-beginning-header {
    text-align: center;
    margin-bottom: 32px;
}

.about-beginning-year {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.about-beginning-title {
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    color: var(--dark-color);
    margin-bottom: 8px;
}

.about-beginning-subtitle {
    font-size: 1rem;
    color: var(--text-light);
    font-style: italic;
}

.about-beginning-content {
    max-width: 1100px;
    margin: 0 auto;
}

.about-beginning-text {
    max-width: 640px;
    margin: 0 auto 20px;
    text-align: center;
}

.about-beginning-lead {
    font-size: 1.15rem;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 1.65;
}

.about-beginning-text p:last-child {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.75;
}

/* Opening day collage – circle layout: large centre + ring of images */
.about-opening-collage {
    margin-top: 0;
}

.about-opening-collage--circle {
    position: relative;
    min-height: 1750px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    /* Center the wheel on the page so rotation center aligns with page center */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Large circle at top-left */
.about-collage-center {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 820px;
    height: 820px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    box-shadow: var(--shadow-lg), 0 0 0 6px var(--bg-warm), 0 0 0 8px rgba(194, 65, 12, 0.15);
    background: var(--charcoal-mid);
    transition: var(--transition-smooth);
}

.about-collage-center:hover {
    box-shadow: var(--shadow-hover), 0 0 0 6px var(--bg-warm), 0 0 0 8px rgba(194, 65, 12, 0.25);
    transform: scale(1.02);
}

.about-collage-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: high-quality;
    -ms-interpolation-mode: bicubic;
    filter: contrast(1.06) saturate(1.03);
}

/* Ring of images surrounding the centre (8 at 45° intervals) */
.about-collage-ring {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about-collage-ring .about-collage-item {
    pointer-events: auto;
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transform: translate(-50%, -50%);
    box-shadow: var(--shadow-md), 0 0 0 3px var(--bg-warm);
    background: var(--charcoal-mid);
    transition: var(--transition-smooth);
    z-index: 1;
}

.about-collage-ring .about-collage-item:hover {
    box-shadow: var(--shadow-hover), 0 0 0 3px var(--bg-warm);
    transform: translate(-50%, -50%) scale(1.08);
    z-index: 3;
}

.about-collage-ring .about-collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.4s ease;
}

.about-collage-ring .about-collage-item:hover img {
    transform: scale(1.06);
}

/* Ring of images surrounding the centre (6 in hexagon at radius 565px) */
.about-collage-ring .about-collage-item:nth-child(1) { left: calc(50% + 565px); top: 50%; }
.about-collage-ring .about-collage-item:nth-child(2) { left: calc(50% + 283px); top: calc(50% - 489px); }
.about-collage-ring .about-collage-item:nth-child(3) { left: calc(50% - 283px); top: calc(50% - 489px); }
.about-collage-ring .about-collage-item:nth-child(4) { left: calc(50% - 565px); top: 50%; }
.about-collage-ring .about-collage-item:nth-child(5) { left: calc(50% - 283px); top: calc(50% + 489px); }
.about-collage-ring .about-collage-item:nth-child(6) { left: calc(50% + 283px); top: calc(50% + 489px); }

/* Collage lightbox – view image in circular shape */
.about-collage-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.about-collage-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.about-collage-lightbox[hidden] {
    display: none !important;
}

.about-collage-lightbox:not([hidden]).is-open {
    display: flex !important;
}

.about-collage-lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2002;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.about-collage-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

.about-collage-lightbox-inner {
    max-width: min(90vw, 720px);
    max-height: min(85vh, 720px);
    width: min(90vw, 720px);
    height: min(85vh, 720px);
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 6px rgba(255, 255, 255, 0.1);
    background: var(--charcoal-mid);
}

.about-collage-lightbox-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Menu Image Lightbox – view menu photos larger */
.menu-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-image-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.menu-image-lightbox[hidden] {
    display: none !important;
}

.menu-image-lightbox:not([hidden]).is-open {
    display: flex !important;
}

.menu-image-lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2002;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.menu-image-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

.menu-image-lightbox-inner {
    max-width: min(95vw, 1200px);
    max-height: min(90vh, 900px);
    width: auto;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    background: var(--charcoal-mid);
}

.menu-image-lightbox-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/* Make menu images clickable */
.menu-item-img,
.menu-category-img {
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-item-img:hover,
.menu-category-img:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

/* About Philosophy */
.about-philosophy {
    padding: 80px 0 100px;
    background: var(--bg-warm);
    position: relative;
}

.philosophy-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.philosophy-decor {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--flame-amber), var(--primary-color), transparent);
    margin: 0 auto 28px;
    border-radius: 2px;
}

.philosophy-quote {
    font-size: 1.5rem;
    font-family: 'Urbanist', sans-serif;
    font-style: italic;
    color: var(--dark-color);
    line-height: 1.7;
    margin-bottom: 20px;
}

.philosophy-attribution {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 600;
}

/* Menu Section */
.menu {
    padding: 0 0 100px;
    background: linear-gradient(180deg, var(--bg-warm) 0%, #F9F5F0 30%, var(--bg-warm) 100%);
    position: relative;
}

.menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(194, 65, 12, 0.08), transparent);
    pointer-events: none;
}

/* Menu video hero - autoplay loop */
.menu-video-hero {
    position: relative;
    width: 100%;
    height: clamp(380px, 52vh, 560px);
    min-height: 320px;
    margin-bottom: 50px;
    overflow: hidden;
    background: var(--charcoal);
}

.menu-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center 72%;
}

.menu-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.4) 0%, rgba(26, 26, 26, 0.2) 30%, rgba(154, 43, 10, 0.5) 70%, rgba(26, 26, 26, 0.7) 100%);
    pointer-events: none;
}

.menu-video-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    z-index: 2;
}

.menu-video-content p {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    opacity: 0.95;
    font-weight: 300;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.menu-video-volume-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
}

.menu-video-volume-btn:hover {
    background: rgba(0, 0, 0, 0.6);
    border-color: var(--white);
}

.menu-video-volume-btn svg {
    width: 24px;
    height: 24px;
}

.menu-video-instagram-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
}

.menu-video-instagram-link:hover {
    color: var(--white);
}

.menu-video-hero.video-fallback .menu-hero-video {
    display: none;
}

.menu-video-hero.video-fallback::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(26, 26, 26, 0.5) 0%, rgba(154, 43, 10, 0.75) 40%, rgba(194, 65, 12, 0.85) 70%, rgba(232, 93, 4, 0.3) 100%),
                url('Images/menu1.jpg') center center / cover no-repeat;
    z-index: 0;
}

/* Menu page hero - fire grill atmosphere (fallback) */
.menu-hero {
    height: 280px;
    min-height: 220px;
    background: linear-gradient(160deg, rgba(26, 26, 26, 0.5) 0%, rgba(154, 43, 10, 0.75) 40%, rgba(194, 65, 12, 0.85) 70%, rgba(232, 93, 4, 0.3) 100%),
                url('Images/menu1.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    margin-bottom: 50px;
}

.menu-hero-content p {
    font-size: 1.1rem;
    opacity: 0.95;
    font-weight: 300;
}

/* Image placeholders - replace with <img src="..."> when adding photos */
.menu-img-placeholder {
    aspect-ratio: 4 / 3;
    background: linear-gradient(145deg, #f5efe8 0%, #ebe3d9 50%, #e2d9cc 100%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 0.85rem;
    border: 1px dashed rgba(194, 65, 12, 0.18);
    transition: var(--transition-smooth);
}

.menu-img-placeholder svg {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    opacity: 0.4;
    color: var(--primary-color);
}

.menu-img-placeholder:hover {
    border-color: rgba(194, 65, 12, 0.4);
    background: linear-gradient(145deg, #f0e9e0 0%, #e6ddd2 100%);
}

.menu-item-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Category image placeholder (wider) */
.menu-category-img-placeholder {
    aspect-ratio: 16 / 9;
    background: linear-gradient(145deg, #ebe8e4 0%, #e0dcd6 100%);
    border-radius: 12px 12px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 0.9rem;
    border-bottom: 1px dashed rgba(194, 65, 12, 0.15);
}

.menu-category-img-placeholder svg {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.menu-category-img-placeholder-bottom {
    border-radius: 0 0 12px 12px;
    border-bottom: none;
    border-top: 1px dashed rgba(194, 65, 12, 0.15);
    margin-top: 16px;
}

.menu-category-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-category-img-bottom {
    border-radius: 0 0 12px 12px;
    margin-top: 16px;
}

.menu-sides-grid .menu-category:nth-child(1) .menu-category-img,
.menu-sides-grid .menu-category:nth-child(2) .menu-category-img {
    display: none;
}

.menu-category-img-dessert {
    object-fit: cover;
    object-position: 50% 50%;
}

/* Mains section - Primary focus */
.menu-mains-section {
    margin-bottom: 55px;
}

.menu-mains-header {
    text-align: center;
    margin-bottom: 48px;
    opacity: 0;
    transform: translateY(30px);
    animation: menuSlideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards;
}

.menu-mains-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.menu-mains-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    color: var(--dark-color);
    margin-bottom: 8px;
    font-weight: 700;
}

.menu-mains-subtitle {
    font-size: 1rem;
    color: var(--text-light);
    font-weight: 400;
}

.menu-hero-mains {
    margin-bottom: 45px;
}

.menu-mains-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.menu-mains-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(194, 65, 12, 0.04);
    transition: var(--transition-smooth);
    border: 1px solid rgba(194, 65, 12, 0.06);
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    animation: menuSlideUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.menu-mains-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--flame-amber), var(--primary-color));
    z-index: 1;
}

.menu-mains-card:nth-child(1) { animation-delay: 0.12s; }
.menu-mains-card:nth-child(2) { animation-delay: 0.2s; }
.menu-mains-card:nth-child(3) { animation-delay: 0.28s; }
.menu-mains-card:nth-child(4) { animation-delay: 0.36s; }

@keyframes menuSlideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-mains-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), var(--shadow-ember);
    border-color: rgba(194, 65, 12, 0.2);
}

.menu-mains-card:hover::before {
    background: linear-gradient(90deg, var(--flame-amber), var(--secondary-color));
    height: 4px;
}

.menu-mains-card:hover .menu-item-img {
    transform: scale(1.06);
}

.menu-mains-card .menu-img-placeholder {
    border-radius: 0;
    aspect-ratio: 4 / 3;
}

.menu-mains-card .menu-item-img {
    aspect-ratio: 4 / 3;
    border-radius: 0;
    width: 100%;
    object-fit: cover;
}

/* Az Orta menu image: centre the food (positioned low in source) and fill frame */
.menu-item-img-az-orta {
    object-position: 50% 75%;
    object-fit: cover;
}

/* Lamb skewer menu image: centre the food and fill frame */
.menu-item-img-lamb {
    object-position: 50% 75%;
    object-fit: cover;
}

.menu-mains-card-body {
    padding: 24px 22px;
    position: relative;
}

.menu-mains-card-body .menu-item-badge {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 12px;
}

.menu-mains-name {
    font-size: 1.2rem;
    color: var(--dark-color);
    margin-bottom: 8px;
    line-height: 1.35;
    font-weight: 600;
}

.menu-mains-description {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.5;
    margin-bottom: 14px;
}

.menu-mains-price {
    font-size: 1.4rem;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* Sides section - Secondary, compact */

.menu-sides-grid {
    margin-bottom: 45px;
}

.menu-category-compact {
    padding: 0;
}

.menu-category-compact .menu-category-header {
    padding: 20px 22px 0;
}

.menu-category-compact .category-title {
    font-size: 1.25rem;
}

.menu-category-compact .menu-items {
    padding: 0 22px 22px;
}

.menu-category-compact .menu-item {
    padding-bottom: 14px;
}

.menu-category-compact .menu-item-name {
    font-size: 1.05rem;
}

/* Legacy featured card styles (if used elsewhere) */
.menu-featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.menu-featured-card {
    background: var(--white);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.menu-featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.menu-featured-card:hover .menu-item-img {
    transform: scale(1.06);
}

.menu-featured-card .menu-img-placeholder {
    border-radius: 0;
    aspect-ratio: 16 / 10;
}

.menu-featured-card .menu-item-img {
    aspect-ratio: 16 / 10;
    border-radius: 0;
}

.menu-featured-card-body {
    padding: 24px;
}

.menu-featured-card .menu-item-header {
    margin-bottom: 10px;
}

.menu-featured-card .menu-item-description {
    font-size: 0.9rem;
}

/* Standard menu grid */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.menu-category {
    background: var(--white);
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04), 0 1px 4px rgba(194, 65, 12, 0.03);
    transition: var(--transition-smooth);
    border: 1px solid rgba(194, 65, 12, 0.06);
    overflow: hidden;
    position: relative;
}

.menu-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(232, 93, 4, 0.4), rgba(194, 65, 12, 0.5));
    z-index: 1;
}

.menu-sides-grid .menu-category {
    opacity: 0;
    transform: translateY(45px);
    animation: menuSlideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.menu-sides-grid .menu-category:nth-child(1) { animation-delay: 0.52s; }
.menu-sides-grid .menu-category:nth-child(2) { animation-delay: 0.62s; }
.menu-sides-grid .menu-category:nth-child(3) { animation-delay: 0.72s; }

.menu-category:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(194, 65, 12, 0.08);
    border-color: rgba(194, 65, 12, 0.12);
}

.menu-category:hover::before {
    background: linear-gradient(90deg, var(--flame-amber), var(--primary-color));
}

.menu-category:hover .menu-category-img {
    transform: scale(1.06);
}

.menu-category-header {
    padding: 28px 28px 0;
}

.category-title {
    font-size: 1.6rem;
    color: var(--dark-color);
    margin-bottom: 6px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(194, 65, 12, 0.15);
}

.category-description {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 20px;
    font-style: italic;
}

.menu-category .menu-items {
    padding: 0 28px 28px;
}

.menu-items {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.menu-item {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.menu-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Menu item with image - side by side layout */
.menu-item-with-img {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 18px;
    align-items: start;
}

.menu-item-with-img .menu-img-placeholder,
.menu-item-with-img .menu-item-img {
    aspect-ratio: 1;
    min-width: 100px;
}

.menu-item-with-img .menu-item-img {
    width: 100%;
}

.menu-item-content {
    min-width: 0;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 6px;
}

.menu-item-name {
    font-size: 1.15rem;
    color: var(--dark-color);
    font-weight: 600;
    line-height: 1.3;
}

.menu-item-price {
    font-size: 1.1rem;
    color: var(--primary-color);
    font-weight: 600;
    white-space: nowrap;
}

/* Allergen badges for menu items */
.menu-item-allergens {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.menu-mains-card-body .menu-item-allergens {
    margin-top: 12px;
    margin-bottom: 12px;
}

.allergen-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    width: 28px;
    height: 28px;
    background: rgba(194, 65, 12, 0.08);
    border-radius: 6px;
    border: 1px solid rgba(194, 65, 12, 0.15);
    cursor: help;
    transition: all 0.2s ease;
    line-height: 1;
}

.allergen-badge:hover {
    background: rgba(194, 65, 12, 0.12);
    border-color: rgba(194, 65, 12, 0.25);
    transform: scale(1.1);
}

.menu-item-description {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.55;
}

.menu-item-badge {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.menu-item-badge.popular {
    background: linear-gradient(135deg, var(--flame-amber), var(--primary-color));
    box-shadow: var(--shadow-ember);
}

.menu-item-badge.new {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

.menu-item-badge.spicy {
    background: linear-gradient(135deg, #e082a0, #d56a7a);
}

.menu-item-size {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--text-light);
}

.menu-size-option {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-light);
    font-style: italic;
}

/* Menu section divider */
.menu-section-divider {
    text-align: center;
    margin: 56px 0 36px;
    opacity: 0;
    transform: translateY(40px);
    animation: menuSlideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

.menu-section-divider span {
    display: inline-block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--flame-amber), var(--primary-color), transparent);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(232, 93, 4, 0.3);
}

.menu-section-title {
    font-size: clamp(1.35rem, 3vw, 1.6rem);
    color: var(--dark-color);
    margin: 0 0 40px;
    opacity: 0;
    transform: translateY(40px);
    animation: menuSlideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.46s forwards;
    font-weight: 600;
}

.menu-section-title-sides {
    text-align: center;
    position: relative;
    color: var(--dark-color);
}

.menu-section-title-sides::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--flame-amber));
    margin: 12px auto 0;
    border-radius: 1px;
}

.menu-addon-strip {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin: -14px auto 48px;
    opacity: 0;
    transform: translateY(30px);
    animation: menuSlideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.78s forwards;
}

.menu-addon-label,
.menu-addon-prices {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(17, 17, 17, 0.92);
    color: var(--white);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.menu-addon-label {
    padding: 10px 18px;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.menu-addon-prices {
    padding: 10px 24px;
    font-size: clamp(0.98rem, 1.7vw, 1.18rem);
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.45;
    text-align: center;
}

.menu-addon-prices strong {
    color: var(--primary-color);
    font-weight: 800;
}

/* Menu note - refined */
.menu-note {
    text-align: center;
    padding: 32px 40px;
    background: var(--white);
    border-radius: 14px;
    margin-top: 56px;
    font-style: italic;
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.75;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(194, 65, 12, 0.06);
    border-left: 4px solid rgba(194, 65, 12, 0.25);
    opacity: 0;
    transform: translateY(40px);
    animation: menuSlideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.85s forwards;
}

.menu-note strong {
    color: var(--dark-color);
}

.menu-pdf-download {
    text-align: center;
}

.btn-pdf-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--flame-amber));
    color: var(--white);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(194, 65, 12, 0.25);
    border: none;
    cursor: pointer;
}

.btn-pdf-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(194, 65, 12, 0.35);
    background: linear-gradient(135deg, var(--flame-amber), var(--primary-color));
}

.btn-pdf-download:active {
    transform: translateY(0);
}

.btn-pdf-download svg {
    flex-shrink: 0;
    stroke-width: 2.5;
}

@media (max-width: 768px) {
    .menu-addon-strip {
        width: 100%;
        flex-direction: column;
        gap: 6px;
        margin: -12px auto 36px;
    }

    .menu-addon-label,
    .menu-addon-prices {
        width: 100%;
        min-height: auto;
        padding: 12px 16px;
    }

    .btn-pdf-download {
        padding: 12px 24px;
        font-size: 0.9rem;
        gap: 8px;
    }
    
    .btn-pdf-download svg {
        width: 18px;
        height: 18px;
    }
}

/* Allergen Information Section */
/* Reference table, subordinate to the menu board — matches its 800px measure */
.menu-allergen-section {
    background: var(--white);
    border-radius: 14px;
    max-width: 800px;
    padding: 26px 22px;
    margin: 40px auto 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(194, 65, 12, 0.06);
    opacity: 0;
    transform: translateY(40px);
    animation: menuSlideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}

.allergen-section-title {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: var(--dark-color);
    margin: 0 0 16px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.allergen-section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--flame-amber));
    margin: 8px auto 0;
    border-radius: 1px;
}

.allergen-legend {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    margin-bottom: 28px;
    padding: 0 8px;
}

.allergen-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: rgba(194, 65, 12, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(194, 65, 12, 0.08);
    transition: all 0.3s ease;
}

.allergen-item:hover {
    background: rgba(194, 65, 12, 0.06);
    border-color: rgba(194, 65, 12, 0.15);
    transform: translateY(-2px);
}

.allergen-symbol {
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
}

.allergen-name {
    font-size: 0.9rem;
    color: var(--dark-color);
    font-weight: 500;
}

.allergen-disclaimer {
    text-align: center;
    padding: 20px;
    background: rgba(194, 65, 12, 0.05);
    border-radius: 10px;
    border-left: 4px solid rgba(194, 65, 12, 0.3);
    margin-top: 24px;
}

.allergen-disclaimer p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-light);
}

.allergen-disclaimer strong {
    color: var(--dark-color);
    font-weight: 600;
}

/* Mains as typographic list (menu pages) */
.menu-mains-list-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin: 0 auto 50px;
}

.menu-mains-list-grid .menu-items {
    padding-top: 28px;
}

/* Full allergen matrix table (menu pages) */
.allergen-intro {
    max-width: 100%;
    margin: 0 auto 18px;
    text-align: center;
    font-size: 0.72rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

.allergen-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.allergen-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    color: var(--white);
}

.allergen-table th,
.allergen-table td {
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 6px 7px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.72rem;
}

.allergen-table thead th {
    background: rgba(255, 255, 255, 0.05);
}

.allergen-table .allergen-cell-name {
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}

.allergen-table thead .allergen-th-product {
    font-size: 0.78rem;
    font-weight: 700;
}

.allergen-col-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 0.54rem;
    font-weight: 500;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.82);
}

.allergen-col-head .allergen-symbol {
    font-size: 1rem;
}

.allergen-symbol-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
}

.allergen-table .allergen-group th {
    text-align: left;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: var(--letter-tight);
    background: rgba(232, 93, 4, 0.14);
    color: var(--white);
}

.allergen-yes {
    color: var(--flame-amber);
    font-weight: 700;
}

.allergen-no {
    color: rgba(255, 255, 255, 0.32);
}

.allergen-note {
    max-width: 100%;
    margin: 14px auto 0;
    padding: 10px 14px;
    text-align: center;
    font-size: 0.68rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.04);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.allergen-warning {
    max-width: 100%;
    margin: 12px auto 0;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

/* Relax the print-tight scale on small screens, matching the board's breakpoint */
@media (max-width: 760px) {
    .allergen-table th,
    .allergen-table td {
        padding: 9px 6px;
        font-size: 0.85rem;
    }
    .allergen-col-head {
        font-size: 0.58rem;
    }
    .allergen-col-head .allergen-symbol {
        font-size: 1.05rem;
    }
    .allergen-table .allergen-group th {
        font-size: 0.9rem;
    }
    .allergen-intro {
        font-size: 0.85rem;
        line-height: 1.7;
    }
    .allergen-note,
    .allergen-warning {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .menu-allergen-section {
        padding: 32px 24px;
    }
    
    .allergen-legend {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 16px;
    }
    
    .allergen-item {
        padding: 10px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .allergen-symbol {
        font-size: 1.8rem;
    }
    
    .allergen-name {
        font-size: 0.85rem;
    }
}

.menu-cta-section {
    text-align: center;
    padding: 72px 32px;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.94) 0%, rgba(154, 43, 10, 0.9) 40%, rgba(194, 65, 12, 0.92) 100%),
                url('Images/charcoal-embers.png') center center / cover no-repeat;
    background-color: var(--charcoal);
    border-radius: 16px;
    margin-top: 64px;
    color: var(--white);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(45px);
    animation: menuSlideUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.95s forwards;
}

.menu-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 120%, rgba(232, 93, 4, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.menu-cta-section h2 {
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    margin-bottom: 1rem;
    color: var(--white);
    position: relative;
}

.menu-cta-section p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    position: relative;
}

.menu-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

.menu-cta-buttons .btn-primary {
    background: var(--white);
    color: var(--primary-color);
}

.menu-cta-buttons .btn-secondary {
    background: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}

.menu-cta-buttons .btn-secondary:hover {
    background: var(--white);
    color: var(--primary-color);
}

/* Contact Page Hero */
.contact-hero {
    padding: 140px 0 50px;
    background: var(--bg-warm);
    text-align: center;
}

.contact-hero-content {
    max-width: 640px;
    margin: 0 auto;
}

.contact-hero-title {
    font-size: 2.75rem;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.contact-hero-subtitle {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-hero-tagline {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.75;
}

/* Contact Section */
.contact {
    padding: 0 0 100px;
    background: var(--bg-warm);
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 600px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(194, 65, 12, 0.15), transparent);
}

.contact-content {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: start;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 28px 32px;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid rgba(194, 65, 12, 0.08);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.contact-item-address {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: start;
}

.contact-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px 12px 0 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-item:hover {
    box-shadow: var(--shadow-md);
    border-color: rgba(194, 65, 12, 0.12);
}

.contact-item:hover::before {
    transform: scaleX(1);
}

.contact-icon-wrap {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(194, 65, 12, 0.08);
    border-radius: 12px;
}

.contact-icon {
    font-size: 1.75rem;
}

.contact-details h3 {
    font-size: 1.25rem;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.contact-details p {
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.8;
}

.contact-details a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

.contact-details a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.contact-btn {
    display: inline-block;
    margin-top: 14px !important;
    font-size: 0.9rem !important;
    padding: 10px 22px !important;
}

/* Contact Sidebar */
.contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Social Media Box - Contact Page */
.social-media-box {
    background: var(--white);
    padding: 36px 32px;
    border-radius: 12px;
    border: 1px solid rgba(194, 65, 12, 0.08);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
}

.social-media-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.social-media-box:hover {
    box-shadow: var(--shadow-md);
}

.social-media-title {
    font-size: 1.5rem;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.social-media-desc {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 24px;
    line-height: 1.6;
}

.social-icons-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.social-icon-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 24px;
    background: var(--light-color);
    border-radius: 12px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition-smooth);
    border: 2px solid transparent;
    min-width: 100px;
}

.social-icon-btn:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.social-icon-btn span {
    font-size: 0.85rem;
    font-weight: 500;
}

.social-icon-instagram:hover {
    border-color: #E4405F;
    color: #E4405F;
    background: rgba(228, 64, 95, 0.06);
}

.social-icon-tiktok:hover {
    border-color: #000;
    color: #000;
    background: rgba(0, 0, 0, 0.04);
}

.social-icon-facebook:hover {
    border-color: #1877F2;
    color: #1877F2;
    background: rgba(24, 119, 242, 0.06);
}

/* Contact Map Link */
.contact-map-wrap {
    margin-top: 0;
}

.contact-map-inline {
    flex-shrink: 0;
    width: 200px;
    min-width: 160px;
}

.contact-map-inline .contact-map-img {
    aspect-ratio: 4 / 3;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

.contact-map-inline .contact-map-overlay {
    border-radius: 8px;
}

.contact-map-inline .contact-map-btn {
    padding: 5px 10px;
    font-size: 0.75rem;
}

.contact-map-inline .contact-map-link::before {
    border-radius: 8px;
}

.contact-map-link {
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition-smooth);
    cursor: pointer;
}

.contact-map-link:hover .contact-map-img {
    transform: scale(1.02);
}

.contact-map-link:hover .contact-map-overlay {
    background: rgba(0, 0, 0, 0.2);
}

.contact-map-img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: 38% 50%;
    border-radius: 12px;
    transition: var(--transition-smooth);
    opacity: 1;
}

.contact-map-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(to bottom, rgba(245, 237, 228, 0.04) 0%, transparent 30%, transparent 70%, rgba(245, 237, 228, 0.06) 100%);
    pointer-events: none;
    z-index: 1;
}

.contact-map-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    transition: var(--transition-smooth);
}

.contact-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 6px;
    transition: var(--transition-smooth);
}

.contact-map-link:hover .contact-map-btn {
    background: rgba(0, 0, 0, 0.75);
    transform: scale(1.02);
}

/* Legacy social-media / social-link (footer, etc.) - keep for compatibility */
.social-media {
    background: var(--light-color);
    padding: 40px;
    border-radius: 10px;
}

.social-media h3 {
    font-size: 2rem;
    color: var(--dark-color);
    margin-bottom: 25px;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: var(--white);
    border-radius: 8px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    border: 2px solid transparent;
}

.social-link:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateX(5px);
}

.social-link svg {
    width: 24px;
    height: 24px;
}

.social-link span {
    font-weight: 500;
}

/* Footer */
.footer {
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.97) 0%, rgba(20, 20, 20, 0.94) 100%),
                url('Images/charcoal-embers.png') center center / cover no-repeat;
    background-color: var(--charcoal);
    color: var(--white);
    padding: 60px 0 30px;
    position: relative;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.footer-section p,
.footer-section a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    line-height: 2;
    transition: var(--transition);
}

.footer-section a:hover {
    color: var(--ember-glow);
}

.footer-social-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

.footer-social-icons .social-icon-btn {
    flex-direction: row;
    padding: 10px 16px;
    min-width: auto;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
}

.footer-social-icons .social-icon-btn:hover {
    transform: translateY(-2px);
}

.footer-social-icons .social-icon-btn span {
    font-size: 0.8rem;
}

.footer-social-icons .social-icon-instagram:hover {
    border-color: #E4405F;
    color: #E4405F;
    background: rgba(228, 64, 95, 0.15);
}

.footer-social-icons .social-icon-tiktok:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.footer-social-icons .social-icon-facebook:hover {
    border-color: #1877F2;
    color: #1877F2;
    background: rgba(24, 119, 242, 0.15);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(234, 88, 12, 0.15);
}

.footer-bottom p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-credit {
    color: var(--ember-glow);
    font-weight: 500;
}

.footer-operator {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: -2px;
}

.footer-designed {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-top: 12px;
    letter-spacing: 0.03em;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes scrollDown {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
}

/* Homepage redesign sections */
.hero-title-wrap-wordmark {
    min-height: auto;
    margin-bottom: 0.75rem;
    flex-direction: column;
    gap: 0.35rem;
}

.hero-wordmark {
    color: var(--white);
    font-size: clamp(4rem, 10vw, 8rem);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.08em;
    text-transform: lowercase;
    text-shadow: 0 10px 34px rgba(0, 0, 0, 0.45);
}

.hero-wordmark-img {
    display: block;
    width: min(78vw, 720px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.45));
    pointer-events: none;
}

.hero-wordmark-tagline {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.95rem, 2vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.home-instagram-section,
.home-story-section,
.home-location-section,
.home-cta-band {
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(12, 12, 12, 0.96)),
                url('Images/charcoal-embers.png') center center / cover no-repeat;
    color: var(--white);
    padding: 96px 0;
    position: relative;
}

/* overflow:hidden clips decorative bleed on bands — but NOT on .home-story-section,
   where it would create a scroll container and break the chef photo's position:sticky */
.home-instagram-section,
.home-location-section,
.home-cta-band {
    overflow: hidden;
}

/* Homepage CTA bands: Opening Hours + Menu */
#menu-cta.home-cta-band {
    padding-top: 72px;
}

.home-cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4px;
}

/* #1 Opening Hours — transparent: sits on the shared video band (.home-video-band).
   The coal image bed was removed; the looping video now shows through here too. */
#hours.home-cta-band {
    background: transparent;
    width: 100%;
    /* Banner proportion (100/2.8 = 35.71vw) as a FLOOR, not a fixed height: keeps the
       hours block tall enough to read as its own section above the shared video. */
    min-height: min(35.71vw, 480px);
    height: auto;
    padding-top: clamp(36px, 5vw, 64px);
    padding-bottom: clamp(36px, 5vw, 64px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#hours .container {
    width: 100%;
}

#hours .home-section-header {
    margin-bottom: 22px;
}

#hours .home-section-header h2 {
    letter-spacing: 0.08em;
    font-size: clamp(1.35rem, 4vw, 2.2rem);
    margin-bottom: 0;
}

#hours .home-hours-panel {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 32px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
}

.home-hours-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    flex-wrap: nowrap;
    text-align: center;
    margin: 0;
    width: fit-content;
    max-width: 100%;
}

.home-hours-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px clamp(14px, 4vw, 52px);
    justify-content: center;
}

.home-hours-row + .home-hours-row {
    border-left: 1px solid rgba(255, 255, 255, 0.85);
}

.home-hours-days {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: clamp(0.62rem, 2.1vw, 0.78rem);
}

.home-hours-time {
    color: var(--white);
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 4vw, 2.45rem);
    line-height: 1;
}

#hours .home-cta-actions {
    gap: 12px;
    margin-top: 0;
}

/* Hours band CTAs: size and casing only — colour comes from .btn-orange-fill */
#hours .btn-orange-fill {
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: clamp(0.82rem, 2.4vw, 0.95rem);
    min-width: clamp(112px, 32vw, 148px);
    padding: 12px 22px;
}

/* Solid CTA buttons — KONUM, İLETİŞİM, Menü, Alerjen Bilgisi */
.btn-orange-fill {
    background: var(--cta-accent);
    color: var(--white);
    border: 2px solid var(--cta-accent);
    box-shadow: var(--cta-glow);
}

.btn-orange-fill:hover {
    background: var(--cta-accent-hover);
    border-color: var(--cta-accent-hover);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: var(--cta-glow-hover);
}

/* Merged Hours + Menu band — ONE looping muted video shared across both sections.
   The single <video> lives here (parent), absolutely positioned, covering the full
   combined height. No background-attachment: fixed (janky on iOS Safari) — absolute
   positioning inside this position:relative parent instead. */
.home-video-band {
    position: relative;
    overflow: hidden;
    background: var(--charcoal); /* fallback beneath the video / before it decodes */
}

.home-cta-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

/* Scrim over the video across the FULL combined height. The video is brighter in the
   lower (Menümüz) portion than the upper (ÇALIŞMA SAATLERİMİZ) portion, so a flat
   overlay is not enough — ramp the darkness up toward the bottom to keep white text
   ≥ 4.5:1 at both headings. */
.home-cta-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg,
        rgba(8, 8, 8, 0.72) 0%,
        rgba(8, 8, 8, 0.68) 38%,
        rgba(6, 6, 6, 0.80) 70%,
        rgba(4, 4, 4, 0.90) 100%);
    pointer-events: none;
}

/* Both sections inside the band are transparent so the shared video shows through;
   their content sits above the video + scrim. */
.home-video-band .home-cta-band {
    background: transparent;
    position: relative;
    z-index: 2;
}

#menu-cta.home-cta-video {
    background: transparent;
}

.home-cta-video .container {
    position: relative;
    z-index: 2;
}

/* #4 Chef cutout — transparent PNG sits on the section background, no photo-card rectangle.
   Doubled class raises specificity so it wins over the later .chef-scroll-media-inner base rules. */
.chef-scroll-media-inner.chef-scroll-media-inner--cutout {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.chef-scroll-media-inner.chef-scroll-media-inner--cutout img {
    aspect-ratio: 4 / 5;
    object-fit: contain;
    object-position: center bottom;
    border-radius: 0;
    box-shadow: none;
    filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.5));
}

.home-instagram-section .container {
    max-width: 1520px;
}

.home-story-section {
    background: radial-gradient(circle at 20% 0%, rgba(234, 88, 12, 0.16), transparent 36%),
                linear-gradient(180deg, #141414 0%, #0f0f0f 100%);
}

.home-section-header {
    max-width: 720px;
    margin: 0 auto 42px;
    text-align: center;
}

.home-section-eyebrow {
    display: inline-block;
    color: var(--ember-glow);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.home-section-header h2,
.home-story-panel h2,
.menu-video-content h1 {
    color: var(--white);
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.05;
    margin-bottom: 14px;
}

.home-section-header p,
.home-story-panel p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.08rem;
    line-height: 1.75;
}

.instagram-widget-placeholder {
    position: relative;
    width: min(100%, 1400px);
    min-height: clamp(260px, 26vw, 420px);
    margin: 0 auto;
    border-radius: 28px;
    background:
        radial-gradient(circle at 20% 20%, rgba(234, 88, 12, 0.18), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(234, 88, 12, 0.08);
    overflow: hidden;
    backdrop-filter: blur(12px);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.45s ease;
}

.instagram-widget-placeholder .elfsight-app-c8384ad9-87bc-47eb-913b-f71150fec0ae,
.instagram-widget-placeholder [class*="elfsight-app"] {
    width: 100% !important;
    max-width: none !important;
    min-height: clamp(240px, 24vw, 380px);
}

.instagram-widget-placeholder iframe {
    width: 100% !important;
    max-width: none !important;
    min-height: clamp(240px, 24vw, 380px) !important;
}

.instagram-widget-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 25%);
    opacity: 0.35;
    pointer-events: none;
}

.instagram-widget-placeholder > div {
    position: relative;
    z-index: 1;
    min-height: clamp(240px, 24vw, 380px);
}

.home-instagram-section:hover .instagram-widget-placeholder {
    transform: translateY(-6px);
    border-color: rgba(234, 88, 12, 0.36);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.46), 0 0 42px rgba(234, 88, 12, 0.14);
}

.home-section-header.reveal,
.instagram-widget-placeholder.reveal,
.home-instagram-cta.reveal,
.home-chef-feature.reveal,
.home-story-panel.reveal,
.chef-scroll-media-inner.reveal,
.chef-block.reveal,
.home-map-card.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-section-header.reveal.visible,
.instagram-widget-placeholder.reveal.visible,
.home-instagram-cta.reveal.visible,
.home-chef-feature.reveal.visible,
.home-story-panel.reveal.visible,
.chef-scroll-media-inner.reveal.visible,
.chef-block.reveal.visible,
.home-map-card.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.home-chef-feature {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    max-width: 760px;
    margin: 0 auto 42px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-charcoal);
}

.home-chef-feature img {
    width: 230px;
    height: 230px;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.home-chef-feature h2 {
    color: var(--white);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin-bottom: 8px;
}

.home-chef-feature p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.05rem;
}

.home-story-panel {
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(34px, 6vw, 68px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: var(--shadow-charcoal);
    text-align: center;
}

.home-read-more {
    margin-top: 26px;
}

.home-read-more summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: var(--radius-md);
    background: var(--ember-glow);
    color: var(--white);
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition-smooth);
    list-style: none;
}

.home-read-more summary::-webkit-details-marker {
    display: none;
}

.home-read-more summary:hover {
    background: var(--flame-amber);
    transform: translateY(-2px);
}

.home-read-more p {
    max-width: 740px;
    margin: 24px auto 0;
}

/* Chef bio: section stays pinned; page scroll scrubs text past a fixed photo */
.home-story-section.chef-scroll-section {
    overflow: visible;
    padding: 0;
}

.chef-scroll-pin {
    position: sticky;
    top: 92px;
    height: calc(100vh - 92px);
    height: calc(100dvh - 92px);
    display: flex;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 32px 0;
}

.chef-scroll-section .container {
    overflow: visible;
    width: 100%;
}

.chef-scroll {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.1fr) auto;
    gap: clamp(28px, 5vw, 60px);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}

.chef-scroll-media {
    position: relative;
    align-self: center;
    z-index: 2;
}

/* Chef section: "BİLGİ / Yazı Devamı" scroll indicator.
   Carries the brand warmth so it reads as the "keep scrolling" affordance rather
   than dissolving into the dark panel behind it. */
.chef-indicator {
    align-self: center;
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    z-index: 2;
    transition: opacity 0.35s ease;
}

.chef-scroll-section.is-complete .chef-indicator {
    opacity: 0.35;
}

/* Allergen table: custom horizontal scroll indicator, shown on mobile below
   the table in place of the native grey scrollbar. Hidden on desktop, where
   the 6-column table fits without horizontal overflow. JS sets the thumb's
   width + left from the table's scroll ratio (see initAllergenHScroll). */
.allergen-hscroll {
    display: none;
}

@media (max-width: 968px) {
    /* Hide the native grey scrollbar — replaced by .allergen-hscroll below. */
    .allergen-table-wrap {
        scrollbar-width: none;      /* Firefox */
        -ms-overflow-style: none;   /* legacy Edge */
    }
    .allergen-table-wrap::-webkit-scrollbar {
        display: none;              /* Chrome / Safari */
    }

    .allergen-hscroll {
        display: block;
        position: relative;
        width: 100%;
        height: 6px;
        margin: 12px auto 4px;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.12);
        overflow: hidden;
    }

    .allergen-hscroll-thumb {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 30%;                 /* JS overrides width + left */
        border-radius: 999px;
        background: var(--ember-glow);
        box-shadow: 0 0 8px rgba(234, 88, 12, 0.45);
        transition: left 0.08s linear;
    }
}

/* Scroll-position indicator (About Us): a rounded track with a thumb that
   travels top -> bottom as the pinned bio is scrubbed, like a slim scrollbar.
   --p is the 0..1 scroll fraction, updated from script.js. */
.scroll-progress {
    --track: rgba(90, 90, 90, 0.45);
    --thumb: var(--ember-glow);
    --thumb-h: 40px;
    --travel: 86px; /* track inner height (132 - 2*1.5 border) - thumb-h - 3px inset */
    position: relative;
    width: 15px;
    height: 132px;
    flex-shrink: 0;
    border: 1.5px solid var(--track);
    border-radius: 999px;
}

.scroll-progress-thumb {
    position: absolute;
    left: 50%;
    top: 3px;
    width: 9px;
    height: var(--thumb-h);
    border-radius: 999px;
    background: var(--thumb);
    transform: translate(-50%, calc(var(--p, 0) * var(--travel)));
    box-shadow: 0 0 8px rgba(234, 88, 12, 0.45);
    transition: transform 0.12s ease-out;
}

/* About Us sits on a dark background — lighten the track outline there. */
.chef-indicator .scroll-progress {
    --track: rgba(255, 255, 255, 0.32);
}

@media (prefers-reduced-motion: reduce) {
    .scroll-progress-thumb {
        transition: none;
    }
}

.chef-scroll-media-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-charcoal);
}

.chef-scroll-media-inner img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.chef-scroll-caption {
    text-align: center;
}

.chef-scroll-caption h2 {
    color: var(--white);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    margin: 6px 0;
}

.chef-scroll-caption p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 1rem;
}

/* The bio text scrolls THROUGH these fade bands, so the bands do the erasing —
   each line dissolves as it passes, one line at a time, with no per-block masking.
   174deg rather than 180deg tips the bands ~6deg off horizontal, so a line's left
   edge clears ~2 lines before its right: it deletes from the left as it goes.
   The top band is ~14% (~2 lines) deep so a line fades gradually, not in one wipe. */
.chef-scroll-text-viewport {
    position: relative;
    height: min(64vh, 520px);
    overflow: hidden;
    mask-image: linear-gradient(174deg, transparent 0%, #000 14%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(174deg, transparent 0%, #000 14%, #000 90%, transparent 100%);
}

.chef-scroll-text {
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 5vw, 52px);
    padding: 12px 0 48px;
    will-change: transform;
}

.chef-scroll-section .chef-block.reveal {
    opacity: 1;
    transform: none;
}

/* Lighter than a panel: a single warm rule keeps blocks separated without the box */
.chef-block {
    padding: 2px 0 2px clamp(18px, 2vw, 26px);
    border-radius: 0;
    background: none;
    border: 0;
    border-left: 2px solid rgba(234, 88, 12, 0.45);
    box-shadow: none;
}


.chef-block p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.85;
}

.chef-block p + p {
    margin-top: 18px;
}

/* Instagram: single icon link (replaces the live feed widget/API embed) */
.home-instagram-cta {
    display: flex;
    justify-content: center;
}

.home-instagram-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 20px 34px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--white);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.home-instagram-link:hover {
    transform: translateY(-4px);
    border-color: #E4405F;
    background: linear-gradient(145deg, rgba(228, 64, 95, 0.18), rgba(228, 64, 95, 0.06));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), 0 0 40px rgba(228, 64, 95, 0.18);
}

.home-instagram-icon {
    flex-shrink: 0;
}

.home-instagram-handle {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.home-menu-preview {
    background: var(--charcoal);
}

.home-menu-video {
    margin-bottom: 0;
}

.home-inline-menu {
    padding-top: 72px;
    padding-bottom: 96px;
}

/* Print-style menu board (matches client PDF structure, charcoal palette) */
.menu-print-board {
    max-width: 800px;
    margin: 0 auto 64px;
    color: var(--white);
}

.menu-print-header {
    text-align: center;
    margin-bottom: clamp(28px, 3.5vw, 40px);
}

.menu-print-wordmark {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: lowercase;
    color: var(--white);
    margin: 0;
}

.menu-print-rule {
    width: min(220px, 55%);
    height: 1px;
    margin: 18px auto 22px;
    border: 0;
    background: rgba(255, 255, 255, 0.45);
}

.menu-print-heading {
    font-family: 'Urbanist', sans-serif;
    font-size: clamp(2.4rem, 6vw, 3.6rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
    line-height: 1;
}

.menu-print-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px, 2.4vw, 22px);
    align-items: start;
}

.menu-print-col {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.8vw, 26px);
}

.menu-print-box {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.03);
    /* top padding clears the title chip straddling the top border */
    padding: clamp(24px, 3vw, 30px) clamp(14px, 2vw, 20px) clamp(14px, 2vw, 20px);
}

/* Section title: a bordered chip centred on the box's top border (legend style) */
.menu-print-box-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-family: 'Urbanist', sans-serif;
    font-size: clamp(0.78rem, 1.5vw, 0.9rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--white);
    margin: 0;
    padding: 5px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: var(--charcoal);
}

.menu-print-box-title .menu-size-option {
    font-weight: 500;
    font-size: 0.85em;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.65);
}

.menu-print-box-note {
    font-size: 0.72rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 12px;
    line-height: 1.5;
}

.menu-print-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.menu-print-item-row {
    display: flex;
    align-items: baseline;
}

.menu-print-item-name {
    flex: 0 1 auto;
    min-width: 0;
    font-weight: 600;
    color: var(--white);
    font-size: 0.82rem;
    line-height: 1.35;
}

/* Dotted leader filling the gap between item name and price */
.menu-print-leader {
    flex: 1 1 auto;
    min-width: 14px;
    margin: 0 6px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
    transform: translateY(-3px);
}

.menu-print-item-price {
    flex: 0 0 auto;
    font-weight: 700;
    color: var(--white);
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
}

.menu-print-item-desc {
    margin: 3px 0 0;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.45;
}

.menu-print-addon {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: fit-content;
    max-width: 100%;
    margin: clamp(28px, 4vw, 40px) auto;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.03);
}

.menu-print-addon-label,
.menu-print-addon-prices {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    color: var(--white);
}

.menu-print-addon-label {
    font-size: 0.85rem;
    font-weight: 800;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.menu-print-addon-prices {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.88);
}

.menu-print-addon-prices strong {
    color: var(--white);
    font-weight: 800;
}

.menu-print-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px, 2.4vw, 22px);
}

/* Meta boxes keep an in-box centred title + rule, not the chip treatment */
.menu-print-meta-box {
    text-align: center;
    padding: clamp(14px, 2vw, 18px);
}

.menu-print-meta-box .menu-print-box-title {
    position: static;
    transform: none;
    white-space: normal;
    border: 0;
    background: none;
    padding: 0 0 8px;
    margin: 0 0 8px;
    font-size: clamp(0.85rem, 1.7vw, 0.98rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.menu-print-allergen-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 12px;
    margin-top: 10px;
}

.allergen-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 0;
    width: 84px;
    text-align: center;
}

/* Client icon artwork: white ring + glyph on the coal circle. border-radius clips the
   square PNG corners to transparent so the dark circle sits cleanly on any background. */
.allergen-icon-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: block;
}

.allergen-icon-caption {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1.2;
}

.allergen-icon-tr,
.allergen-icon-en {
    font-size: 0.62rem;
    font-weight: 600;
    color: var(--white);
}

/* Show only the caption matching the current page language. */
html[lang="tr"] .allergen-icon-en {
    display: none;
}

html[lang="en"] .allergen-icon-tr {
    display: none;
}

.menu-print-date {
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
    margin: 6px 0 4px;
}

.menu-print-tax {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Monochrome badge — the model's board carries no accent colour */
.menu-print-item-name .menu-item-badge {
    background: none;
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 0.62rem;
    padding: 1px 6px;
    vertical-align: middle;
}

@media (max-width: 760px) {
    .menu-print-columns,
    .menu-print-meta {
        grid-template-columns: 1fr;
    }

    .menu-print-addon {
        flex-direction: column;
        width: 100%;
    }

    .menu-print-addon-label {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    }

    /* Print density is too tight to read on a phone — step type back up */
    .menu-print-item-name,
    .menu-print-item-price {
        font-size: 0.95rem;
    }

    .menu-print-item-desc {
        font-size: 0.82rem;
    }

    .menu-print-box-note {
        font-size: 0.82rem;
    }

    .menu-print-list {
        gap: 14px;
    }

    .menu-print-addon-label,
    .menu-print-addon-prices {
        font-size: 0.95rem;
    }
}

.home-location-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.home-map-card {
    position: relative;
    display: block;
    width: min(100%, 760px);
    border-radius: 22px;
    overflow: hidden;
    min-height: 420px;
    text-decoration: none;
    box-shadow: var(--shadow-charcoal);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-map-card img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.home-map-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72));
}

.home-map-address-badge {
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 1;
    width: min(calc(100% - 48px), 620px);
    transform: translateX(-50%);
    padding: 13px 18px;
    border-radius: var(--radius-md);
    background: rgba(0, 0, 0, 0.68);
    color: var(--white);
    text-align: center;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
}

.home-map-btn {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    padding: 14px 18px;
    border-radius: var(--radius-md);
    background: rgba(0, 0, 0, 0.68);
    color: var(--white);
    font-weight: 700;
}

/* Dark menu/contact interface refinements */
.menu {
    background: var(--charcoal);
    color: var(--white);
}

.menu .container {
    position: relative;
    z-index: 1;
}

.menu-mains-title,
.menu-section-title,
.category-title,
.menu-mains-name,
.menu-item-name {
    color: var(--white);
}

.menu-mains-subtitle,
.menu-item-description,
.menu-note p,
.menu-cta-section p {
    color: rgba(255, 255, 255, 0.68);
}

.menu-mains-card,
.menu-category,
.menu-note,
.menu-allergen-section {
    background: #1c1c1c;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-charcoal);
}

.menu-mains-description,
.menu-item {
    color: rgba(255, 255, 255, 0.72);
}

.menu-item {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.menu-allergen-section {
    color: var(--white);
}

.allergen-section-title {
    color: var(--white);
}

.allergen-item {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}

.allergen-name,
.allergen-disclaimer p {
    color: rgba(255, 255, 255, 0.74);
}

.allergen-more {
    margin-top: 24px;
    text-align: center;
}

.allergen-more summary {
    display: inline-flex;
    padding: 12px 22px;
    border-radius: var(--radius-md);
    background: var(--ember-glow);
    color: var(--white);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.allergen-more summary::-webkit-details-marker {
    display: none;
}

.allergen-more-list {
    max-width: 680px;
    margin: 22px auto 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.8;
}

.allergen-image-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 12px 22px;
    border-radius: var(--radius-md);
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-decoration: none;
    font-weight: 700;
    transition: var(--transition-smooth);
}

.allergen-image-link:hover {
    background: var(--ember-glow);
    border-color: var(--ember-glow);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-ember);
}

.allergen-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 4vw, 48px);
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.allergen-lightbox[hidden] {
    display: none !important;
}

.allergen-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.allergen-lightbox-close {
    position: absolute;
    top: clamp(16px, 3vw, 28px);
    right: clamp(16px, 3vw, 28px);
    z-index: 2;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.86);
    color: var(--white);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.allergen-lightbox-close:hover {
    background: var(--ember-glow);
    border-color: var(--ember-glow);
    transform: scale(1.05);
}

.allergen-lightbox-inner {
    width: min(96vw, 980px);
    max-height: 90vh;
    border-radius: 18px;
    overflow: auto;
    background: #211c1d;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.allergen-lightbox-img {
    display: block;
    width: 100%;
    height: auto;
}

/* Normalize <button> elements that reuse anchor button styles */
button.btn,
button.sticky-cta-button {
    font-family: 'Urbanist', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

/* Konum (location) modal – translucent, centered card over a blurred backdrop */
.konum-modal {
    position: fixed;
    inset: 0;
    z-index: 2500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 4vw, 48px);
    background: rgba(10, 10, 10, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.konum-modal[hidden] {
    display: none !important;
}

.konum-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.konum-modal-card {
    position: relative;
    width: min(94vw, 460px);
    max-height: 90vh;
    overflow: auto;
    padding: clamp(22px, 4vw, 32px);
    border-radius: 20px;
    background: #1c1c1c;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
    transform: translateY(14px) scale(0.98);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.konum-modal.is-open .konum-modal-card {
    transform: none;
}

.konum-modal-title {
    color: var(--white);
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 18px;
    padding: 0 36px;
}

.konum-modal-map {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 18px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.konum-map-consent {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    text-align: center;
    color: var(--white);
    background:
        radial-gradient(circle at center, rgba(194, 65, 12, 0.2), transparent 60%),
        var(--charcoal-mid);
}

.konum-map-consent p {
    max-width: 300px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    line-height: 1.45;
}

.konum-map-pin {
    font-size: 2rem;
    line-height: 1;
}

.konum-map-load {
    padding: 11px 20px;
    font-size: 1rem;
}

.konum-modal-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.konum-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.konum-modal-btn {
    width: 100%;
    padding: 13px 18px;
    font-size: 1rem;
    text-align: center;
}

.konum-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.86);
    color: var(--white);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.konum-modal-close:hover {
    background: var(--ember-glow);
    border-color: var(--ember-glow);
    transform: scale(1.05);
}

.contact-hero,
.contact {
    background: var(--charcoal);
    color: var(--white);
}

.contact-hero-title,
.contact-details h3,
.social-media-title {
    color: var(--white);
}

.contact-hero-tagline,
.contact-details p,
.social-media-desc {
    color: rgba(255, 255, 255, 0.72);
}

.contact-item,
.social-media-box {
    background: #1c1c1c;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-charcoal);
}

.contact-icon-wrap,
.social-icon-btn {
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
}

.footer-map-address {
    display: block;
    max-width: 760px;
    margin: 0 auto 36px;
    padding: 18px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-map-address:hover {
    color: var(--ember-glow);
}

.footer-content-centered {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    text-align: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.footer-content-centered .footer-social-icons {
    justify-content: center;
}

/* B4: keep every Contact CTA row and the footer contact block explicitly
   centred, independent of the flex defaults, so the Contact button cannot
   drift left on any breakpoint. */
.hero-cta,
.home-cta-actions {
    justify-content: center;
    text-align: center;
}

.footer-content-centered .footer-section {
    text-align: center;
}

.footer-content-centered .footer-section .btn {
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
/* Mobile menu overlay */
.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-overlay.active {
    display: block;
    opacity: 1;
}

@media (max-width: 968px) {
    body::before,
    body::after {
        display: none;
    }

    body {
        padding-bottom: 0;
    }

    /* Prevent content from being covered by sticky CTA on index/menu pages */
    body:has(.sticky-cta-mobile.sticky-cta-visible) {
        padding-bottom: 88px;
    }

    .container {
        padding-left: clamp(20px, 5vw, 32px);
        padding-right: clamp(20px, 5vw, 32px);
    }

    .cta-button-nav {
        display: none;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: var(--charcoal);
        width: 85%;
        max-width: 320px;
        height: calc(100vh - 70px);
        text-align: left;
        transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.35);
        padding: 2rem 1.5rem;
        overflow-y: auto;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu.active::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: rgba(234, 88, 12, 0.25);
        margin: 1rem 0;
    }

    .nav-link {
        font-size: 1.18rem;
    }

    .language-switcher {
        margin-left: auto;
        margin-right: 10px;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

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

    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .hero-title,
    .hero-title-fallback {
        font-size: 3.5rem;
    }

    .hero {
        padding-top: 70px;
        padding-bottom: 20px;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .hero-content {
        padding-top: 56px;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
        align-items: center;
    }

    .hero-title-wrap {
        min-height: 14rem;
        width: 100%;
        justify-content: center;
        align-items: center;
        overflow: visible;
        margin-bottom: 0.25rem;
    }

    .hero-title-wrap-wordmark {
        min-height: auto;
        margin-bottom: 0.75rem;
    }

    .hero-wordmark {
        font-size: clamp(3.5rem, 18vw, 6rem);
    }

    .hero-wordmark-img {
        width: min(88vw, 540px);
    }

    .hero-title-logo {
        height: 18rem;
        max-width: min(88vw, 480px);
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
        object-fit: contain;
        object-position: center;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-cta {
        gap: 12px;
        padding: 0 8px;
        margin-bottom: 0;
        padding-bottom: 100px;
    }

    .home-location-grid,
    .footer-content-centered {
        grid-template-columns: 1fr;
    }

    .home-instagram-section,
    .home-story-section,
    .home-location-section {
        padding: 72px 0;
    }

    .instagram-widget-placeholder,
    .home-map-card,
    .home-map-card img {
        min-height: 280px;
    }

    .instagram-widget-placeholder > div {
        min-height: 260px;
    }

    .instagram-widget-placeholder .elfsight-app-c8384ad9-87bc-47eb-913b-f71150fec0ae,
    .instagram-widget-placeholder [class*="elfsight-app"],
    .instagram-widget-placeholder iframe {
        min-height: 260px !important;
    }

    .home-chef-feature {
        grid-template-columns: 1fr;
        text-align: center;
        max-width: 420px;
    }

    .home-chef-feature img {
        margin: 0 auto;
        width: min(72vw, 240px);
        height: min(72vw, 240px);
    }

    /* Chef bio: stack with photo on top; disable pin/scrub on small screens */
    .chef-scroll-section {
        height: auto !important;
        padding: 72px 0;
    }

    .chef-scroll-pin {
        position: static;
        height: auto;
        overflow: visible;
        padding: 0;
    }

    .chef-scroll {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 580px;
        align-items: start;
    }

    .chef-scroll-media {
        position: static;
    }

    .chef-scroll-text-viewport {
        height: auto;
        overflow: visible;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .chef-scroll-text {
        transform: none !important;
    }

    .chef-indicator {
        display: none;
    }

    .chef-scroll-media-inner img {
        aspect-ratio: 4 / 3;
    }

    .home-instagram-link {
        padding: 18px 28px;
    }

    body:has(.sticky-cta-mobile.sticky-cta-visible) .hero .scroll-indicator {
        bottom: 88px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-hero {
        min-height: 180px;
        padding-bottom: 60px;
    }

    .about-hero-title-img {
        transform: scale(1.3);
        object-fit: contain;
        object-position: center center;
        margin: 0 auto;
        display: block;
    }

    .about-hero-overlay {
        bottom: 40px;
        padding: 0 20px;
        text-align: center;
    }

    .about-hero-tagline {
        font-size: 1rem;
        letter-spacing: 0.15em;
    }

    .about-beginning {
        overflow-x: hidden;
    }

    .about-beginning-content {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .about-opening-collage--circle {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        min-height: auto;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 24px 0;
        transform: none;
    }

    .about-collage-center {
        position: static;
        width: min(70vw, 200px);
        height: min(70vw, 200px);
        left: auto;
        top: auto;
        transform: none;
    }
    .about-collage-center:hover {
        transform: scale(1.02);
    }

    .about-collage-ring {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        inset: auto;
    }

    .about-collage-ring .about-collage-item {
        position: static;
        width: min(70vw, 200px);
        height: min(70vw, 200px);
        transform: none;
        left: auto;
        top: auto;
    }

    .about-collage-ring .about-collage-item:hover {
        transform: scale(1.08);
    }

    .about-collage-ring .about-collage-item:nth-child(1),
    .about-collage-ring .about-collage-item:nth-child(2),
    .about-collage-ring .about-collage-item:nth-child(3),
    .about-collage-ring .about-collage-item:nth-child(4),
    .about-collage-ring .about-collage-item:nth-child(5),
    .about-collage-ring .about-collage-item:nth-child(6) {
        left: auto;
        top: auto;
    }

    .timeline-item {
        padding-left: 40px;
    }

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

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

    .about-stats-grid {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .about-stat-divider {
        display: none;
    }

    .about-stat {
        padding: 8px 24px;
    }

    .about-stat-value {
        font-size: 1.6rem;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .about-value-card {
        padding: 28px 20px;
    }

    .philosophy-quote {
        font-size: 1.25rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
    }

    .contact-hero {
        padding: 100px 20px 40px;
    }

    .contact-hero-content {
        padding: 0 8px;
    }

    .contact-hero-title {
        font-size: 2.25rem;
    }

    .contact-hero-tagline {
        max-width: 100%;
    }

    .social-icons-row {
        justify-content: center;
    }

    .social-icon-btn {
        min-width: 90px;
        padding: 16px 20px;
    }

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

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

    .menu-mains-header {
        margin-bottom: 36px;
    }

    .menu-mains-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .menu-mains-card .menu-item-img {
        object-fit: cover;
        object-position: center center;
    }

    .menu-hero {
        height: 200px;
    }

    .menu-hero-video {
        object-position: center center;
    }

    .menu-video-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-hero-content h1,
    .menu-hero-content h2 {
        font-size: 2.2rem;
    }

    .menu-item-with-img {
        grid-template-columns: 80px 1fr;
        gap: 14px;
    }

    .menu-item-with-img .menu-img-placeholder,
    .menu-item-with-img .menu-item-img {
        min-width: 80px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .trust-section .container {
        padding-bottom: 24px;
    }

    .trust-item {
        padding: 24px 16px;
        text-align: center;
    }

    .trust-item h3 {
        font-size: 1rem;
        line-height: 1.35;
    }

    .sticky-cta-mobile.sticky-cta-visible {
        display: flex;
    }
}

@media (max-width: 600px) {
    .hero {
        padding-top: 90px;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .hero-content {
        padding-top: 64px;
    }

    .hero-title-wrap-wordmark {
        min-height: auto;
    }

    .hero-wordmark {
        font-size: clamp(3rem, 20vw, 4.8rem);
    }

    .hero-wordmark-img {
        width: min(92vw, 420px);
    }

    .hero-wordmark-tagline {
        font-size: 0.78rem;
        letter-spacing: 0.12em;
    }

    .home-story-panel {
        padding: 24px;
    }

    .instagram-widget-placeholder {
        min-height: 260px;
        border-radius: 20px;
    }

    .instagram-widget-placeholder > div {
        min-height: 240px;
    }

    .instagram-widget-placeholder .elfsight-app-c8384ad9-87bc-47eb-913b-f71150fec0ae,
    .instagram-widget-placeholder [class*="elfsight-app"],
    .instagram-widget-placeholder iframe {
        min-height: 240px !important;
    }

    .menu-video-hero {
        height: clamp(340px, 45vh, 420px);
    }

    .menu-hero-video {
        object-position: center center;
    }

    .menu-video-content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .menu-video-content h1,
    .menu-video-content h2 {
        font-size: 1.75rem;
    }

    .menu-video-content p {
        font-size: 0.9rem;
    }

    .menu-video-volume-btn {
        width: 44px;
        height: 44px;
        bottom: 16px;
        right: 16px;
    }
    .menu-video-volume-btn svg {
        width: 22px;
        height: 22px;
    }
    .menu-video-instagram-link {
        bottom: 16px;
        left: 16px;
        font-size: 0.8rem;
    }
    .menu-mains-grid {
        grid-template-columns: 1fr;
    }

    .menu-mains-card {
        max-width: 100%;
        margin: 0 auto;
    }

    .menu-mains-card .menu-item-img {
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .hero-title,
    .hero-title-fallback {
        font-size: 2.5rem;
    }

    .hero-title-wrap {
        min-height: 10rem;
        width: 100%;
        justify-content: center;
        align-items: center;
        overflow: visible;
        margin-bottom: 0.25rem;
    }

    .hero-title-logo {
        height: 14rem;
        max-width: min(85vw, 360px);
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
        object-fit: contain;
        object-position: center;
    }

    .section-title {
        font-size: 2rem;
    }

    .chef-name {
        font-size: 2rem;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }

    .contact-item-address {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .contact-item-address .contact-icon-wrap {
        margin: 0 auto;
    }

    .contact-map-inline {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }

    .contact-map-inline .contact-map-img {
        height: 120px;
    }

    .contact-icon-wrap {
        margin: 0 auto;
    }

    .contact-hero {
        padding: 90px 16px 32px;
    }

    .contact-hero-content {
        padding: 0 4px;
    }

    .contact-hero-title {
        font-size: 2rem;
    }

    .contact-hero-tagline {
        font-size: 1rem;
    }

    .social-icon-btn {
        min-width: 80px;
        padding: 14px 16px;
    }

    .social-icon-btn span {
        font-size: 0.8rem;
    }

    .contact-map-img {
        aspect-ratio: 16 / 9;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-item h3 {
        font-size: 0.95rem;
    }

    .timeline-photo-grid,
    .timeline-photo-grid--four {
        grid-template-columns: 1fr;
    }

    .timeline-item {
        padding-left: 36px;
    }

    .timeline-marker {
        width: 24px;
        height: 24px;
        font-size: 0.65rem;
    }

    .about-hero {
        min-height: 160px;
        padding-bottom: 56px;
    }

    .about-hero-title-img {
        transform: scale(1.25);
        object-fit: contain;
        object-position: center center;
        max-width: 100%;
    }

    .about-hero-tagline {
        font-size: 0.95rem;
        letter-spacing: 0.12em;
    }

    .about-hero-overlay {
        bottom: 32px;
        padding: 0 16px;
    }

    .about-hero-subtitle {
        font-size: 1rem;
    }

    .about-opening-collage--circle {
        gap: 20px;
        padding: 20px 0;
    }

    .about-collage-center,
    .about-collage-ring .about-collage-item {
        width: min(65vw, 180px);
        height: min(65vw, 180px);
    }

    .philosophy-quote {
        font-size: 1.15rem;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
    }
}

/* Legal / KVKK content page */
.legal-page {
    background: var(--bg-warm);
    padding: calc(92px + clamp(40px, 8vw, 80px)) 0 clamp(60px, 10vw, 100px);
}

.legal-header {
    text-align: center;
    margin-bottom: clamp(36px, 6vw, 56px);
}

.legal-header h1 {
    font-family: 'Urbanist', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--dark-color);
    margin-bottom: 0.75rem;
    letter-spacing: var(--letter-tight);
}

.legal-updated {
    font-size: 0.95rem;
    color: var(--text-light);
    font-style: italic;
}

.legal-content {
    max-width: 820px;
    margin: 0 auto;
}

.legal-block {
    margin-bottom: clamp(32px, 5vw, 44px);
}

.legal-block h2 {
    font-family: 'Urbanist', sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    color: var(--primary-color);
    margin-bottom: 16px;
    letter-spacing: var(--letter-tight);
}

.legal-block p {
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 14px;
}

.legal-block ul {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.legal-block ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    color: var(--text-color);
    line-height: 1.7;
}

.legal-block ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--flame-amber), var(--primary-color));
}

.legal-block a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.legal-block a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.legal-contact-card {
    background: var(--white);
    border: 1px solid rgba(194, 65, 12, 0.15);
    border-radius: var(--radius-lg);
    padding: clamp(20px, 4vw, 28px);
    box-shadow: var(--shadow-sm);
}

.legal-contact-card p {
    margin-bottom: 8px;
}

.legal-contact-card p:last-child {
    margin-bottom: 0;
}

/* Footer legal link */
.footer-legal {
    margin-top: 6px;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: var(--transition);
}

.footer-legal a:hover {
    color: var(--ember-glow);
}
