:root {
  --night: #12070d;
  --berry: #231018;
  --wine: #7a1d3a;
  --candy: #e4236b;
  --blush: #ff7aa8;
  --gold: #efc15a;
  --mint: #3ad49a;
  --ice: #8fd4ff;
  --paper: #fff4ea;
  --paper-2: #ffe9d6;
  --ink: #2a141c;
  --mute: #6d4a55;
  --line: rgba(239, 193, 90, 0.28);
  --display: "Bricolage Grotesque", "Segoe UI", sans-serif;
  --serif: "Source Serif 4", "Georgia", serif;
  --ui: "DM Sans", "Segoe UI", sans-serif;
  --script: "Pinyon Script", cursive;
  --shadow: 0 18px 40px rgba(8, 2, 6, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--night);
  font-family: var(--ui);
  line-height: 1.7;
  padding-bottom: 92px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
::selection { background: #e4236b; color: #fff8ee; }

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--candy);
  color: #fff;
  padding: 8px 12px;
  z-index: 90;
}
.skip:focus { left: 8px; }

.toz,
.orb {
  pointer-events: none;
  position: fixed;
  z-index: 0;
}
.toz {
  inset: 0;
  opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.orb {
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  filter: blur(72px);
  opacity: .24;
  animation: kay 18s ease-in-out infinite;
}
.orb-a { background: #7a1d3a; top: -12%; left: -10%; }
.orb-b { background: #1d5a45; bottom: 4%; right: -14%; animation-delay: -8s; }

@keyframes kay {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(5%, -7%) scale(1.1); }
}

.tezgah {
  width: min(1140px, calc(100% - 28px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.uyari-serit {
  position: relative;
  z-index: 4;
  background: #3a0d1d;
  color: #f7d7c4;
  font-size: 12px;
  letter-spacing: .04em;
  text-align: center;
  padding: 7px 12px;
}

.mast {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(18, 7, 13, 0.86);
  border-bottom: 1px solid var(--line);
}
.mast-ici {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 74px;
}
.imza {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.imza img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 0 0 2px rgba(239, 193, 90, .35);
}
.imza strong {
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: -.03em;
}
.imza span {
  display: block;
  font-size: 11px;
  color: var(--gold);
}

.yol {
  display: flex;
  gap: 18px;
  align-items: center;
}
.yol a {
  text-decoration: none;
  font-size: 14px;
  color: #f3d2c4;
}
.yol a:hover { color: var(--gold); }

.biletler { display: flex; gap: 8px; flex-wrap: wrap; }
.bilet {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px 0 22px;
  border: 0;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
  border-radius: 999px;
  box-shadow: var(--shadow);
  animation: nefes 2.4s ease-in-out infinite;
}
.bilet::before,
.bilet::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--night);
  top: 50%;
  transform: translateY(-50%);
}
.bilet::before { left: 6px; }
.bilet::after { right: 6px; display: none; }
.bilet-giris { background: var(--candy); color: #fff; }
.bilet-uye { background: var(--gold); color: #3a2208; animation-delay: -.8s; }

@keyframes nefes {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 0 0 0 rgba(228, 35, 107, .35); }
  50% { transform: translateY(-1px) scale(1.03); box-shadow: 0 0 0 8px rgba(228, 35, 107, 0); }
}

.menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--paper);
  border-radius: 10px;
  padding: 8px 10px;
}

.vitrin {
  padding: 34px 0 10px;
}
.vitrin-kafes {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
}
.kucuk-etiket {
  font-family: var(--script);
  font-size: 1.55rem;
  color: var(--blush);
  margin: 0 0 6px;
}
.vitrin h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 0 0 14px;
}
.vitrin h1 em {
  font-style: normal;
  color: var(--gold);
}
.lead {
  font-family: var(--serif);
  font-size: 1.12rem;
  color: #f4d8cc;
  max-width: 38rem;
}
.adres-pul {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.pul {
  background: var(--paper);
  color: var(--ink);
  border-radius: 16px;
  padding: 10px 14px;
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 13px;
  box-shadow: inset 0 0 0 2px #f2c15a;
}
.pul small { display: block; color: var(--mute); font-family: var(--ui); font-size: 11px; }

.raf {
  overflow: hidden;
  border-radius: 28px;
  background: #2a121c;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 320px;
}
.raf-iz {
  display: flex;
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
  width: 100%;
}
.kart-slayt {
  min-width: 100%;
  padding: 22px;
}
.kart-slayt figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.kart-slayt img { width: 100%; height: 210px; object-fit: cover; }
.kart-slayt figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(18, 7, 13, .78);
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 14px;
}
.noktalar {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 0 16px;
}
.nokta {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: #6b3a48;
}
.nokta.on { background: var(--gold); }

.serit {
  margin: 28px 0 8px;
  overflow: hidden;
  background: linear-gradient(90deg, #e4236b, #7a1d3a 40%, #e4236b);
  transform: rotate(-1.1deg);
  box-shadow: 0 10px 24px rgba(228, 35, 107, .25);
}
.serit-ici {
  display: flex;
  gap: 42px;
  white-space: nowrap;
  padding: 10px 0;
  animation: akis 28s linear infinite;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 13px;
}
@keyframes akis {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.bolum, #giris, #uye, #hakkinda, #girisi, #bonuslar, #oyunlar, #sss, #etkinlik {
  scroll-margin-top: 92px;
}
.bolum { padding: 42px 0; }
.bolum h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -.03em;
  margin: 0 0 8px;
}
.bolum .altbaslik {
  color: #efc8ba;
  margin: 0 0 22px;
  max-width: 40rem;
}

.adres-kutu {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
}
.kutu, .kagit {
  background: var(--paper);
  color: var(--ink);
  border-radius: 26px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.kutu h3, .kagit h3, .kagit h2 {
  font-family: var(--display);
  letter-spacing: -.03em;
  margin-top: 0;
}
.adres-buyuk {
  font-family: ui-monospace, monospace;
  background: #2a141c;
  color: #ffd9a8;
  padding: 12px 14px;
  border-radius: 12px;
  word-break: break-all;
}
.adimlar { display: grid; gap: 12px; }
.adim {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #e6c8b4;
}
.adim:last-child { border-bottom: 0; }
.no {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #2a141c;
  color: var(--gold);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 800;
}

.kagit p { font-family: var(--serif); font-size: 1.05rem; }
.kagit p:first-of-type::first-letter {
  font-family: var(--display);
  font-size: 3.1rem;
  float: left;
  line-height: .8;
  padding: 8px 10px 0 0;
  color: var(--wine);
}
.kagit + .kagit { margin-top: 18px; }

.iki {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.oyun-ray {
  overflow: auto;
  display: flex;
  gap: 14px;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.oyun {
  min-width: min(240px, 78vw);
  background: #2a121c;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px;
  scroll-snap-align: start;
}
.oyun b { display: block; font-family: var(--display); font-size: 1.15rem; margin-bottom: 6px; }
.oyun p { margin: 0; color: #f0cfc2; font-size: 14px; }
.oyun i {
  display: inline-block;
  margin-top: 10px;
  font-style: normal;
  font-size: 12px;
  color: var(--gold);
}

.yildiz { color: var(--gold); letter-spacing: 2px; }
.yorum {
  background: #2a121c;
  border-radius: 22px;
  padding: 18px;
  border: 1px solid var(--line);
}
.yorum strong { display: block; margin-top: 8px; }

.etkinlik {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
  background: linear-gradient(160deg, #3a1020, #1a0b12);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 20px;
}
.tarih-muhur {
  text-align: center;
  background: var(--paper);
  color: var(--ink);
  border-radius: 18px;
  padding: 12px 8px;
}
.tarih-muhur b { display: block; font-size: 1.8rem; font-family: var(--display); }

.sss details {
  background: #241018;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 16px;
  margin-bottom: 10px;
}
.sss summary { cursor: pointer; font-weight: 700; }
.sss p { margin: 10px 0 4px; color: #f3d2c6; }

.alt {
  border-top: 1px solid var(--line);
  padding: 28px 0 16px;
  color: #e7c4b6;
  font-size: 14px;
}
.alt-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr;
  gap: 18px;
}
.diller a { margin-right: 10px; color: var(--gold); }

.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: flex;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(18, 7, 13, .92);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
}
.dock .bilet { flex: 1; min-height: 48px; font-size: 1rem; }

.kirinti { font-size: 13px; color: #e7c4b6; margin: 16px 0 0; }
.kirinti a { color: var(--gold); text-decoration: none; }

@media (max-width: 860px) {
  .menu-btn { display: inline-flex; }
  .yol {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: #1b0b12;
    flex-direction: column;
    padding: 14px 18px 18px;
    border-bottom: 1px solid var(--line);
  }
  .yol.open { display: flex; }
  .vitrin-kafes, .adres-kutu, .iki, .alt-grid { grid-template-columns: 1fr; }
  .etkinlik { grid-template-columns: 1fr; }
  .mast-ici { min-height: 66px; }
  .biletler { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .orb, .serit-ici, .bilet, .raf-iz { animation: none !important; transition: none !important; }
}
