/* ==========================================================
   L'Étoile d'Or — Tasarım Sistemi
   Palet: gece siyahı, derin lacivert, şampanya altını, bej
   Tipografi: Cormorant Garamond (serif) + Manrope (sans)
   ========================================================== */

:root {
  --ink: #06080e;
  --ink-2: #0a0e18;
  --navy: #0d1524;
  --navy-2: #12203a;
  --gold: #c9a96a;
  --gold-2: #e8cf9a;
  --gold-deep: #9a7a3f;
  --cream: #f0e7d5;
  --cream-dim: rgba(240, 231, 213, 0.68);
  --cream-faint: rgba(240, 231, 213, 0.42);
  --line: rgba(201, 169, 106, 0.22);
  --line-soft: rgba(201, 169, 106, 0.12);
  --danger: #e2685c;
  --ok: #7fbf9a;
  --glass: rgba(13, 21, 36, 0.55);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Segoe UI", system-ui, sans-serif;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  --r: 18px;
  --header-h: 76px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { height: 100%; }
body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  /* zarif vinyet + tanecik dokusu */
  content: "";
  position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background:
    radial-gradient(1200px 800px at 80% -10%, rgba(23, 37, 66, 0.5), transparent 60%),
    radial-gradient(900px 600px at 8% 110%, rgba(21, 32, 54, 0.45), transparent 55%);
}
::selection { background: rgba(201, 169, 106, 0.35); color: #fff; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 1rem; }

:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 4px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--gold); color: #14100a; padding: 10px 18px; font-weight: 700; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

/* ---------- tipografi ---------- */
.overline {
  font-size: 11.5px; letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
.display {
  font-family: var(--serif); font-weight: 500; line-height: 1.02;
  font-size: clamp(2.9rem, 8vw, 7rem); letter-spacing: 0.01em;
}
h1, h2, h3, .serif { font-family: var(--serif); font-weight: 500; }
h2 { font-size: clamp(2rem, 4.6vw, 3.6rem); line-height: 1.08; }
h3 { font-size: clamp(1.35rem, 2.6vw, 1.9rem); }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--cream-dim); max-width: 60ch; }
.gold { color: var(--gold-2); }
.italic { font-style: italic; }

.sec-head { display: flex; align-items: baseline; gap: 22px; margin-bottom: clamp(28px, 5vw, 54px); }
.sec-num {
  font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--gold);
  white-space: nowrap;
}
.sec-num::after { content: ""; display: inline-block; width: 54px; height: 1px; background: var(--line); margin: 0 0 4px 14px; vertical-align: middle; }

/* ---------- yerleşim ---------- */
.wrap { width: min(1240px, calc(100% - clamp(32px, 6vw, 96px))); margin-inline: auto; }
section.block { padding: clamp(72px, 11vw, 150px) 0; position: relative; z-index: 2; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.6vw, 30px); }
@media (max-width: 980px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 90; height: var(--header-h);
  display: flex; align-items: center;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(6, 8, 14, 0.72);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-bottom-color: var(--line-soft);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand svg { flex: 0 0 auto; }
.brand-name { font-family: var(--serif); font-size: 1.35rem; letter-spacing: 0.06em; }
.brand-name em { color: var(--gold-2); font-style: normal; }
.brand-sub { display: block; font-size: 9.5px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold); margin-top: 1px; }

.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.nav a { font-size: 13.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-dim); padding: 8px 2px; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--gold-2); transition: right 0.35s ease; }
.nav a:hover::after, .nav a.active::after { right: 0; }
.nav a:hover, .nav a.active { color: var(--cream); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 28px; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  border: 1px solid var(--gold); color: #14100a;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-deep));
  box-shadow: 0 10px 30px rgba(201, 169, 106, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(201, 169, 106, 0.35); filter: brightness(1.05); }
.btn:active { transform: translateY(0); }
.btn.ghost {
  background: transparent; color: var(--gold-2);
  border-color: rgba(201, 169, 106, 0.5); box-shadow: none;
}
.btn.ghost:hover { background: rgba(201, 169, 106, 0.08); }
.btn.sm { min-height: 40px; padding: 8px 18px; font-size: 12px; }
.btn[disabled] { opacity: 0.45; pointer-events: none; }

.hamburger { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; width: 46px; height: 46px; color: var(--cream); }
@media (max-width: 980px) {
  .nav { position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch;
    background: rgba(6, 8, 14, 0.96); backdrop-filter: blur(20px); padding: 18px 26px 26px;
    border-bottom: 1px solid var(--line-soft); display: none; }
  .nav.open { display: flex; }
  .nav a { padding: 13px 4px; font-size: 15px; border-bottom: 1px solid rgba(240,231,213,0.06); }
  .hamburger { display: inline-flex; align-items: center; justify-content: center; }
  .header-cta { display: none; }
}

/* mobil yapışkan CTA (WEB-002) */
.mobile-cta {
  display: none; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 80;
}
.mobile-cta .btn { width: 100%; min-height: 54px; box-shadow: 0 18px 44px rgba(0,0,0,.5), 0 10px 30px rgba(201,169,106,.3); }
@media (max-width: 980px) { .mobile-cta.show { display: block; } body { padding-bottom: 76px; } }

/* ---------- hero (4K video) ---------- */
.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; }
.hero-video, .hero-poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.92) contrast(1.05) brightness(0.6);
}
.hero-poster { background: center/cover no-repeat; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(6,8,14,0.55) 0%, rgba(6,8,14,0.25) 40%, rgba(6,8,14,0.86) 88%, var(--ink) 100%),
    radial-gradient(1100px 520px at 50% 108%, rgba(201,169,106,0.16), transparent 60%);
}
#heroFx { position: absolute; inset: 0; pointer-events: none; }
.hero-inner { position: relative; z-index: 5; text-align: center; padding: 120px 20px 90px; }
.hero-star { margin: 0 auto 26px; width: 74px; height: 74px; filter: drop-shadow(0 0 22px rgba(232,207,154,0.45)); }
.hero-kicker { margin-bottom: 18px; }
.hero-title em { font-style: italic; color: var(--gold-2); }
.hero-sub { margin: 26px auto 40px; max-width: 56ch; color: var(--cream-dim); font-size: clamp(1rem, 1.6vw, 1.2rem); }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-meta {
  position: absolute; bottom: 26px; left: 0; right: 0; z-index: 5;
  display: flex; justify-content: center; gap: clamp(18px, 4vw, 54px);
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--cream-faint);
}
.scroll-hint { position: absolute; bottom: 78px; left: 50%; transform: translateX(-50%); z-index: 5; color: var(--gold-2); animation: floaty 2.6s ease-in-out infinite; }
@keyframes floaty { 50% { transform: translate(-50%, 10px); } }

/* ---------- kartlar / paneller ---------- */
.panel {
  background: linear-gradient(160deg, rgba(18, 28, 48, 0.5), rgba(9, 13, 22, 0.72));
  border: 1px solid var(--line-soft); border-radius: var(--r);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.card3d { transform-style: preserve-3d; will-change: transform; transition: box-shadow 0.3s; }
.card3d:hover { box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6); }
.card3d .card-inner { transform: translateZ(28px); }

.tile { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line-soft); }
.tile img { height: 100%; width: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(.2,.7,.2,1); }
.tile:hover img { transform: scale(1.06); }
.tile .cap {
  position: absolute; inset: auto 0 0 0; padding: 46px 20px 16px;
  background: linear-gradient(180deg, transparent, rgba(4, 6, 10, 0.85));
  font-size: 11.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cream-dim);
}

/* menü listesi */
.menu-cat { margin-bottom: clamp(40px, 6vw, 64px); }
.menu-cat-head { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 10px; }
.menu-cat-head p { color: var(--cream-faint); font-size: 0.92rem; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 6px 26px; padding: 18px 4px; border-bottom: 1px solid rgba(240, 231, 213, 0.07); align-items: baseline; }
.menu-item h4 { font-family: var(--serif); font-size: 1.32rem; font-weight: 500; letter-spacing: 0.01em; }
.menu-item .price { font-family: var(--serif); font-size: 1.2rem; color: var(--gold-2); white-space: nowrap; }
.menu-item p { grid-column: 1 / -1; color: var(--cream-dim); font-size: 0.95rem; max-width: 68ch; }
.badges { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.badge {
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 10px;
  border: 1px solid var(--line-soft); border-radius: 999px; color: var(--cream-faint);
}
.badge.tag { color: var(--ok); border-color: rgba(127, 191, 154, 0.35); }

/* marquee */
.marquee { overflow: hidden; border-block: 1px solid var(--line-soft); padding: 22px 0; }
.marquee-track { display: flex; gap: 64px; width: max-content; animation: marq 38s linear infinite; }
.marquee-track span { display: flex; align-items: center; gap: 16px; font-family: var(--serif); font-size: 1.25rem; font-style: italic; color: var(--cream-dim); white-space: nowrap; }
.marquee-track b { font-family: var(--sans); font-style: normal; font-size: 10.5px; letter-spacing: 0.3em; color: var(--gold); font-weight: 600; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- rezervasyon sihirbazı ---------- */
.wizard { max-width: 980px; margin-inline: auto; }
.stepper { display: flex; gap: 6px; margin-bottom: clamp(26px, 4vw, 40px); flex-wrap: wrap; }
.step {
  flex: 1 1 0; min-width: 96px; text-align: center; padding: 12px 6px 14px; position: relative;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-faint);
  border-bottom: 2px solid rgba(240, 231, 213, 0.12);
}
.step b { display: block; font-family: var(--serif); font-size: 1.15rem; font-weight: 500; letter-spacing: 0; text-transform: none; margin-bottom: 2px; color: var(--cream-dim); }
.step.on { color: var(--gold); border-bottom-color: var(--gold); }
.step.on b { color: var(--gold-2); }
.step.done { color: var(--cream-dim); border-bottom-color: var(--gold-deep); }
.step.done b::after { content: " ✓"; color: var(--ok); }

.wz-body { padding: clamp(22px, 4vw, 44px); }
.wz-title { margin-bottom: 6px; }
.wz-hint { color: var(--cream-faint); font-size: 0.95rem; margin-bottom: 26px; }
.wz-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

/* takvim */
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.cal-head h3 { text-transform: capitalize; }
.cal-btn { background: none; border: 1px solid var(--line); color: var(--gold-2); border-radius: 10px; width: 42px; height: 42px; font-size: 18px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-dow { text-align: center; font-size: 10.5px; letter-spacing: 0.18em; color: var(--cream-faint); padding: 8px 0; text-transform: uppercase; }
.cal-day {
  aspect-ratio: 1; border-radius: 12px; border: 1px solid transparent; background: rgba(240, 231, 213, 0.035);
  color: var(--cream); font-size: 0.98rem; display: grid; place-items: center; position: relative;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.cal-day:not([disabled]):hover { border-color: var(--gold); transform: translateY(-1px); }
.cal-day[disabled] { color: rgba(240, 231, 213, 0.22); background: transparent; cursor: not-allowed; text-decoration: line-through; }
.cal-day.sel { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #14100a; font-weight: 700; border-color: var(--gold-2); }
.cal-day.closed::after { content: "kapalı"; position: absolute; bottom: 5px; font-size: 8px; letter-spacing: 0.08em; color: rgba(240,231,213,.3); text-transform: uppercase; }

/* saat ve kişi */
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 10px; }
.pill {
  min-height: 48px; border-radius: 12px; border: 1px solid var(--line); background: rgba(240, 231, 213, 0.03);
  color: var(--cream); font-size: 1rem; letter-spacing: 0.04em; transition: all 0.2s;
}
.pill:hover { border-color: var(--gold); background: rgba(201, 169, 106, 0.08); }
.pill.sel { background: linear-gradient(135deg, var(--gold-2), var(--gold)); border-color: var(--gold-2); color: #14100a; font-weight: 700; }
.party-row { display: flex; align-items: center; gap: 22px; justify-content: center; padding: 18px 0; }
.party-num { font-family: var(--serif); font-size: 4rem; min-width: 120px; text-align: center; color: var(--gold-2); }
.party-btn { width: 58px; height: 58px; border-radius: 50%; border: 1px solid var(--gold); background: transparent; color: var(--gold-2); font-size: 26px; transition: all 0.2s; }
.party-btn:hover { background: rgba(201, 169, 106, 0.12); }
.party-note { text-align: center; color: var(--cream-faint); font-size: 0.92rem; }

/* masa seçimi */
.map-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.legend { display: flex; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--cream-dim); }
.legend span { display: inline-flex; align-items: center; gap: 7px; }
.dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; border: 1px solid rgba(255,255,255,.25); }
.dot.av { background: #c9a96a; } .dot.oc { background: #4a3f46; } .dot.sel { background: #f4e3b2; box-shadow: 0 0 10px rgba(244,227,178,.8); } .dot.os { background: transparent; border-style: dashed; }
.view-toggle { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.view-toggle button { background: none; border: 0; color: var(--cream-dim); padding: 9px 18px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.view-toggle button.on { background: rgba(201, 169, 106, 0.16); color: var(--gold-2); }

#floor3d { position: relative; height: clamp(360px, 52vw, 520px); border-radius: var(--r); overflow: hidden; border: 1px solid var(--line-soft); background: radial-gradient(700px 380px at 50% 0%, #14203a, #080b13 70%); }
#floor3d canvas { display: block; }
.floor-tip {
  position: absolute; pointer-events: none; z-index: 6; transform: translate(-50%, calc(-100% - 14px));
  background: rgba(8, 11, 19, 0.92); border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px;
  font-size: 12.5px; line-height: 1.5; white-space: nowrap; display: none; box-shadow: var(--shadow);
}
.floor-tip b { font-family: var(--serif); font-size: 1.05rem; display: block; color: var(--gold-2); }
.floor-hint { position: absolute; left: 14px; bottom: 12px; z-index: 5; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(240,231,213,.4); }
.zone-chips { display: flex; gap: 8px; flex-wrap: wrap; position: absolute; top: 12px; left: 14px; z-index: 5; }
.zone-chip { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; background: rgba(8, 11, 19, 0.7); border: 1px solid var(--line-soft); padding: 5px 12px; border-radius: 999px; color: var(--cream-dim); }

.table-list { display: grid; gap: 10px; }
.trow {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; text-align: left;
  padding: 15px 18px; border-radius: 14px; border: 1px solid var(--line-soft); background: rgba(240, 231, 213, 0.03);
  color: var(--cream); transition: all 0.2s; width: 100%;
}
.trow:not([disabled]):hover { border-color: var(--gold); }
.trow.sel { border-color: var(--gold-2); background: rgba(201, 169, 106, 0.12); box-shadow: 0 0 0 1px var(--gold-2) inset; }
.trow[disabled] { opacity: 0.45; cursor: not-allowed; }
.trow .t-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(201, 169, 106, 0.1); color: var(--gold-2); font-family: var(--serif); font-size: 1.05rem; }
.trow small { display: block; color: var(--cream-faint); font-size: 12px; letter-spacing: 0.06em; }
.trow .t-state { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-faint); }
.trow.sel .t-state { color: var(--gold-2); }

/* form */
.f-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.f-grid .full { grid-column: 1 / -1; }
@media (max-width: 760px) { .f-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; font-weight: 600; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 12px 16px; border-radius: 12px;
  border: 1px solid var(--line); background: rgba(240, 231, 213, 0.04); color: var(--cream);
  transition: border-color 0.2s, background 0.2s;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-2); background: rgba(240, 231, 213, 0.07); }
.field .err { display: none; color: var(--danger); font-size: 12.5px; margin-top: 6px; }
.field.bad input, .field.bad textarea { border-color: var(--danger); }
.field.bad .err { display: block; }
.check { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 1px solid var(--line-soft); border-radius: 12px; background: rgba(240, 231, 213, 0.03); }
.check input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--gold); flex: 0 0 auto; }
.check span { font-size: 0.92rem; color: var(--cream-dim); }
.check a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 3px; }

/* özet ve ödeme */
.sum-box { display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.sum-row { display: flex; justify-content: space-between; gap: 18px; padding: 13px 20px; border-bottom: 1px solid rgba(240, 231, 213, 0.07); font-size: 0.98rem; }
.sum-row:last-child { border-bottom: 0; }
.sum-row b { font-weight: 600; }
.sum-row.total { background: rgba(201, 169, 106, 0.1); font-family: var(--serif); font-size: 1.25rem; }
.sum-row.total b { color: var(--gold-2); }
.policy-note { font-size: 0.88rem; color: var(--cream-faint); border-left: 2px solid var(--gold-deep); padding: 4px 0 4px 14px; margin-top: 16px; }

.hold-timer { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line); font-size: 13px; color: var(--cream-dim); }
.hold-timer b { color: var(--gold-2); font-variant-numeric: tabular-nums; }

.otp-row { display: flex; gap: 10px; justify-content: center; margin: 22px 0; }
.otp {
  width: 52px; height: 62px; text-align: center; font-size: 1.6rem; font-family: var(--serif);
  border-radius: 12px; border: 1px solid var(--line); background: rgba(240, 231, 213, 0.05); color: var(--gold-2);
}
.otp:focus { outline: none; border-color: var(--gold-2); }
.dev-code {
  margin: 14px auto 0; max-width: 420px; text-align: center; padding: 10px 16px; border-radius: 12px;
  border: 1px dashed rgba(201, 169, 106, 0.5); background: rgba(201, 169, 106, 0.07);
  font-size: 12.5px; color: var(--cream-dim);
}
.dev-code b { color: var(--gold-2); font-size: 1.05rem; letter-spacing: 0.3em; }

.code-banner {
  text-align: center; padding: clamp(26px, 5vw, 44px); border-radius: var(--r);
  background: radial-gradient(480px 200px at 50% 0%, rgba(201, 169, 106, 0.16), transparent 70%);
  border: 1px solid var(--line);
}
.code-banner .code { font-family: var(--serif); font-size: clamp(1.9rem, 5vw, 3rem); letter-spacing: 0.14em; color: var(--gold-2); margin: 10px 0 4px; }

/* toast */
.toast-wrap { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 160; display: grid; gap: 10px; width: min(480px, calc(100vw - 32px)); }
.toast {
  padding: 14px 20px; border-radius: 14px; border: 1px solid var(--line); background: rgba(10, 14, 24, 0.94);
  box-shadow: var(--shadow); font-size: 0.95rem; display: flex; gap: 12px; align-items: flex-start;
  animation: toast-in 0.35s cubic-bezier(.2,.9,.3,1.2);
}
.toast.err { border-color: rgba(226, 104, 92, 0.5); }
.toast.ok { border-color: rgba(127, 191, 154, 0.5); }
@keyframes toast-in { from { opacity: 0; transform: translateY(14px); } }

/* çerez bandı */
.cookie-bar {
  position: fixed; z-index: 150; left: 16px; right: 16px; bottom: 16px; margin-inline: auto; max-width: 720px;
  padding: 18px 22px; border-radius: 16px; display: none; gap: 16px; align-items: center; flex-wrap: wrap;
}
.cookie-bar.show { display: flex; }
.cookie-bar p { flex: 1 1 320px; font-size: 0.88rem; color: var(--cream-dim); }
.cookie-bar .btn.sm { flex: 0 0 auto; }

/* sayfa görünürlüğü (SPA) */
.page { display: none; }
.page.on { display: block; }
.page-hero { padding: calc(var(--header-h) + clamp(40px, 8vw, 80px)) 0 clamp(30px, 5vw, 60px); text-align: center; position: relative; z-index: 2; }
.page-hero .display { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.page-hero .lede { margin: 18px auto 0; }

/* galeri */
.gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.gal-grid .tile:nth-child(5n+1) { grid-column: span 2; grid-row: span 2; }
.gal-grid .tile:nth-child(7n+4) { grid-row: span 2; }
@media (max-width: 900px) { .gal-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; } }

/* iletişim */
.contact-card { display: grid; gap: 4px; padding: 22px 24px; }
.contact-card .overline { margin-bottom: 6px; }
.contact-card p { color: var(--cream-dim); }
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.hours-table td { padding: 9px 4px; border-bottom: 1px solid rgba(240, 231, 213, 0.07); color: var(--cream-dim); }
.hours-table td:last-child { text-align: right; color: var(--cream); }
.hours-table tr.today td { color: var(--gold-2); font-weight: 600; }

/* yasal sayfalar */
.legal-body { max-width: 780px; margin-inline: auto; }
.legal-body h3 { margin: 34px 0 10px; color: var(--gold-2); }
.legal-body p, .legal-body li { color: var(--cream-dim); font-size: 0.97rem; }
.legal-body ul { padding-left: 22px; margin: 10px 0; }
.legal-note { margin-top: 34px; padding: 14px 18px; border: 1px dashed rgba(201, 169, 106, 0.4); border-radius: 12px; font-size: 0.88rem; color: var(--cream-faint); }

/* footer */
.site-footer { border-top: 1px solid var(--line-soft); padding: clamp(44px, 7vw, 80px) 0 110px; position: relative; z-index: 2; }
.f-grid4 { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: clamp(24px, 4vw, 54px); }
@media (max-width: 900px) { .f-grid4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .f-grid4 { grid-template-columns: 1fr; } }
.site-footer h5 { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.site-footer a, .site-footer p { color: var(--cream-dim); font-size: 0.93rem; }
.site-footer li { list-style: none; margin-bottom: 9px; }
.site-footer a:hover { color: var(--gold-2); }
.f-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: clamp(30px, 5vw, 54px); padding-top: 22px; border-top: 1px solid rgba(240, 231, 213, 0.06); font-size: 12px; color: var(--cream-faint); }

/* animasyon yardımcıları */
.rv { opacity: 0; transform: translateY(34px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1 !important; transform: none !important; }
  .marquee-track { animation: none; }
  .scroll-hint { animation: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* küçük ekran ayarları */
@media (max-width: 560px) {
  .hero-meta { flex-wrap: wrap; gap: 10px 18px; padding: 0 18px; }
  .otp { width: 44px; height: 56px; }
  .sec-head { flex-direction: column; gap: 8px; }
}
