/* ============================================================
   HATAY SOSLU DÖNER EVİ — Design System v3
   "Modern Sokak Lezzeti" — kirli beyaz + kömür + ateş kırmızısı
   Güçlü dürümcü kimliği: alev dokusu, tahta menü, condensed tipo
   ============================================================ */

:root {
    /* ---- Zemin / kağıt ---- */
    --paper: #F4EEE2;          /* ana kirli beyaz zemin */
    --paper-2: #EFE7D7;        /* biraz daha koyu krem */
    --paper-3: #E8DEC9;        /* kart hover / ayraç */
    --white: #FFFFFF;
    --card: #FBF7EE;           /* kart zemini (kağıttan biraz açık) */

    /* ---- Kömür / mürekkep ---- */
    --char: #1A1714;           /* ana kömür siyahı (koyu bölümler) */
    --char-2: #241F1A;         /* kömür kart */
    --char-3: #322A22;         /* kömür border/hover */

    /* ---- Ateş ---- */
    --fire: #D7261E;           /* ateş kırmızısı (ana vurgu) */
    --fire-deep: #B01710;      /* koyu kırmızı */
    --ember: #F0531F;          /* kor turuncu */
    --amber: #E8A019;          /* amber/altın (ikincil vurgu) */
    --amber-bright: #F6B53D;

    /* ---- Metin ---- */
    --text-ink: #211B16;       /* açık zeminde ana metin */
    --text-ink-dim: #5C5046;   /* açık zeminde soluk metin */
    --text-faint: #8A7D6E;     /* en soluk */
    --text-cream: #F4EEE2;     /* koyu zeminde ana metin */
    --text-cream-dim: #C5B8A4; /* koyu zeminde soluk */

    /* ---- Çizgi ---- */
    --line: rgba(33,27,22,0.10);
    --line-strong: rgba(33,27,22,0.18);
    --line-light: #E0D6C2;
    --line-dark: rgba(244,238,226,0.10);

    --danger: #C42B1C;
    --success: #2E7D46;
    --red: var(--fire);
    --red-deep: var(--fire-deep);
    --text-dim: var(--text-ink-dim);

    /* ---- Tipografi ---- */
    --font-poster: 'Anton', 'Arial Narrow', sans-serif;   /* dev posterler */
    --font-display: 'Bebas Neue', 'Arial Narrow', sans-serif; /* başlıklar */
    --font-script: 'Caveat', cursive;                     /* el yazısı aksan */
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    /* ---- Gölge ---- */
    --shadow-sm: 0 2px 8px rgba(26,23,20,0.06);
    --shadow-md: 0 12px 32px rgba(26,23,20,0.10);
    --shadow-lg: 0 28px 60px rgba(26,23,20,0.16);
    --shadow-fire: 0 10px 30px rgba(215,38,30,0.28);

    /* ---- Radius ---- */
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --radius-full: 999px;

    --transition: 220ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 420ms cubic-bezier(0.4, 0, 0.2, 1);

    --container: 1220px;
    --nav-h: 78px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 16px; }

body {
    font-family: var(--font-body);
    color: var(--text-ink);
    background: var(--paper);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }
input, select, textarea { font-family: inherit; font-size: 1rem; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 26px; }

::selection { background: var(--fire); color: #fff; }

/* ============================================================
   TIPOGRAFI YARDIMCILARI
   ============================================================ */
.poster {
    font-family: var(--font-poster);
    text-transform: uppercase;
    line-height: 0.92;
    letter-spacing: 0.01em;
    font-weight: 400;
}
.script {
    font-family: var(--font-script);
    font-weight: 700;
    line-height: 1;
}
h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.01em;
    color: var(--text-ink);
}

.hl { color: var(--fire); }
.hl-amber { color: var(--amber); }

/* ---- Bölüm başlığı bloğu ---- */
.kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-body);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--fire);
    margin-bottom: 14px;
}
.kicker::before { content: ''; width: 22px; height: 2px; background: var(--fire); }
.section-head.center .kicker { justify-content: center; }
.section-head.center .kicker::before { display: none; }

.section-title {
    font-family: var(--font-poster);
    text-transform: uppercase;
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    line-height: 0.94;
    letter-spacing: 0.005em;
    color: var(--text-ink);
}
.on-dark .section-title, .section-char .section-title { color: var(--text-cream); }

.section-sub {
    font-family: var(--font-body);
    font-size: 1.04rem;
    color: var(--text-ink-dim);
    max-width: 560px;
    margin-top: 14px;
    line-height: 1.65;
}
.section-char .section-sub, .on-dark .section-sub { color: var(--text-cream-dim); }
.section-head.center .section-sub { margin-left: auto; margin-right: auto; }

/* ============================================================
   ATEŞ / ALEV DOKULARI (yeniden kullanılır)
   ============================================================ */
.fire-grain {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(60% 50% at 12% 8%, rgba(240,83,31,0.18), transparent 60%),
        radial-gradient(50% 60% at 92% 0%, rgba(215,38,30,0.16), transparent 55%),
        radial-gradient(40% 50% at 80% 100%, rgba(232,160,25,0.12), transparent 60%);
}
.dot-grid {
    position: absolute; inset: 0; pointer-events: none;
    background-image: radial-gradient(rgba(33,27,22,0.06) 1.2px, transparent 1.2px);
    background-size: 22px 22px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 78%);
}
.dot-grid.on-dark { background-image: radial-gradient(rgba(244,238,226,0.06) 1.2px, transparent 1.2px); }

/* ============================================================
   BUTONLAR
   ============================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 28px;
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    border-radius: var(--radius-full);
    border: 2px solid transparent;
    line-height: 1;
    transition: transform var(--transition), background var(--transition), box-shadow var(--transition), color var(--transition);
    white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }

.btn-fire {
    background: var(--fire);
    color: #fff;
    border-color: var(--fire);
    box-shadow: var(--shadow-fire);
}
.btn-fire:hover { background: var(--fire-deep); border-color: var(--fire-deep); transform: translateY(-2px); }

.btn-amber {
    background: var(--amber);
    color: var(--char);
    border-color: var(--amber);
    box-shadow: 0 8px 24px rgba(232,160,25,0.30);
}
.btn-amber:hover { background: var(--amber-bright); border-color: var(--amber-bright); transform: translateY(-2px); }

.btn-char {
    background: var(--char);
    color: var(--text-cream);
    border-color: var(--char);
}
.btn-char:hover { background: var(--char-2); transform: translateY(-2px); }

.btn-outline {
    background: transparent;
    color: var(--text-ink);
    border-color: var(--line-strong);
}
.btn-outline:hover { border-color: var(--fire); color: var(--fire); transform: translateY(-2px); }
.on-dark .btn-outline { color: var(--text-cream); border-color: var(--line-dark); }
.on-dark .btn-outline:hover { border-color: var(--amber); color: var(--amber); }

.btn-lg { padding: 17px 36px; font-size: 1rem; }
.btn-sm { padding: 10px 20px; font-size: 0.82rem; }
.btn-block { width: 100%; }

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    height: var(--nav-h);
    background: rgba(244,238,226,0.82);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid var(--line);
    transition: background var(--transition), box-shadow var(--transition);
}
.navbar.scrolled { background: rgba(244,238,226,0.97); box-shadow: var(--shadow-sm); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 20px; }

.navbar-brand { display: flex; align-items: center; gap: 11px; }
.navbar-brand img { height: 50px; width: auto; }
.brand-wordmark { display: flex; flex-direction: column; line-height: 1; }
.brand-wordmark .bw-top {
    font-family: var(--font-poster);
    font-size: 1.18rem; letter-spacing: 0.02em;
    color: var(--text-ink); text-transform: uppercase;
}
.brand-wordmark .bw-sub {
    font-family: var(--font-body);
    font-size: 0.6rem; letter-spacing: 0.3em; font-weight: 800;
    color: var(--fire); text-transform: uppercase; margin-top: 3px;
}

.navbar-menu { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.navbar-menu a:not(.nav-cta) {
    padding: 9px 15px; font-size: 0.86rem; font-weight: 700;
    color: var(--text-ink-dim); border-radius: var(--radius-full);
    transition: color var(--transition), background var(--transition);
}
.navbar-menu a:not(.nav-cta):hover, .navbar-menu a:not(.nav-cta).active {
    color: var(--fire); background: rgba(215,38,30,0.08);
}
.nav-cta { margin-left: 10px; padding: 11px 22px !important; font-size: 0.84rem !important; }

.navbar-toggle { display: none; flex-direction: column; gap: 5px; padding: 6px; z-index: 1001; }
.navbar-toggle span { display: block; width: 24px; height: 2px; background: var(--text-ink); border-radius: 2px; transition: var(--transition); }
.navbar-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.navbar-toggle.active span:nth-child(2) { opacity: 0; }
.navbar-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.nav-overlay { display: none; position: fixed; inset: 0; background: rgba(26,23,20,0.45); z-index: 999; }
.nav-overlay.active { display: block; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
    position: relative;
    padding-top: var(--nav-h);
    background:
        radial-gradient(70% 60% at 85% 0%, rgba(232,160,25,0.10), transparent 60%),
        radial-gradient(60% 50% at 0% 100%, rgba(215,38,30,0.07), transparent 55%),
        var(--paper);
    overflow: hidden;
}
.hero-inner {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 50px;
    align-items: center;
    min-height: calc(100vh - var(--nav-h));
    padding: 54px 0;
}

.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 7px 16px 7px 9px;
    background: var(--char); color: var(--amber);
    font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
    border-radius: var(--radius-full);
    margin-bottom: 26px;
    font-family: var(--font-body);
}
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 0 4px rgba(240,83,31,0.25); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 3px rgba(240,83,31,0.3);} 50% { box-shadow: 0 0 0 8px rgba(240,83,31,0);} }

.hero-title {
    font-family: var(--font-poster);
    text-transform: uppercase;
    font-size: clamp(2.8rem, 7vw, 5.4rem);
    line-height: 0.9;
    letter-spacing: 0.004em;
    color: var(--text-ink);
    margin-bottom: 12px;
}
.hero-title .l2 { color: var(--fire); display: block; }
.hero-title .l3 { display: block; }
.hero-script {
    font-family: var(--font-script);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    color: var(--amber);
    transform: rotate(-3deg);
    display: inline-block;
    margin-bottom: 18px;
}
.hero-sub { font-size: 1.1rem; color: var(--text-ink-dim); max-width: 480px; margin-bottom: 32px; line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }

.hero-stats { display: flex; gap: 30px; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat .num { font-family: var(--font-poster); font-size: 1.9rem; color: var(--fire); line-height: 1; }
.hero-stat .lbl { font-size: 0.76rem; color: var(--text-faint); margin-top: 6px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 700; }

/* ---- Hero görsel — serbest, animasyonlu inen döner ---- */
.hero-visual {
    position: relative;
    display: flex; justify-content: center; align-items: center;
    min-height: 460px;
}

/* arkadaki yumuşak ışık diski (glow) */
.hero-glow {
    position: absolute; z-index: 0;
    width: 78%; aspect-ratio: 1; border-radius: 50%;
    background:
        radial-gradient(circle at 50% 45%, rgba(240,83,31,0.35), rgba(232,160,25,0.18) 45%, transparent 70%);
    filter: blur(6px);
    animation: glowPulse 5s ease-in-out infinite;
}
@keyframes glowPulse {
    0%,100% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.06); opacity: 1; }
}

/* dönen kesik halka */
.hero-ring {
    position: absolute; z-index: 1;
    width: 86%; aspect-ratio: 1; border-radius: 50%;
    border: 2px dashed rgba(232,160,25,0.4);
    animation: spin 40s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ürün görseli — serbest, frame yok */
.hero-shot {
    position: relative; z-index: 2;
    width: clamp(240px, 42vw, 420px); max-width: 420px;
    filter: drop-shadow(0 28px 34px rgba(20,17,14,0.32));
    /* iniş animasyonu: yukarıdan süzülerek gelir */
    opacity: 0;
    transform: translateY(-90px) rotate(-8deg) scale(0.92);
    animation: heroDrop 1.15s cubic-bezier(0.18, 0.7, 0.3, 1) 0.15s forwards;
}
@keyframes heroDrop {
    0%   { opacity: 0; transform: translateY(-90px) rotate(-8deg) scale(0.92); }
    60%  { opacity: 1; transform: translateY(14px) rotate(2deg) scale(1.01); }
    80%  { transform: translateY(-6px) rotate(-1deg) scale(1); }
    100% { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}

/* iniş bittikten sonra sürekli yumuşak salınım */
.hero-shot.landed { animation: heroFloat 5.5s ease-in-out infinite; }
@keyframes heroFloat {
    0%,100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-14px) rotate(1.2deg); }
}

/* boş durum (görsel yokken) */
.hero-shot-empty {
    position: relative; z-index: 2;
    width: 76%; aspect-ratio: 1; border-radius: var(--radius-xl);
    background: rgba(20,17,14,0.06); border: 2px dashed var(--line-strong);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
    color: var(--text-faint);
}
.hero-shot-empty svg { width: 70px; height: 70px; stroke: var(--fire); opacity: 0.7; }
.hero-shot-empty span { font-family: var(--font-display); font-size: 1rem; letter-spacing: 0.08em; }

.hero-shot-durum {
    width: clamp(285px, 36vw, 472px);
    max-width: 472px;
}

/* uçuşan malzeme parçaları — domates / soğan / patates */
.hero-bit {
    position: absolute; z-index: 3;
    width: clamp(58px, 7vw, 84px); height: clamp(58px, 7vw, 84px);
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    filter: drop-shadow(0 8px 12px rgba(20,17,14,0.25));
    /* yukarıdan düşer + iniş sonrası sürekli salınım */
    animation:
        bitDrop 0.85s cubic-bezier(0.2,0.7,0.3,1) forwards,
        bitFloat 5s ease-in-out infinite;
}
.hero-bit img { width: 100%; height: 100%; object-fit: contain; }

/* placeholder (görsel yokken) */
.hero-bit-ph {
    width: 100%; height: 100%; border-radius: 50%;
    background: rgba(20,17,14,0.05); border: 1.5px dashed var(--line-strong);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-body); font-size: 0.6rem; font-weight: 800;
    letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-faint);
    text-align: center; line-height: 1;
}

.hero-bit.b1 { top: 4%; right: 18%; animation-delay: 0.55s, 1.6s; }
.hero-bit.b2 { top: 23%; left: 8%; animation-delay: 0.72s, 1.85s; width: clamp(50px, 6vw, 76px); height: clamp(50px, 6vw, 76px); }
.hero-bit.b3 { bottom: 6%; right: 12%; animation-delay: 0.92s, 2.05s; width: clamp(70px, 8vw, 96px); height: clamp(70px, 8vw, 96px); }

@keyframes bitDrop {
    0%   { opacity: 0; transform: translateY(-60px) rotate(-24deg) scale(0.5); }
    70%  { opacity: 1; transform: translateY(8px) rotate(6deg) scale(1.05); }
    100% { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}
/* iniş bitince devreye giren salınım (animation-delay ile gecikmeli başlar) */
@keyframes bitFloat {
    0%,100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-12px) rotate(7deg); }
}

.hero-chip {
    position: absolute; z-index: 4; background: var(--white); border: 1px solid var(--line);
    padding: 11px 17px; border-radius: var(--radius-full); box-shadow: var(--shadow-md);
    display: flex; align-items: center; gap: 9px; font-size: 0.84rem; font-weight: 800; color: var(--text-ink);
    opacity: 0;
    animation: chipIn 0.6s ease forwards;
}
.hero-chip svg { width: 18px; height: 18px; }
.hero-chip.c1 { top: 10%; right: -6px; animation-delay: 1.1s; }
.hero-chip.c1 svg { stroke: var(--fire); }
.hero-chip.c2 { bottom: 14%; left: -14px; animation: chipIn 0.6s ease 1.3s forwards, float 3.6s ease-in-out 2s infinite; }
.hero-chip.c2 svg { stroke: var(--amber); }
@keyframes chipIn { from { opacity: 0; transform: translateY(12px) scale(0.9); } to { opacity: 1; transform: none; } }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

@media (prefers-reduced-motion: reduce) {
    .hero-shot { opacity: 1; transform: none; animation: none; }
    .hero-bit { opacity: 1; transform: none; animation: none; }
    .hero-chip { opacity: 1; animation: none; }
    .hero-glow, .hero-ring { animation: none; }
}

/* ---- Hero animation reboot: JS ile gorunur sekilde baslar ---- */
.hero-visual { isolation: isolate; }

.hero-glow,
.hero-ring,
.hero-shot,
.hero-bit,
.hero-chip {
    animation: none;
    will-change: transform, opacity;
}

.hero-glow {
    opacity: 0;
    transform: scale(0.7);
}
.hero-visual.hero-ready .hero-glow {
    animation:
        heroGlowIntro 0.9s cubic-bezier(0.16, 0.8, 0.28, 1) 0.05s both,
        glowPulse 5s ease-in-out 1.1s infinite;
}
@keyframes heroGlowIntro {
    from { opacity: 0; transform: scale(0.7); }
    to { opacity: 0.95; transform: scale(1); }
}

.hero-ring {
    opacity: 0;
    transform: scale(0.76) rotate(-28deg);
}
.hero-visual.hero-ready .hero-ring {
    animation:
        heroRingIntro 0.9s cubic-bezier(0.16, 0.8, 0.28, 1) 0.14s both,
        spin 34s linear 1.1s infinite;
}
@keyframes heroRingIntro {
    from { opacity: 0; transform: scale(0.76) rotate(-28deg); }
    to { opacity: 1; transform: scale(1) rotate(0); }
}

.hero-shot {
    opacity: 0;
    transform: translate3d(0, -230px, 0) rotate(-18deg) scale(0.68);
}
.hero-visual.hero-ready .hero-shot {
    animation:
        heroIntroDrop 1.75s cubic-bezier(0.16, 0.84, 0.22, 1) 0.12s both,
        heroIntroFloat 4.4s ease-in-out 2.1s infinite;
}
@keyframes heroIntroDrop {
    0% { opacity: 0; transform: translate3d(0, -230px, 0) rotate(-18deg) scale(0.68); }
    56% { opacity: 1; transform: translate3d(0, 24px, 0) rotate(5deg) scale(1.1); }
    76% { transform: translate3d(0, -15px, 0) rotate(-2deg) scale(0.97); }
    100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(0) scale(1); }
}
@keyframes heroIntroFloat {
    0%,100% { transform: translate3d(0, 0, 0) rotate(0); }
    50% { transform: translate3d(0, -26px, 0) rotate(2.2deg); }
}

.hero-bit {
    transform: translate3d(var(--drop-x, 0), var(--drop-y, -210px), 0) rotate(var(--drop-rotate, -30deg)) scale(0.28);
}
.hero-bit.b1 {
    --drop-x: 135px;
    --drop-y: -230px;
    --drop-rotate: 42deg;
    --settle-rotate: -12deg;
    --bounce-rotate: 5deg;
    --float-y: -15px;
    --float-rotate: 9deg;
    --drop-delay: 0.95s;
    --float-delay: 2.55s;
}
.hero-bit.b2 {
    --drop-x: -145px;
    --drop-y: -190px;
    --drop-rotate: -50deg;
    --settle-rotate: 10deg;
    --bounce-rotate: -5deg;
    --float-y: -12px;
    --float-rotate: -8deg;
    --drop-delay: 1.18s;
    --float-delay: 2.78s;
}
.hero-bit.b3 {
    --drop-x: 90px;
    --drop-y: -270px;
    --drop-rotate: 30deg;
    --settle-rotate: 8deg;
    --bounce-rotate: -4deg;
    --float-y: -18px;
    --float-rotate: 6deg;
    --drop-delay: 1.42s;
    --float-delay: 3.05s;
}
.hero-visual.hero-ready .hero-bit {
    animation:
        heroBitIntroDrop 1.25s cubic-bezier(0.15, 0.86, 0.26, 1) var(--drop-delay) both,
        heroBitIntroFloat 3.9s ease-in-out var(--float-delay) infinite;
}
@keyframes heroBitIntroDrop {
    0% { opacity: 0; transform: translate3d(var(--drop-x, 0), var(--drop-y, -210px), 0) rotate(var(--drop-rotate, -30deg)) scale(0.28); }
    62% { opacity: 1; transform: translate3d(0, 20px, 0) rotate(var(--settle-rotate, 8deg)) scale(1.2); }
    82% { transform: translate3d(0, -10px, 0) rotate(var(--bounce-rotate, -4deg)) scale(0.95); }
    100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(0) scale(1); }
}
@keyframes heroBitIntroFloat {
    0%,100% { transform: translate3d(0, 0, 0) rotate(0); }
    50% { transform: translate3d(0, var(--float-y, -12px), 0) rotate(var(--float-rotate, 7deg)); }
}

.hero-chip {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.84);
}
.hero-visual.hero-ready .hero-chip.c1 {
    animation: heroChipIntro 0.65s cubic-bezier(0.16, 0.84, 0.22, 1) 2.05s both;
}
.hero-visual.hero-ready .hero-chip.c2 {
    animation:
        heroChipIntro 0.65s cubic-bezier(0.16, 0.84, 0.22, 1) 2.28s both,
        float 3.2s ease-in-out 3s infinite;
}
@keyframes heroChipIntro {
    from { opacity: 0; transform: translate3d(0, 24px, 0) scale(0.84); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-visual.hero-ready .hero-glow,
    .hero-visual.hero-ready .hero-ring,
    .hero-visual.hero-ready .hero-shot,
    .hero-visual.hero-ready .hero-bit,
    .hero-visual.hero-ready .hero-chip {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

/* ---- Hero trust şeridi — sipariş platformu logoları ---- */
.hero-trust { position: relative; z-index: 2; background: var(--char); }
.partner-logos { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.partner-logos img { height: 44px; width: auto; object-fit: contain; border-radius: 6px; opacity: 0.92; transition: var(--transition); }
.partner-logos img:hover { opacity: 1; transform: translateY(-2px); }
.partner-logos-center { justify-content: center; padding: 20px 0; }

@media (max-width: 640px) {
    .partner-logos-center { gap: 16px; padding: 16px 0; }
    .partner-logos img { height: 34px; }
}

/* ============================================================
   KATEGORİ VİTRİNİ — büyük renkli kartlar (heydöner tarzı)
   ============================================================ */
.cat-showcase { padding: 70px 0 92px; background: var(--paper); }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.cat-card {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    aspect-ratio: 3/4;
    display: flex;
    flex-direction: column;
    color: #fff;
    box-shadow: var(--shadow-md);
    transition: transform var(--transition), box-shadow var(--transition);
    isolation: isolate;
}
.cat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }

/* renk varyantları (foto bg üstüne gradient kalır) */
.cat-card.v-amber  { background: linear-gradient(165deg, #F6B43D 0%, #E8901A 100%); }
.cat-card.v-fire   { background: linear-gradient(165deg, #E5392B 0%, #B5160E 100%); }
.cat-card.v-ember  { background: linear-gradient(165deg, #F37021 0%, #D9510F 100%); }
.cat-card.v-green  { background: linear-gradient(165deg, #3E7D2E 0%, #245018 100%); }
.cat-card.v-char   { background: linear-gradient(165deg, #2E2823 0%, #14110E 100%); }

/* dekor halka dokusu */
.cat-card::before {
    content: ''; position: absolute; inset: 0; z-index: 0;
    background:
        radial-gradient(120% 80% at 50% -10%, rgba(255,255,255,0.18), transparent 55%),
        radial-gradient(80% 60% at 50% 120%, rgba(0,0,0,0.28), transparent 60%);
}

.cat-card-head { position: relative; z-index: 2; padding: 26px 24px 0; text-align: center; }
.cat-card-title {
    font-family: var(--font-poster);
    text-transform: uppercase;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 0.92;
    letter-spacing: 0.01em;
    text-shadow: 0 3px 0 rgba(0,0,0,0.18);
}

.cat-card-media { position: relative; z-index: 1; flex: 1; display: flex; align-items: center; justify-content: center; padding: 14px 16px; min-height: 0; }
.cat-card-media img {
    width: 100%; height: 100%; object-fit: cover;
    border-radius: var(--radius-md);
    box-shadow: 0 14px 30px rgba(0,0,0,0.30);
    transition: transform var(--transition);
}
.cat-card:hover .cat-card-media img { transform: scale(1.03); }
.cat-card-empty { display: flex; flex-direction: column; align-items: center; gap: 10px; opacity: 0.85; }
.cat-card-empty svg { width: 56px; height: 56px; stroke: rgba(255,255,255,0.85); }
.cat-card-empty span { font-family: var(--font-display); letter-spacing: 0.08em; font-size: 0.86rem; color: rgba(255,255,255,0.8); }

.cat-card-btn {
    position: relative; z-index: 2;
    margin: 0 18px 18px;
    padding: 13px;
    text-align: center;
    background: rgba(255,255,255,0.95);
    color: var(--char);
    font-family: var(--font-body);
    font-weight: 800; font-size: 0.86rem; letter-spacing: 0.02em;
    border-radius: var(--radius-full);
    transition: background var(--transition), color var(--transition), transform var(--transition);
}
.cat-card-btn:hover { background: var(--char); color: #fff; }

@media (max-width: 1024px) {
    .cat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .cat-grid { grid-template-columns: 1fr; }
    .cat-card { aspect-ratio: 16/10; flex-direction: row; align-items: center; }
    .cat-card-head { flex: 1; text-align: left; padding: 0 0 0 24px; }
    .cat-card-media { flex: 1; }
    .cat-card-btn { position: absolute; bottom: 16px; left: 24px; margin: 0; padding: 10px 22px; }
}

/* ============================================================
   BÖLÜMLER
   ============================================================ */
.section { padding: 92px 0; position: relative; }
.section-paper { background: var(--paper); }
.section-paper-2 { background: var(--paper-2); }
.section-char { background: var(--char); position: relative; overflow: hidden; }
.section-head { margin-bottom: 52px; }
.section-head.center { text-align: center; }

/* ============================================================
   LEZZET / MENÜ KARTLARI
   ============================================================ */
.food-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.food-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.food-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(215,38,30,0.22); }

.food-img {
    position: relative; aspect-ratio: 4/3; overflow: hidden;
    background:
        radial-gradient(80% 80% at 50% 30%, rgba(240,83,31,0.22), transparent 60%),
        linear-gradient(160deg, var(--char-2), var(--char));
    display: flex; align-items: center; justify-content: center;
}
.food-img img { width: 100%; height: 100%; object-fit: cover; }
.food-img > svg { width: 44px; height: 44px; stroke: var(--amber); opacity: 0.7; }
.food-badge {
    position: absolute; top: 11px; left: 11px;
    padding: 4px 12px; background: var(--fire); color: #fff;
    font-family: var(--font-body); font-size: 0.66rem; font-weight: 800;
    letter-spacing: 0.06em; text-transform: uppercase; border-radius: var(--radius-full);
}
.food-body { padding: 18px 20px 20px; }
.food-body h3 { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: 0.02em; margin-bottom: 7px; color: var(--text-ink); }
.food-body p { font-family: var(--font-body); font-size: 0.86rem; color: var(--text-ink-dim); line-height: 1.5; margin-bottom: 12px; }
.food-foot { display: flex; align-items: center; justify-content: space-between; }
.food-price { font-family: var(--font-poster); font-size: 1.3rem; color: var(--fire); }
.food-link { font-size: 0.82rem; font-weight: 800; color: var(--fire); transition: var(--transition); }
.food-link:hover { color: var(--ember); }

/* ============================================================
   HİKAYE
   ============================================================ */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.story-content p { font-family: var(--font-body); color: var(--text-cream-dim); margin-bottom: 16px; line-height: 1.75; }
.story-content .section-title { text-align: left; }
.story-script { font-family: var(--font-script); font-size: 1.8rem; color: var(--amber); transform: rotate(-2deg); display: inline-block; margin: 24px 0 0; }
.story-stats { display: flex; gap: 30px; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line-dark); }
.story-stat .n { font-family: var(--font-poster); font-size: 1.7rem; color: var(--amber); }
.story-stat .l { display: block; font-size: 0.74rem; color: var(--text-cream-dim); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }

.story-visual {
    aspect-ratio: 4/5; border-radius: var(--radius-xl); overflow: hidden;
    background:
        radial-gradient(70% 60% at 50% 30%, rgba(240,83,31,0.22), transparent 60%),
        linear-gradient(160deg, var(--char-2), #14110E);
    border: 1px solid var(--char-3);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
}
.story-visual img { width: 100%; height: 100%; object-fit: cover; }
.story-visual svg { width: 64px; height: 64px; stroke: var(--amber); opacity: 0.6; }
.story-visual span { font-family: var(--font-display); letter-spacing: 0.08em; color: var(--text-cream-dim); }

/* ============================================================
   ÖZELLİK / NEDEN BİZ
   ============================================================ */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 30px; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: rgba(215,38,30,0.2); }
.feature-ic {
    width: 56px; height: 56px; border-radius: var(--radius-md);
    background: rgba(215,38,30,0.08); border: 1px solid rgba(215,38,30,0.16);
    display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.feature-ic svg { width: 28px; height: 28px; stroke: var(--fire); }
.feature-card h3 { font-family: var(--font-display); font-size: 1.3rem; letter-spacing: 0.02em; margin-bottom: 9px; color: var(--text-ink); }
.feature-card p { font-family: var(--font-body); font-size: 0.9rem; color: var(--text-ink-dim); line-height: 1.6; }

/* ============================================================
   FRANCHISE CTA BAND
   ============================================================ */
.cta-band { position: relative; padding: 90px 0; background: var(--char); overflow: hidden; border-top: 1px solid rgba(232,160,25,0.16); }
.cta-band::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: min(320px, 60%); height: 3px; border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, transparent, var(--fire), var(--amber), var(--fire), transparent);
}
.cta-band-inner { position: relative; z-index: 2; text-align: center; max-width: 720px; margin: 0 auto; }
.cta-band .section-title { color: var(--text-cream); margin-bottom: 14px; }
.cta-band p { font-family: var(--font-body); color: var(--text-cream-dim); font-size: 1.06rem; margin-bottom: 32px; line-height: 1.65; }

/* ============================================================
   SAYFA HERO (alt sayfalar)
   ============================================================ */
.page-hero {
    padding: calc(var(--nav-h) + 58px) 0 56px;
    background:
        radial-gradient(70% 60% at 82% 0%, rgba(232,160,25,0.1), transparent 60%),
        var(--char);
    text-align: center; position: relative; overflow: hidden;
}
.page-hero .kicker { justify-content: center; color: var(--amber); }
.page-hero .kicker::before { display: none; }
.page-hero-title { font-family: var(--font-poster); text-transform: uppercase; font-size: clamp(2.4rem, 6vw, 4rem); line-height: 0.92; color: var(--text-cream); margin-bottom: 14px; position: relative; z-index: 2; }
.page-hero-sub { font-family: var(--font-body); font-size: 1.05rem; color: var(--text-cream-dim); max-width: 580px; margin: 0 auto 26px; position: relative; z-index: 2; }
.page-hero .btn { position: relative; z-index: 2; }

/* ============================================================
   MENÜ SAYFASI — tahta menü / fiyat tabela estetiği
   ============================================================ */
.menu-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 44px; flex-wrap: wrap; }
.menu-tab {
    padding: 11px 22px; font-family: var(--font-body); font-size: 0.86rem; font-weight: 800;
    color: var(--text-ink-dim); border-radius: var(--radius-full);
    border: 2px solid var(--line-strong); background: var(--card);
    transition: var(--transition); letter-spacing: 0.02em;
}
.menu-tab:hover { border-color: var(--fire); color: var(--fire); }
.menu-tab.active { background: var(--char); color: var(--amber); border-color: var(--char); }

.menu-category { display: none; }
.menu-category.active { display: block; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* Kategori başlığı */
.menu-cat-head {
    display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
    margin-bottom: 28px; padding-bottom: 16px;
    border-bottom: 2px solid rgba(215,38,30,0.18);
}
.menu-cat-title {
    font-family: var(--font-poster); text-transform: uppercase;
    font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--text-ink);
}
.menu-cat-note { font-family: var(--font-script); font-size: 1.35rem; color: var(--fire); white-space: nowrap; }

/* Ürün kartları — büyük fotoğraf + belirgin ad */
.menu-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.menu-product {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.menu-product:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(215,38,30,0.22); }

.menu-product-img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: linear-gradient(160deg, #EDE7DA, #E0D8C6);
}
.menu-product-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-product:hover .menu-product-img img { transform: scale(1.06); }
.menu-product-ph {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
}
.menu-product-ph svg { width: 44px; height: 44px; stroke: #B3A78F; }
.menu-product-pop {
    position: absolute; top: 11px; left: 11px;
    padding: 4px 12px; background: var(--fire); color: #fff;
    font-family: var(--font-body); font-size: 0.66rem; font-weight: 800;
    letter-spacing: 0.06em; text-transform: uppercase; border-radius: var(--radius-full);
}

.menu-product-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.menu-product-name {
    font-family: var(--font-display);
    font-size: 1.3rem; letter-spacing: 0.02em;
    color: var(--text-ink); margin-bottom: 7px;
}
.menu-product-desc {
    font-family: var(--font-body);
    font-size: 0.85rem; color: var(--text-ink-dim);
    line-height: 1.5; margin-bottom: 12px;
}
.menu-product-price {
    font-family: var(--font-poster);
    font-size: 1.4rem; color: var(--fire);
    margin-top: auto;
}

/* ============================================================
   FRANCHISE — değer / timeline / konsept / sss
   ============================================================ */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; text-align: center; transition: var(--transition); }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: rgba(215,38,30,0.2); }
.value-ic { width: 60px; height: 60px; border-radius: var(--radius-md); background: rgba(232,160,25,0.1); border: 1px solid rgba(232,160,25,0.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.value-ic svg { width: 30px; height: 30px; stroke: var(--amber); }
.value-card h3 { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: 0.02em; margin-bottom: 9px; color: var(--text-ink); }
.value-card p { font-family: var(--font-body); font-size: 0.9rem; color: var(--text-ink-dim); line-height: 1.55; }

.timeline { max-width: 720px; margin: 0 auto; position: relative; }
.timeline::before { content: ''; position: absolute; left: 31px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(var(--fire), var(--amber)); opacity: 0.45; }
.timeline-item { display: flex; gap: 24px; margin-bottom: 28px; position: relative; }
.timeline-num {
    width: 64px; height: 64px; min-width: 64px; border-radius: 50%;
    background: var(--card); border: 2px solid var(--fire);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-poster); font-size: 1.4rem; color: var(--fire); position: relative; z-index: 1;
}
.section-char .timeline-num { background: var(--char-2); }
.timeline-content { padding-top: 11px; }
.timeline-content h3 { font-family: var(--font-display); font-size: 1.3rem; letter-spacing: 0.02em; margin-bottom: 6px; }
.section-char .timeline-content h3 { color: var(--text-cream); }
.timeline-content p { font-family: var(--font-body); font-size: 0.9rem; color: var(--text-ink-dim); line-height: 1.55; }
.section-char .timeline-content p { color: var(--text-cream-dim); }

.concept-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.concept-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; text-align: center; position: relative; transition: var(--transition); }
.concept-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.concept-card.featured { border-color: var(--amber); box-shadow: 0 0 0 1px var(--amber), var(--shadow-md); }
.concept-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 5px 18px; background: var(--fire); color: #fff; font-family: var(--font-body); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; border-radius: var(--radius-full); }
.concept-ic svg { width: 46px; height: 46px; stroke: var(--fire); }
.concept-card h3 { font-family: var(--font-display); font-size: 1.4rem; letter-spacing: 0.02em; margin: 14px 0 10px; color: var(--text-ink); }
.concept-for { font-family: var(--font-body); font-size: 0.9rem; color: var(--text-ink-dim); margin-bottom: 18px; }
.concept-features { text-align: left; margin-bottom: 24px; }
.concept-features li { font-family: var(--font-body); padding: 7px 0; font-size: 0.86rem; color: var(--text-ink); display: flex; align-items: flex-start; gap: 9px; }
.concept-features li::before { content: ''; width: 6px; height: 6px; min-width: 6px; background: var(--fire); border-radius: 50%; margin-top: 8px; }

.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-md); margin-bottom: 10px; overflow: hidden; transition: var(--transition); }
.faq-item.active { border-color: rgba(232,160,25,0.4); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; font-family: var(--font-body); font-size: 0.96rem; font-weight: 700; color: var(--text-ink); text-align: left; transition: var(--transition); }
.faq-q:hover { color: var(--fire); }
.faq-q svg { width: 20px; height: 20px; flex-shrink: 0; stroke: var(--text-faint); transition: var(--transition); }
.faq-item.active .faq-q svg { transform: rotate(180deg); stroke: var(--fire); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a p { font-family: var(--font-body); padding: 0 24px 20px; font-size: 0.9rem; color: var(--text-ink-dim); line-height: 1.7; }
.faq-item.active .faq-a { max-height: 340px; }

/* ============================================================
   ŞUBELER
   ============================================================ */
.branches-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 40px; }
.branch-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; position: relative; }
.branch-badge { position: absolute; top: 18px; right: 18px; padding: 4px 13px; background: var(--fire); color: #fff; font-family: var(--font-body); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; border-radius: var(--radius-full); }
.branch-card h3 { font-family: var(--font-display); font-size: 1.4rem; letter-spacing: 0.02em; margin-bottom: 18px; color: var(--text-ink); }
.branch-detail { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 11px; font-family: var(--font-body); font-size: 0.9rem; color: var(--text-ink-dim); }
.branch-detail svg { width: 18px; height: 18px; flex-shrink: 0; stroke: var(--fire); margin-top: 2px; }
.branch-map { width: 100%; aspect-ratio: 16/9; margin-top: 18px; background: linear-gradient(160deg, var(--char-2), var(--char)); border-radius: var(--radius-md); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--text-cream-dim); font-family: var(--font-body); font-size: 0.84rem; overflow: hidden; position: relative; }
.branch-map svg { width: 30px; height: 30px; stroke: var(--amber); opacity: 0.6; }
.branch-map img { width: 100%; height: 100%; object-fit: cover; display: block; }
.branch-map-caption {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 8px 12px; font-size: 0.72rem; font-weight: 700; color: #fff;
    background: linear-gradient(to top, rgba(20,17,14,0.82), transparent);
}
.branches-cta { text-align: center; padding: 36px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.branches-cta p { font-family: var(--font-body); margin-bottom: 18px; color: var(--text-ink-dim); }

/* ============================================================
   İLETİŞİM
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; text-align: center; transition: var(--transition); }
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: rgba(215,38,30,0.2); }
.contact-ic { width: 54px; height: 54px; border-radius: 50%; background: rgba(215,38,30,0.08); border: 1px solid rgba(215,38,30,0.16); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.contact-ic svg { width: 26px; height: 26px; stroke: var(--fire); }
.contact-card h3 { font-family: var(--font-display); font-size: 1.2rem; letter-spacing: 0.02em; margin-bottom: 8px; color: var(--text-ink); }
.contact-card p { font-family: var(--font-body); font-size: 0.85rem; color: var(--text-ink-dim); margin-bottom: 16px; line-height: 1.5; }
.contact-map { width: 100%; aspect-ratio: 21/9; background: linear-gradient(160deg, var(--char-2), var(--char)); border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--text-cream-dim); font-family: var(--font-body); }
.contact-map svg { width: 46px; height: 46px; stroke: var(--amber); opacity: 0.6; }
.contact-map span { font-size: 0.82rem; }

/* ============================================================
   FORM
   ============================================================ */
.form-section-wrap {
    background:
        radial-gradient(60% 50% at 100% 0%, rgba(232,160,25,0.06), transparent 60%),
        var(--paper-2);
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.form-card {
    max-width: 840px; margin: 0 auto;
    background: var(--card);
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-xl);
    padding: 44px;
    box-shadow: var(--shadow-md);
}
.form-steps { display: flex; justify-content: center; gap: 38px; margin-bottom: 38px; flex-wrap: wrap; }
.form-step { display: flex; align-items: center; gap: 11px; opacity: 0.42; transition: var(--transition); }
.form-step.active { opacity: 1; }
.form-step.completed { opacity: 0.75; }
.step-num { width: 38px; height: 38px; border-radius: 50%; background: var(--paper-2); border: 2px solid var(--line-strong); display: flex; align-items: center; justify-content: center; font-family: var(--font-poster); font-size: 0.92rem; color: var(--text-faint); transition: var(--transition); }
.form-step.active .step-num { background: var(--fire); border-color: var(--fire); color: #fff; }
.form-step.completed .step-num { background: var(--success); border-color: var(--success); color: #fff; }
.step-label { font-family: var(--font-body); font-size: 0.86rem; font-weight: 700; color: var(--text-ink); }

.form-section { display: none; }
.form-section.active { display: block; animation: fadeIn 0.4s ease; }
.form-sec-title { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 0.03em; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--text-ink); }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 24px; }
.form-group { display: flex; flex-direction: column; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-family: var(--font-body); font-size: 0.84rem; font-weight: 700; color: var(--text-ink); margin-bottom: 7px; }
.required { color: var(--fire); }
.form-group input, .form-group select, .form-group textarea {
    padding: 13px 16px; border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm);
    font-size: 0.94rem; color: var(--text-ink); background: var(--white); transition: var(--transition); outline: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-faint); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--fire); box-shadow: 0 0 0 3px rgba(215,38,30,0.12); }
.input-error { border-color: var(--danger) !important; box-shadow: 0 0 0 3px rgba(196,43,28,0.12) !important; }
.field-error { font-size: 0.8rem; color: var(--danger); margin-top: 5px; }
.field-hint { font-size: 0.8rem; color: var(--text-ink-dim); margin: -2px 0 8px; }
.form-group textarea { resize: vertical; min-height: 84px; }
.form-group select { cursor: pointer; }

.radio-group { display: flex; gap: 20px; flex-wrap: wrap; }
.radio-label { display: flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 0.9rem; color: var(--text-ink); cursor: pointer; }
.radio-label input { accent-color: var(--fire); }

.form-checks { margin-bottom: 28px; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); }
.check-label { display: flex; align-items: flex-start; gap: 11px; font-family: var(--font-body); font-size: 0.86rem; color: var(--text-ink-dim); cursor: pointer; margin-bottom: 13px; }
.check-label:last-child { margin-bottom: 0; }
.check-label input { accent-color: var(--fire); margin-top: 3px; width: 16px; height: 16px; flex-shrink: 0; }
.check-label a { color: var(--fire); text-decoration: underline; }
.check-error { color: var(--danger); }

.form-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-errors { background: rgba(196,43,28,0.08); border: 1px solid rgba(196,43,28,0.25); border-radius: var(--radius-md); padding: 14px 20px; margin-bottom: 24px; }
.form-errors p { font-family: var(--font-body); font-size: 0.9rem; color: var(--danger); font-weight: 700; }

.success-card { max-width: 580px; margin: 0 auto; background: var(--card); border: 1px solid rgba(46,125,70,0.3); border-radius: var(--radius-xl); padding: 50px; text-align: center; box-shadow: var(--shadow-md); }
.success-ic { width: 84px; height: 84px; border-radius: 50%; background: rgba(46,125,70,0.1); border: 1px solid rgba(46,125,70,0.28); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.success-ic svg { width: 50px; height: 50px; stroke: var(--success); }
.success-card h2 { font-family: var(--font-display); font-size: 1.7rem; letter-spacing: 0.02em; color: var(--text-ink); margin-bottom: 12px; }
.success-card p { font-family: var(--font-body); color: var(--text-ink-dim); margin-bottom: 30px; line-height: 1.7; }
.success-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #14110E; color: var(--text-cream-dim); padding: 70px 0 0; position: relative; overflow: hidden; }
.footer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 44px; }
.footer-brand-row { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.footer-brand-row img { height: 54px; }
.footer .bw-top { color: #fff; }
.footer .bw-sub { color: var(--amber); }
.footer-brand p { font-family: var(--font-body); font-size: 0.9rem; line-height: 1.7; margin-bottom: 22px; max-width: 320px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 42px; height: 42px; border-radius: 50%; background: rgba(244,238,226,0.07); border: 1px solid rgba(244,238,226,0.12); display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.footer-social a svg { width: 20px; height: 20px; stroke: var(--text-cream-dim); }
.footer-social a:hover { background: var(--amber); border-color: var(--amber); transform: translateY(-2px); }
.footer-social a:hover svg { stroke: var(--char); }
.footer-col h4 { font-family: var(--font-display); font-size: 1rem; letter-spacing: 0.06em; color: var(--amber); margin-bottom: 18px; text-transform: uppercase; }
.footer-col ul li { margin-bottom: 11px; }
.footer-col a, .footer-col li { font-family: var(--font-body); font-size: 0.88rem; transition: var(--transition); }
.footer-col a:hover { color: var(--amber); }
.footer-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 22px 0; border-top: 1px solid rgba(244,238,226,0.1); font-family: var(--font-body); font-size: 0.82rem; }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a:hover { color: var(--amber); }

/* ============================================================
   ANIMASYON
   ============================================================ */
[data-animate] { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-animate="fade-left"] { transform: translateX(26px); }
[data-animate="fade-right"] { transform: translateX(-26px); }
[data-animate].animated { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
    [data-animate] { opacity: 1; transform: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .food-grid { grid-template-columns: repeat(2, 1fr); }
    .menu-products { grid-template-columns: repeat(3, 1fr); }
    .feature-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
    .concept-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .contact-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-inner { gap: 36px; }
}

@media (max-width: 860px) {
    :root { --nav-h: 64px; }
    .navbar-toggle { display: flex; }
    .navbar-menu {
        position: fixed; top: 0; right: -100%; width: 82%; max-width: 330px; height: 100vh;
        background: var(--paper); flex-direction: column; align-items: stretch;
        padding: 88px 24px 24px; gap: 4px; transition: var(--transition-slow);
        box-shadow: var(--shadow-lg); border-left: 1px solid var(--line);
    }
    .navbar-menu.open { right: 0; }
    .navbar-menu li { width: 100%; }
    .navbar-menu a:not(.nav-cta) { padding: 14px 16px !important; font-size: 1rem !important; }
    .nav-cta { margin-left: 0 !important; margin-top: 14px; text-align: center; }

    .hero-inner { grid-template-columns: 1fr; text-align: center; padding: 40px 0 56px; min-height: auto; }
    .hero-sub { margin-left: auto; margin-right: auto; }
    .hero-script { display: block; margin-left: auto; margin-right: auto; }
    .hero-title { font-size: clamp(2.35rem, 10vw, 3.05rem); }
    .hero-title .l3 { max-width: 320px; margin-left: auto; margin-right: auto; }
    .hero-actions, .hero-stats { justify-content: center; }
    .hero-eyebrow { margin-left: auto; margin-right: auto; }
    .hero-visual { order: -1; min-height: 320px; }
    .hero-glow { width: 72%; max-width: 300px; }
    .hero-ring { width: 80%; max-width: 320px; }
    .hero-shot { max-width: 360px; }
    .hero-shot-durum { width: clamp(232px, 67vw, 315px); max-width: 315px; }
    .hero-chip, .hero-bit { display: none; }
    .hero-trust-inner { gap: 22px; }

    .section { padding: 64px 0; }
    .story-grid { grid-template-columns: 1fr; gap: 40px; }
    .story-content .section-title { text-align: center; }
    .story-stats { flex-wrap: wrap; justify-content: center; gap: 24px; }
    .feature-grid, .value-grid { grid-template-columns: 1fr; }
    .concept-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr 1fr; }
    .timeline::before { left: 23px; }
    .timeline-num { width: 48px; height: 48px; min-width: 48px; font-size: 1.05rem; }
    .branches-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .form-card { padding: 26px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-steps { gap: 16px; }
    .step-label { display: none; }
    .menu-products { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .menu-cat-head { flex-direction: column; align-items: flex-start; gap: 4px; }
}

@media (max-width: 480px) {
    .food-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-stats { gap: 22px; }
    .menu-tab { padding: 9px 16px; font-size: 0.8rem; }
    .container { padding: 0 20px; }
    .menu-products { grid-template-columns: 1fr; }
}

/* Final override: hero animasyonlari reduce-motion/global kurallara takilmasin. */
.hero-visual.hero-ready .hero-glow {
    animation: heroGlowIntro 0.9s cubic-bezier(0.16, 0.8, 0.28, 1) 0.05s both, glowPulse 5s ease-in-out 1.1s infinite !important;
}
.hero-visual.hero-ready .hero-ring {
    animation: heroRingIntro 0.9s cubic-bezier(0.16, 0.8, 0.28, 1) 0.14s both, spin 34s linear 1.1s infinite !important;
}
.hero-visual.hero-ready .hero-shot {
    animation: heroIntroDrop 1.75s cubic-bezier(0.16, 0.84, 0.22, 1) 0.12s both, heroIntroFloat 2.8s ease-in-out 2.1s infinite !important;
}
.hero-visual.hero-ready .hero-bit {
    animation: heroBitIntroDrop 1.25s cubic-bezier(0.15, 0.86, 0.26, 1) var(--drop-delay) both, heroBitIntroFloat 2.4s ease-in-out var(--float-delay) infinite !important;
}
.hero-visual.hero-ready .hero-chip.c1 {
    animation: heroChipIntro 0.65s cubic-bezier(0.16, 0.84, 0.22, 1) 2.05s both !important;
}
.hero-visual.hero-ready .hero-chip.c2 {
    animation: heroChipIntro 0.65s cubic-bezier(0.16, 0.84, 0.22, 1) 2.28s both, float 2.2s ease-in-out 3s infinite !important;
}
