:root {
  --ink: #14100e;
  --wine: #6b1c32;
  --wine-deep: #3e101c;
  --paper: #f3eadc;
  --paper-2: #e7dcc8;
  --cream: #f6efe6;
  --gold: #e0b15a;
  --gold-2: #e4c48a;
  --muted: #5c5148;
  --line: rgba(36, 24, 22, 0.14);
  --header: 108px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: #241816;
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-size: 1.125rem;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0 auto 0 0;
  width: 12px;
  z-index: 70;
  pointer-events: none;
  background: repeating-linear-gradient(
    180deg,
    var(--wine) 0 18px,
    var(--wine-deep) 18px 36px
  );
  animation: drape 9s linear infinite;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--cream);
  color: var(--ink);
  padding: 8px 12px;
  z-index: 80;
}

.skip:focus { top: 12px; }

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

[id] { scroll-margin-top: 96px; }

h1, h2, h3, p { margin-top: 0; }

h1, h2, .slide-title, .brand-name {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.7rem);
  margin: 0 0 8px;
  color: var(--cream);
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  margin: 0 0 14px;
  line-height: 1.12;
}

h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.25;
  margin: 1.4rem 0 0.4rem;
}

.prose p { margin: 0 0 1rem; }
.prose a { color: var(--wine); text-underline-offset: 3px; }

.proscenium {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--ink);
  color: var(--cream);
  border-bottom: 1px solid rgba(224, 177, 90, 0.28);
}

.bar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  min-width: 0;
  position: relative;
  text-decoration: none;
  color: var(--cream);
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: none;
}

.brand-name { font-size: 1.28rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  border: 0;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-giris { background: var(--cream); color: #3d1020; }
.btn-uye { background: var(--gold); color: #1a100c; }

.navline {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0 0 10px;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 0.95rem;
}

.navline a {
  color: #eadfce;
  text-decoration: none;
  white-space: nowrap;
}

.navline a:hover { color: var(--gold); }

.navline .lang {
  margin-left: auto;
  display: flex;
  gap: 12px;
}

.hero {
  background:
    radial-gradient(820px 380px at 90% -10%, rgba(224, 177, 90, 0.18), transparent 55%),
    var(--ink);
  color: var(--cream);
  padding: 28px 0 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 36px;
  align-items: stretch;
}

.mast, .byline, .side, .ticket small, .cue-label, .chorus, .navline, .btn, .crumbs, .toc, .age span, .foot-label {
  font-family: "Outfit", "Segoe UI", sans-serif;
}

.mast {
  margin: 0 0 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--gold-2);
}

.byline {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: 0.98rem;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 440px;
  margin: 16px 0 18px;
}

.hero-actions .btn {
  min-height: 52px;
  font-size: 1.05rem;
}

.deck {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 560;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.35;
  color: #f0e2c8;
  max-width: 38ch;
  margin: 0;
}

.ticket {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
  margin-top: 22px;
  padding: 14px 16px;
  background: var(--paper);
  color: #241816;
}

.ticket small {
  display: block;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--wine);
  margin-bottom: 2px;
}

.ticket .addr {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1rem, 2.4vw, 1.28rem);
  color: var(--wine);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.ticket-date strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
}

.playbill {
  position: relative;
  background: #2a1c18;
  color: var(--cream);
  min-height: 340px;
  padding: 26px 24px 70px;
  box-shadow: inset 0 0 0 1px rgba(224, 177, 90, 0.45);
}

.playbill::before,
.playbill::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: var(--gold);
  border-style: solid;
}

.playbill::before { top: 10px; left: 10px; border-width: 1px 0 0 1px; }
.playbill::after { right: 10px; bottom: 10px; border-width: 0 1px 1px 0; }

.cue-label {
  margin: 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--gold-2);
}

.cue-no {
  display: block;
  margin-top: 18px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--gold-2);
}

.slide-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 8px 0 10px;
  color: var(--cream);
}

.slide p { margin: 0; color: #f0e4d4; max-width: 36ch; }

html.js .playbill .slide { display: none; }
html.js .playbill .slide.is-on {
  display: block;
  animation: rise 0.45s ease;
}

.playbill-nav {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.playbill-nav button {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(246, 239, 230, 0.4);
  min-width: 42px;
  min-height: 42px;
  font-family: "Outfit", "Segoe UI", sans-serif;
  cursor: pointer;
}

.dots { display: flex; gap: 8px; margin-right: auto; }

.dots button {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: rgba(246, 239, 230, 0.35);
}

.dots button.is-on { background: var(--gold); }

.chorus {
  overflow: hidden;
  background: var(--wine);
  color: var(--cream);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.86rem;
}

.chorus-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.chorus-track {
  display: flex;
  width: max-content;
  padding: 12px 0;
  animation: ticker 42s linear infinite;
}

.chorus-track span { white-space: nowrap; padding-right: 8px; }
.chorus:hover .chorus-track { animation-play-state: paused; }
.gold { color: var(--gold); }

.folio { padding: 58px 0; }
.folio.alt { background: var(--paper-2); }

.crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  font-size: 0.92rem;
}

.crumbs li { display: flex; align-items: center; }
.crumbs li + li::before { content: "/"; margin: 0 8px; color: var(--muted); }
.crumbs a { color: var(--wine); }

.toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 8px;
  font-size: 0.98rem;
}

.toc a { color: var(--wine); text-underline-offset: 3px; }

.sheet {
  display: grid;
  grid-template-columns: minmax(140px, 190px) minmax(0, 68ch);
  gap: 28px 36px;
  justify-content: start;
  padding-top: 8px;
}

.side {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wine);
}

.side strong {
  display: block;
  margin-top: 8px;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #241816;
  line-height: 1.3;
}

.pull {
  margin: 1.2rem 0;
  padding: 4px 0 4px 16px;
  border-left: 3px solid var(--wine);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 1.35rem;
  line-height: 1.35;
}

.steps, .check { margin: 0 0 1rem; padding: 0; }
.check { padding-left: 1.15rem; }
.check li { margin: 0 0 0.55rem; }

.steps { list-style: none; counter-reset: adim; }
.steps li {
  position: relative;
  counter-increment: adim;
  padding: 12px 0 12px 54px;
  border-top: 1px solid var(--line);
}

.steps li::before {
  content: counter(adim, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 12px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  color: var(--wine);
}

.table-wrap { overflow-x: auto; margin: 0 0 1rem; }
table { width: 100%; border-collapse: collapse; min-width: 560px; }
th, td {
  text-align: left;
  vertical-align: top;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
}
th {
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wine);
}

.verdict {
  background: var(--ink);
  color: var(--cream);
  padding: 58px 0;
}

.verdict .side { color: var(--gold-2); }
.verdict .side strong,
.verdict h2 { color: var(--cream); }

.score-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 8px;
}

.score-num {
  font-family: "Fraunces", Georgia, serif;
  font-size: 4rem;
  line-height: 0.9;
  color: var(--gold);
}

.stars { position: relative; display: inline-block; color: #4a4038; letter-spacing: 3px; font-size: 1.25rem; margin: 0 0 1rem; }
.stars-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 88%;
  overflow: hidden;
  white-space: nowrap;
  color: var(--gold);
}

.season {
  background: var(--wine);
  color: var(--cream);
  padding: 58px 0;
}

.season .side { color: var(--gold-2); }
.season .side strong,
.season h2,
.season a { color: var(--cream); }

.faq details {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}

.faq details:last-child { border-bottom: 1px solid var(--line); }

.faq summary {
  cursor: pointer;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: 1.22rem;
  line-height: 1.35;
}

.faq summary:hover { color: var(--wine); }
.faq details p { margin: 10px 0 0; }

.foot {
  background: #100e0c;
  color: #eadfce;
  padding: 42px 0 32px;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
}

.foot a { color: var(--gold-2); }
.foot-label {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--gold);
  margin-bottom: 8px;
}

.foot ul { margin: 0; padding: 0; list-style: none; }
.foot li { margin: 0 0 6px; }

.age {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(246, 239, 230, 0.15);
  font-size: 0.98rem;
}

.age span {
  flex: none;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-weight: 700;
}

.legal { margin: 14px 0 0; color: #b7a898; font-size: 0.92rem; }

.dock {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: #100e0c;
  box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.28);
}

.dock .btn { width: 100%; }

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@keyframes drape {
  from { background-position: 0 0; }
  to { background-position: 0 36px; }
}

@media (max-width: 900px) {
  body { padding-bottom: 84px; }
  body::before { display: none; }
  .dock { display: grid; }
  .hero-grid,
  .sheet,
  .foot-grid { grid-template-columns: 1fr; }
  .navline .lang { margin-left: 0; }
  .playbill { min-height: 0; }
}

@media (max-width: 420px) {
  .brand-name {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .btn { padding: 0 12px; font-size: 0.92rem; }
  .wrap { width: calc(100% - 24px); }
}

@media (min-width: 901px) {
  body { padding-left: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body::before,
  .chorus-track,
  html.js .playbill .slide.is-on,
  .btn { animation: none; transition: none; }
  .chorus-track { flex-wrap: wrap; width: auto; padding-inline: 16px; }
}
