:root {
  --ox: #14080b;
  --wine: #3d1016;
  --crimson: #c81d25;
  --amber: #e0a44a;
  --ivory: #f3e6d4;
  --cream: #faf2e6;
  --ink: #1b1412;
  --dust: #6e5f54;
  --line: #2c1818;
  --paper: #efe3d1;
  --shadow: 0 18px 40px rgba(20, 8, 11, 0.28);
  --radius: 18px;
  --max: 1180px;
  --display: "Instrument Serif", "Times New Roman", serif;
  --text: "Literata", "Georgia", serif;
  --ui: "Barlow Condensed", "Arial Narrow", sans-serif;
  --mark: "Syne", "Trebuchet MS", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
  color: var(--ivory);
  background: var(--ox);
  font-family: var(--text);
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

button,
.btn {
  font-family: var(--ui);
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
}

.skip:focus {
  left: 12px;
  z-index: 80;
  background: var(--amber);
  color: var(--ox);
  padding: 8px 12px;
}

.cta-dock {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px 14px;
  background: rgba(20, 8, 11, 0.92);
  border-bottom: 2px solid var(--amber);
  backdrop-filter: blur(10px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(200, 29, 37, 0.28);
}

.btn-giris {
  background: var(--crimson);
  color: #fff7ef;
  animation: pulse 2.4s ease-in-out infinite;
}

.btn-uye {
  background: var(--amber);
  color: var(--ox);
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(200, 29, 37, 0.45);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(200, 29, 37, 0);
  }
}

.ticker {
  overflow: hidden;
  background: var(--amber);
  color: var(--ox);
  border-bottom: 1px solid #b88634;
  white-space: nowrap;
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 48px;
  padding: 9px 0;
  font-family: var(--ui);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: marquee 28s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 8px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--ox);
  border: 2px solid var(--amber);
  color: var(--amber);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 1.7rem;
}

.brand-name {
  font-family: var(--mark);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand small {
  display: block;
  color: var(--dust);
  font-family: var(--ui);
  letter-spacing: 0.16em;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  font-family: var(--ui);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.92rem;
}

.nav a {
  text-decoration: none;
  color: var(--ivory);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--amber);
}

.langs {
  display: flex;
  gap: 8px;
  font-family: var(--ui);
  font-size: 0.85rem;
}

.langs a {
  color: var(--dust);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.langs a[aria-current="page"],
.langs a:hover {
  color: var(--amber);
  border-color: var(--amber);
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  padding: 28px 0 48px;
  position: relative;
}

.hero-copy h1 {
  margin: 8px 0 16px;
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.kicker {
  font-family: var(--ui);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  font-size: 0.86rem;
}

.lede {
  max-width: 38rem;
  color: #ead9c4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.ticket {
  background: var(--paper);
  color: var(--ink);
  border-radius: 22px;
  padding: 22px 22px 18px 28px;
  position: relative;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.ticket::before,
.ticket::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--ox);
  border-radius: 50%;
  left: -11px;
}

.ticket::before {
  top: 28%;
}

.ticket::after {
  top: 68%;
}

.ticket h2 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 1.8rem;
}

.ticket .addr {
  font-family: var(--mark);
  font-size: 1.15rem;
  font-weight: 700;
  word-break: break-word;
}

.ticket dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0 0;
}

.ticket dt {
  font-family: var(--ui);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dust);
  font-size: 0.78rem;
}

.ticket dd {
  margin: 0;
  font-weight: 650;
}

.stamp {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 78px;
  height: 78px;
  border: 3px solid var(--crimson);
  border-radius: 50%;
  color: var(--crimson);
  display: grid;
  place-items: center;
  transform: rotate(12deg);
  font-family: var(--ui);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  animation: stamp 3.2s ease-in-out infinite;
}

@keyframes stamp {
  0%,
  100% {
    transform: rotate(12deg) scale(1);
  }
  50% {
    transform: rotate(8deg) scale(1.04);
  }
}

.section {
  padding: 42px 0;
}

.section h2 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.15;
  margin: 0 0 12px;
}

.section-head {
  max-width: 42rem;
  margin-bottom: 26px;
}

.paper {
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 36px);
  box-shadow: var(--shadow);
}

.paper h2,
.paper h3 {
  color: var(--ox);
}

.drop::first-letter {
  float: left;
  font-family: var(--display);
  font-size: 3.4rem;
  line-height: 0.8;
  padding: 8px 10px 0 0;
  color: var(--crimson);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.card {
  background: #2a1014;
  border: 1px solid #4a1d22;
  border-radius: 16px;
  overflow: hidden;
}

.card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.card .body {
  padding: 16px 18px 20px;
}

.card h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 1.45rem;
}

.steps {
  display: grid;
  gap: 14px;
  counter-reset: adim;
}

.steps li {
  list-style: none;
  background: #fff8ee;
  border-left: 5px solid var(--crimson);
  padding: 14px 16px 14px 18px;
}

.steps {
  margin: 0;
  padding: 0;
}

.muted {
  color: var(--dust);
}

.slider-wrap {
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.slide {
  flex: 0 0 min(78%, 320px);
  scroll-snap-align: start;
  background: #210d10;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #4a1d22;
}

.slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.slide p {
  margin: 0;
  padding: 12px 14px 16px;
  font-family: var(--ui);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq details {
  border-bottom: 1px solid #ddcbb4;
  padding: 10px 0;
}

.faq summary {
  cursor: pointer;
  font-family: var(--mark);
  font-weight: 700;
  font-size: 1.05rem;
}

.review-box {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: center;
}

.score {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 6px solid var(--amber);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 2.6rem;
  color: var(--ox);
  background: #fff4e3;
}

.stars {
  color: #b88634;
  letter-spacing: 2px;
  font-size: 1.2rem;
}

.event {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: linear-gradient(160deg, #2a1014, #14080b);
  border: 1px solid #5a2428;
  border-radius: 18px;
  overflow: hidden;
}

.event .copy {
  padding: 22px;
}

.crumbs {
  font-family: var(--ui);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: var(--dust);
  padding: 8px 0 0;
}

.crumbs a {
  color: var(--amber);
  text-decoration: none;
}

.site-footer {
  padding: 36px 0 48px;
  color: #c9b6a4;
  border-top: 1px solid #3a1a1c;
}

.notice {
  font-size: 0.92rem;
  color: #b7a290;
}

@media (max-width: 860px) {
  .hero,
  .grid-2,
  .event,
  .review-box {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    width: 100%;
  }

  .stamp {
    width: 58px;
    height: 58px;
    font-size: 0.58rem;
    right: 10px;
    top: 10px;
  }

  .ticket {
    padding-right: 78px;
  }

  .cta-dock {
    padding: 8px 10px;
  }

  .btn {
    flex: 1;
    min-width: 0;
    padding: 0 12px;
  }
}
