:root {
  --brand-yellow: #FFC20E;
  --brand-orange: #FF9A3D;
  --text: #e9e9ea;
  --muted: #b5b5b8;
  --card: #151517;
  --shadow: 0 20px 60px rgba(0,0,0,0.45), 0 6px 30px rgba(0,0,0,0.25);
  --soft-shadow: 0 12px 36px rgba(0,0,0,0.35);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --parallax-intensity: 1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(900px 700px at 50% 0%, rgba(255,180,80,0.38), transparent 70%),
    linear-gradient(135deg, #c26324 0%, #7a3314 100%);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}
html, body { overflow-x: hidden; }

.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: saturate(120%) blur(8px); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; background: rgba(16,16,18,0.6); border-bottom: 1px solid rgba(255,255,255,0.06); width: 100%; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; font-weight: 700; letter-spacing: .3px; }
.brand-logo { width: 42px; height: 42px; object-fit: cover; border-radius: 50%; box-shadow: var(--soft-shadow); }
.brand-text { font-size: 18px; }
.nav-links { display: inline-flex; gap: 22px; }
.nav-links a { color: var(--text); text-decoration: none; transition: color .2s ease; }
.nav-links a:hover { color: var(--text); }
/* Daha belirgin hover */
.nav-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.menu-toggle { display: none; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.12); background: rgba(16,16,18,0.55); color: var(--text); cursor: pointer; }

/* Split Reveal Overlay */
#split-reveal { position: fixed; inset: 0; z-index: 9999; pointer-events: none; background:
  radial-gradient(900px 700px at 50% 0%, rgba(232,106,42,0.22), transparent 70%),
  linear-gradient(135deg, #8f3e12 0%, #3a1f12 100%);
  display: grid; place-items: center; overflow: hidden; }
#split-reveal.hidden { display: none; }
#split-reveal .bun { position: absolute; will-change: transform; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4)); left: 50%; transform: translateX(-50%); width: min(40vw, 420px); height: auto; object-fit: contain; }
#split-reveal .bun-stack { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--split-gap-px, 140px); pointer-events: none; }
#split-reveal .bun-stack .bun { position: static; left: auto; transform: none; }
#split-reveal .bun.top { top: 30vh; }
#split-reveal .bun.bottom { bottom: 30vh; }

#split-reveal .scroll-hint { position: absolute; left: 50%; bottom: 8vh; transform: translateX(-50%); padding: 10px 16px; border-radius: 999px; background: rgba(255,194,14,0.16); color: var(--brand-yellow); border: 1px solid rgba(255,255,255,0.18); font-weight: 800; font-size: clamp(16px, 2.6vw, 22px); letter-spacing: .4px; text-shadow: 0 2px 8px rgba(0,0,0,0.35); box-shadow: var(--soft-shadow); animation: pulseHint 1.2s ease-in-out infinite; pointer-events: none; }
@keyframes pulseHint { 0% { transform: translateX(-50%) scale(1); } 50% { transform: translateX(-50%) scale(1.06); } 100% { transform: translateX(-50%) scale(1); } }

/* Hero */
.hero { position: relative; min-height: 86vh; display: grid; place-items: center; padding: 80px 24px; }
.hero-content { position: relative; max-width: 1100px; text-align: center; padding: 48px; border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,194,14,0.16), rgba(255,194,14,0.06)); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 30px 90px rgba(0,0,0,0.45), 0 8px 28px rgba(255,194,14,0.15); }
.hero-content::before { content: ""; position: absolute; inset: -2px; border-radius: inherit; pointer-events: none; background: radial-gradient(220px 160px at 12% 22%, rgba(255,194,14,0.22), transparent 60%), radial-gradient(300px 200px at 82% 12%, rgba(255,140,30,0.16), transparent 60%); filter: blur(0.3px); opacity: .7; animation: heroGlow 6s ease-in-out infinite alternate; }
@keyframes heroGlow { from { opacity: .55; } to { opacity: .85; } }
.hero-title { font-size: clamp(46px, 7vw, 92px); line-height: 0.95; margin: 0 0 14px; letter-spacing: -1px; background: linear-gradient(180deg, #fff 0%, #ffd48a 60%, #ffb347 100%); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 6px 22px rgba(255,140,30,0.25); }
.hero-sub { font-size: clamp(18px, 2.2vw, 24px); color: #f0f0f2; text-shadow: 0 2px 12px rgba(0,0,0,0.35); margin: 0 0 22px; }
.hero-cta { margin-top: 12px; }
.btn-cta { font-size: clamp(16px, 2.4vw, 20px); padding: 16px 24px; border-radius: 16px; box-shadow: 0 22px 54px rgba(255,140,30,0.35); }
.hero-title { font-size: clamp(46px, 7vw, 92px); line-height: 0.95; margin: 0 0 14px; letter-spacing: -1px; }
.hero-sub { font-size: clamp(18px, 2.2vw, 24px); color: var(--text); margin: 0 0 22px; }
.hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 10px 0 18px; }
.badge { padding: 8px 12px; border-radius: 999px; background: rgba(255,194,14,0.12); color: #f6f6f7; border: 1px solid rgba(255,255,255,0.08); }
.promo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 18px; }
.promo-item { padding: 14px; border-radius: 14px; background: linear-gradient(180deg, rgba(255,194,14,0.14), rgba(255,194,14,0.06)); color: #121213; font-weight: 800; }
.promo-item:hover { transform: scale(1.03); }
.campaign-rotator { margin: 8px 0 18px; height: 36px; display: grid; place-items: center; position: relative; }
.campaign-text { font-weight: 800; color: var(--brand-yellow); background: rgba(255,194,14,0.12); border: 1px solid rgba(255,255,255,0.1); padding: 8px 14px; border-radius: 999px; transition: opacity .4s ease; }
/* Hero Rotator */
.hero-rotator { margin: 18px 0; display: grid; place-items: center; position: relative; }
.hero-rotator-img { width: min(860px, 100%); height: auto; aspect-ratio: 16/9; object-fit: cover; object-position: center; border-radius: var(--radius-lg); box-shadow: var(--soft-shadow); transition: opacity .4s ease; }
.rot-btn { position: absolute; top: 50%; transform: translateY(-50%); padding: 10px 14px; border-radius: 999px; background: rgba(16,16,18,0.55); color: var(--text); border: 1px solid rgba(255,255,255,0.12); cursor: pointer; }
.rot-btn.prev { left: 12px; }
.rot-btn.next { right: 12px; }

/* Hero yerleşimi: nav'dan 2vh aşağı */
.hero { margin-top: 2vh; scroll-margin-top: calc(64px + 2vh); }
.hero-actions { display: inline-flex; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); color: var(--text); text-decoration: none; transition: transform .2s ease, background .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translate3d(0, -3px, 0) scale(1.02); box-shadow: 0 18px 42px rgba(0,0,0,0.45); }
.btn-primary { background: var(--brand-yellow); color: #121213; font-weight: 700; border: none; }
.btn-secondary { background: rgba(255,255,255,0.06); }

/* Parallax */
.parallax { position: absolute; inset: 0; pointer-events: none; transform-style: preserve-3d; }
.layer { position: absolute; inset: 0; will-change: transform; }
.l-bg { background: radial-gradient(520px 320px at 70% 10%, rgba(255,194,14,0.18), transparent 60%), radial-gradient(640px 420px at 20% 60%, rgba(255,140,30,0.10), transparent 60%); }
.l-glow { background: radial-gradient(420px 420px at 30% 40%, rgba(255,194,14,0.22), transparent 70%); mix-blend-mode: screen; }
.l-seeds { background-image:
  radial-gradient(8px 12px at 12% 18%, rgba(255,255,255,0.23), transparent 60%),
  radial-gradient(8px 12px at 22% 28%, rgba(255,255,255,0.18), transparent 60%),
  radial-gradient(8px 12px at 72% 38%, rgba(255,255,255,0.22), transparent 60%),
  radial-gradient(8px 12px at 62% 68%, rgba(255,255,255,0.16), transparent 60%);
  opacity: .6;
}

/* Sections */
.section { padding: 84px 24px; }
.section { content-visibility: auto; contain-intrinsic-size: 600px; }
.container { max-width: 1200px; margin: 0 auto; }
.section-title { font-size: clamp(32px, 4vw, 52px); margin: 0 0 10px; }
.section-sub { color: var(--text); opacity: .92; margin: 0 0 28px; }

/* Products */
.products .grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card { background: linear-gradient(180deg, rgba(255,194,14,0.14), rgba(255,194,14,0.06)); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: scale(1.06) translateY(-2px); box-shadow: 0 36px 100px rgba(0,0,0,0.6); }
.card-media { height: 180px; background: radial-gradient(260px 180px at 50% 50%, rgba(255,194,14,0.25), rgba(255,194,14,0.08)); }
.card-body { padding: 18px; }
.card-title { margin: 0 0 8px; font-size: 22px; }
.card-text { margin: 0 0 18px; color: var(--muted); }
.card-actions { display: flex; align-items: center; justify-content: space-between; }
.price { font-weight: 800; color: var(--brand-yellow); }

/* Mid Parallax Section */
.mid-parallax { position: relative; min-height: 360px; display: grid; place-items: center; }
.mid-content { text-align: center; padding: 24px; border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); box-shadow: var(--soft-shadow); }
.mid-title { margin: 0 0 8px; font-size: 34px; }
.mid-sub { margin: 0; color: var(--muted); }
.m-bg { background: radial-gradient(360px 320px at 20% 40%, rgba(255,194,14,0.18), transparent 70%); }
.m-cheese { background: repeating-linear-gradient(135deg, rgba(255,194,14,0.16), rgba(255,194,14,0.16) 14px, transparent 14px, transparent 28px); opacity: .7; }
.m-smoke { background: radial-gradient(520px 380px at 80% 60%, rgba(255,255,255,0.05), transparent 70%); }

/* About & Contact cards */
.about-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.about-card { background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius); padding: 22px; box-shadow: var(--soft-shadow); }
.about-card h3 { margin: 0 0 8px; }
.about-card p { margin: 0; color: var(--text); opacity: .92; }
.map-placeholder { height: 240px; border-radius: 12px; background: rgba(255,255,255,0.06); display: grid; place-items: center; color: var(--text); opacity: .92; }
.map-embed { width: 100%; height: 100%; border: 0; border-radius: 12px; }

/* Footer */
.footer { padding: 42px 24px; background: rgba(16,16,18,0.8); border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { display: grid; grid-template-columns: 1.2fr .8fr 1fr; align-items: center; gap: 14px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.footer-links { display: inline-flex; gap: 16px; }
.footer-links a { color: var(--text); text-decoration: none; }
.footer-links a:hover { color: var(--text); }
.footer-copy { color: var(--text); opacity: .85; text-align: right; }

/* Responsive */
@media (max-width: 1024px) {
  .products .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-copy { text-align: center; }
  #split-reveal .bun.top { top: 250px; }
  #split-reveal .bun.bottom { bottom: 250px; }
}
@media (max-width: 640px) {
  .products .grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 28px; }
  #split-reveal .bun { width: min(48vw, 360px); }
  #split-reveal .bun.top { top: 350px; }
  #split-reveal .bun.bottom { bottom: 350px; }
  .menu-toggle { display: inline-flex; }
  .nav-links { display: none; position: fixed; top: 64px; left: 12px; right: 12px; background: rgba(16,16,18,0.9); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 12px; flex-direction: column; gap: 12px; }
  .nav.open .nav-links { display: grid; }
}
.modal-backdrop { position: fixed; inset: 0; background: rgba(16,16,18,0.65); backdrop-filter: blur(4px); }
.order-modal { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(980px, 92vw); max-height: 86vh; overflow: auto; border-radius: 18px; background: linear-gradient(180deg, rgba(255,194,14,0.14), rgba(255,194,14,0.06)); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 40px 120px rgba(0,0,0,0.55); }
.is-hidden { display: none; }
.order-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; }
.order-close { background: rgba(16,16,18,0.6); color: var(--text); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 8px 12px; cursor: pointer; }
.order-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; padding: 0 18px 18px; }
.order-items { display: grid; gap: 12px; }
.order-item { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); }
.oi-title { font-weight: 700; }
.oi-price { color: var(--brand-yellow); font-weight: 800; }
.oi-qty { display: inline-flex; align-items: center; gap: 10px; }
.oi-qty .qty { min-width: 20px; text-align: center; }
.qty-dec, .qty-inc { padding: 6px 10px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.12); background: rgba(16,16,18,0.55); color: var(--text); cursor: pointer; }
.order-summary { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 14px; display: grid; gap: 10px; }
.sum-line, .sum-total { display: flex; align-items: center; justify-content: space-between; }
.sum-total { font-size: 18px; font-weight: 800; }
.order-form { display: grid; gap: 10px; }
.order-form input, .order-form select { padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); color: var(--text); }
.order-feedback { margin-top: 8px; font-weight: 700; color: var(--brand-yellow); }
.chat { display: grid; gap: 10px; }
.chat-messages { height: 180px; overflow: auto; display: grid; gap: 8px; }
.bubble { max-width: 80%; padding: 10px 12px; border-radius: 12px; }
.bubble.them { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: var(--text); }
.bubble.me { background: var(--brand-yellow); color: #121213; justify-self: end; }
.chat-input { display: flex; gap: 8px; }
.chat-input input { flex: 1; padding: 10px 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); color: var(--text); }
