:root {
  --bg: #faf6f0;
  --card: #ffffff;
  --ink: #3b2f25;
  --muted: #8a7b6c;
  --line: #e9dfd2;
  --gold: #b08d57;
  --gold-soft: #f3eadb;
  --rose: #c98b8b;
  --rose-soft: #f7e8e6;
  --ok: #5f8a5f;
  --err: #b04a4a;
  --radius: 18px;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }
.wrap { max-width: 720px; margin: 0 auto; padding: 0 16px 64px; }
.wide { max-width: 1200px; }

.hero { text-align: center; padding: 48px 0 28px; }
.hero .kicker { letter-spacing: .28em; text-transform: uppercase; font-size: 12px; color: var(--gold); }
.hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(44px, 12vw, 72px); line-height: 1.05; margin: 10px 0 6px; }
.hero h1 .amp { color: var(--gold); font-style: italic; }
.hero p { color: var(--muted); margin: 0; }
.divider { width: 64px; height: 1px; background: var(--gold); margin: 18px auto; opacity: .6; }

.choices { display: grid; gap: 14px; }
@media (min-width: 620px) { .choices { grid-template-columns: 1fr 1fr; } }
.choice {
  text-align: left; cursor: pointer; border: 1.5px solid var(--line); background: var(--card);
  border-radius: var(--radius); padding: 22px 20px; transition: border-color .15s, transform .15s, box-shadow .15s;
  display: flex; flex-direction: column; gap: 6px;
}
.choice:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(59, 47, 37, .07); }
.choice .ico { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: 22px; background: var(--gold-soft); }
.choice.ozel .ico { background: var(--rose-soft); }
.choice h2 { font-family: var(--serif); font-weight: 600; font-size: 26px; margin: 6px 0 0; }
.choice p { margin: 0; color: var(--muted); font-size: 14.5px; }
.choice.active { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.choice.ozel.active { border-color: var(--rose); box-shadow: 0 0 0 3px var(--rose-soft); }

.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; margin-top: 16px; }
.panel h3 { font-family: var(--serif); font-size: 24px; font-weight: 600; margin: 0 0 12px; }
label.field { display: block; font-size: 14px; color: var(--muted); margin-bottom: 12px; }
label.field input, label.field textarea {
  display: block; width: 100%; margin-top: 6px; padding: 12px 14px; border-radius: 12px;
  border: 1px solid var(--line); background: var(--bg); outline: none;
}
label.field input:focus, label.field textarea:focus { border-color: var(--gold); }
label.field textarea { resize: vertical; min-height: 70px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer;
  border: 0; border-radius: 999px; padding: 13px 22px; font-weight: 600; text-decoration: none;
  background: var(--ink); color: #fff; transition: opacity .15s;
}
.btn:hover { opacity: .88; }
.btn:disabled { opacity: .45; cursor: default; }
.btn.gold { background: var(--gold); }
.btn.rose { background: var(--rose); }
.btn.ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn.small { padding: 8px 14px; font-size: 14px; }
.btn.block { width: 100%; }

.drop {
  border: 2px dashed var(--line); border-radius: 14px; padding: 28px 16px; text-align: center; cursor: pointer;
  color: var(--muted); background: var(--bg); transition: border-color .15s, background .15s;
}
.drop.over { border-color: var(--gold); background: var(--gold-soft); }
.drop strong { color: var(--ink); display: block; font-size: 17px; margin-bottom: 4px; }

.queue { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px; }
.queue li { display: grid; grid-template-columns: 44px 1fr auto; gap: 10px; align-items: center; font-size: 14px; }
.queue .pv { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; background: var(--gold-soft); display: grid; place-items: center; font-size: 18px; }
.queue .nm { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.queue .bar { height: 4px; background: var(--line); border-radius: 4px; margin-top: 5px; overflow: hidden; }
.queue .bar i { display: block; height: 100%; width: 0; background: var(--gold); transition: width .2s; }
.queue .st { font-size: 13px; color: var(--muted); min-width: 64px; text-align: right; }
.queue .st.ok { color: var(--ok); }
.queue .st.err { color: var(--err); }

.notice { border-radius: 12px; padding: 12px 14px; font-size: 14px; margin-bottom: 14px; }
.notice.ozel { background: var(--rose-soft); }
.notice.ortak { background: var(--gold-soft); }

.foot { text-align: center; margin-top: 28px; color: var(--muted); font-size: 14px; }
.foot a { color: var(--gold); font-weight: 600; }
.hidden { display: none !important; }

/* galeri */
.bar-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin: 8px 0 16px; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; }
@media (min-width: 700px) { .grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 10px; } }
.tile { position: relative; aspect-ratio: 1; border-radius: 12px; overflow: hidden; background: var(--gold-soft); cursor: pointer; border: 0; padding: 0; }
.tile img, .tile video { width: 100%; height: 100%; object-fit: cover; display: block; }
.tile .play { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 34px; text-shadow: 0 2px 10px rgba(0,0,0,.4); pointer-events: none; }
.tile .who { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 8px 6px; font-size: 12px; color: #fff; text-align: left;
  background: linear-gradient(transparent, rgba(0,0,0,.55)); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.empty { text-align: center; color: var(--muted); padding: 48px 16px; }

.lightbox { position: fixed; inset: 0; background: rgba(20, 15, 10, .94); z-index: 50; display: flex; flex-direction: column; }
.lightbox .lb-media { flex: 1; display: grid; place-items: center; min-height: 0; padding: 8px; }
.lightbox .lb-media img, .lightbox .lb-media video { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 6px; }
.lightbox .lb-bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 16px; color: #eee; font-size: 14px; flex-wrap: wrap; }
.lightbox .lb-bar .btn.ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); color: #fff; border: 0; width: 44px; height: 44px; border-radius: 50%; font-size: 22px; cursor: pointer; }
.lb-nav.prev { left: 10px; } .lb-nav.next { right: 10px; }
.lb-close { position: absolute; top: 10px; right: 10px; z-index: 2; }
