:root{--red:#d92222;--dark:#251d19;--cream:#fbf7ef;--paper:#fffdf8;--line:#e4dacd;--muted:#756c65;--orange:#f48b19}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--dark);font-family:Manrope,Arial,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.header{height:76px;padding:0 clamp(22px,5vw,74px);display:flex;align-items:center;justify-content:space-between;gap:30px;background:#fffefb;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.logo{font:400 23px Prata,serif;color:#a50f18;white-space:nowrap}.header nav{display:flex;gap:30px;font-size:12px;font-weight:600}.header nav a:hover{color:var(--red)}.menu-button{display:none}.button{border:0;border-radius:6px;background:var(--red);color:#fff;min-height:54px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;cursor:pointer;transition:.2s}.button:hover{background:#b91218;transform:translateY(-2px)}.button--small{min-height:42px;padding:0 21px}.button--outline{background:transparent;color:var(--red);border:1px solid var(--red)}.button--outline:hover{color:white}.hero{min-height:690px;display:grid;grid-template-columns:48% 52%;background:var(--paper);overflow:hidden}.hero__copy{padding:clamp(68px,8vw,115px) clamp(28px,6.5vw,100px)}.kicker{text-transform:uppercase;letter-spacing:.16em;color:var(--red);font-size:10px;font-weight:800;margin:0 0 18px}.centered{text-align:center}h1,h2{font:400 clamp(42px,5.7vw,78px)/1.02 Prata,serif;letter-spacing:-.035em;margin:0}h1 em,h2 em{font-style:normal;color:var(--red)}.tagline{font:400 clamp(20px,2vw,29px) Prata,serif;margin:21px 0}.hero__lead{font-size:15px;line-height:1.75;color:var(--muted);max-width:570px}.event-meta{display:flex;gap:22px;margin:28px 0}.event-meta div{border:1px solid var(--line);border-radius:8px;padding:15px 18px;min-width:190px}.event-meta span{display:block;color:var(--red);text-transform:uppercase;font-size:8px;font-weight:800;letter-spacing:.15em}.event-meta strong{display:block;font-size:12px;margin-top:6px}.hero__actions{display:flex;align-items:center;gap:28px;margin-top:30px}.link-arrow{font-size:12px;font-weight:700;border-bottom:1px solid var(--dark);padding-bottom:5px}.hero__photo{position:relative;min-height:690px}.hero__photo>img{width:100%;height:100%;object-fit:cover}.hero__photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fffdf840,transparent 30%)}.record-card{position:absolute;z-index:2;left:-55px;bottom:50px;background:#fff;border-radius:10px;box-shadow:0 20px 50px #35201630;padding:22px 25px;width:250px}.record-card span,.record-card small{display:block;text-transform:uppercase;color:var(--muted);font-size:8px;letter-spacing:.12em}.record-card strong{display:block;color:var(--red);font:400 25px Prata;margin:8px 0}.quick-facts{background:var(--red);color:white;display:grid;grid-template-columns:repeat(3,1fr);padding:28px clamp(28px,8vw,120px)}.quick-facts div{display:flex;align-items:center;gap:14px;justify-content:center;border-right:1px solid #ffffff45}.quick-facts div:last-child{border:0}.quick-facts strong{font:400 21px Prata}.quick-facts span{font-size:10px;color:#ffd4d1}.section{padding:clamp(76px,9vw,130px) clamp(22px,7vw,110px)}.section>h2{text-align:center;font-size:clamp(38px,4.5vw,62px)}.expect-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:55px}.expect-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:28px;min-height:320px;display:flex;flex-direction:column}.expect-card span{font-size:10px;color:var(--red);font-weight:800}.expect-card h3{font:400 19px Prata;margin:15px 0 10px}.expect-card p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.card-icon{font:400 34px Prata;color:var(--red);margin-bottom:auto}.expect-card--photo{padding:0;overflow:hidden}.expect-card--photo img{height:170px;width:100%;object-fit:cover}.expect-card--photo div{padding:22px}.story{background:#2b201b;color:white;display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:center}.story h2{font-size:clamp(38px,4.7vw,65px)}.story__copy>p:not(.kicker){color:#cbbcb3;line-height:1.8;font-size:14px}.story .link-arrow{display:inline-block;color:white;border-color:white;margin-top:18px}.story__gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.story__gallery img{width:100%;height:210px;object-fit:cover;border-radius:9px}.story__gallery .story__main{grid-column:1/-1;height:310px}.program{background:var(--paper)}.program-list{max-width:980px;margin:60px auto 0;border-top:1px solid var(--line)}.program-list article{display:grid;grid-template-columns:70px 260px 1fr;gap:24px;align-items:center;border-bottom:1px solid var(--line);padding:26px 0}.program-list span{color:var(--red);font-weight:800;font-size:11px}.program-list h3{font:400 19px Prata;margin:0}.program-list p{font-size:13px;line-height:1.65;color:var(--muted);margin:0}.program-note{text-align:center;color:var(--muted);font-size:11px;margin-top:25px}.tickets{background:#f1e8dc;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.tickets h2{font-size:clamp(42px,5vw,68px)}.tickets__copy>p:last-child{line-height:1.8;color:var(--muted);max-width:540px}.tickets__card{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:40px;box-shadow:0 20px 50px #6e49351a}.tickets__badge{display:inline-block;background:#ffe3df;color:var(--red);padding:8px 11px;border-radius:20px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.tickets__card h3{font:400 29px Prata;margin:24px 0 10px}.tickets__card p{color:var(--muted);font-size:13px}.tickets__card small{display:block;color:var(--muted);font-size:9px;line-height:1.5;margin-top:16px}.button--telegram{width:100%;background:#1599e5;margin-top:20px}.button--telegram:hover{background:#087fc5}.venue{display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;align-items:center}.venue__map{min-height:440px;border-radius:15px;background-color:#efe4d3;background-image:linear-gradient(30deg,#ffffff70 12%,transparent 12.5%,transparent 87%,#ffffff70 87.5%),linear-gradient(150deg,#ffffff70 12%,transparent 12.5%,transparent 87%,#ffffff70 87.5%),linear-gradient(30deg,#ffffff70 12%,transparent 12.5%,transparent 87%,#ffffff70 87.5%);background-size:90px 160px;display:grid;place-items:center;text-align:center;position:relative}.venue__map:after{content:"";position:absolute;width:4px;height:100%;background:#d4c2ac;transform:rotate(32deg)}.venue__map span{position:relative;z-index:2;background:white;padding:16px 20px;border-radius:9px;font-size:11px;line-height:1.5;box-shadow:0 8px 30px #604a3330}.pin{position:absolute;z-index:3;color:var(--red);font-size:50px;transform:translateY(-65px)}.venue h2{font-size:clamp(42px,5vw,66px)}.venue__copy>p:not(.kicker){color:var(--muted);line-height:1.8}.venue ul{list-style:none;padding:0;margin:25px 0}.venue li{padding:9px 0;border-bottom:1px solid var(--line);font-size:12px}.venue li:before{content:'✓';color:var(--red);margin-right:10px}.faq{background:var(--paper)}.faq-grid{max-width:940px;margin:50px auto 0}.faq details{border-top:1px solid var(--line);padding:23px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{list-style:none;display:flex;justify-content:space-between;cursor:pointer;font:400 17px Prata}.faq summary span{color:var(--red);font:400 22px Manrope}.faq details p{color:var(--muted);font-size:13px;line-height:1.7;max-width:700px}footer{background:#241a17;color:#fff;padding:55px clamp(22px,7vw,110px) 25px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;font-size:11px}footer .logo{color:#fff}footer>div{display:flex;flex-direction:column;gap:9px}footer strong{text-transform:uppercase;letter-spacing:.12em;color:#bcaaa1;font-size:8px;margin-bottom:8px}footer a:not(.logo){color:#ddd0c8}.copyright{grid-column:1/-1;border-top:1px solid #ffffff20;padding-top:22px;color:#8d7e77;font-size:9px}.menu-button{border:0;background:none;font:700 11px Manrope;text-transform:uppercase}.menu-button:focus-visible,.button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #ffb4ad;outline-offset:3px}@media(max-width:900px){.header nav{gap:16px}.hero{grid-template-columns:1fr}.hero__copy{padding-bottom:55px}.hero__photo{min-height:520px}.record-card{left:25px}.expect-grid{grid-template-columns:1fr 1fr}.story,.tickets,.venue{grid-template-columns:1fr}.story__gallery{order:-1}.venue__map{min-height:350px}.program-list article{grid-template-columns:45px 210px 1fr}}@media(max-width:700px){.header{height:66px;padding:0 18px}.header nav{display:none;position:absolute;top:66px;left:0;right:0;background:var(--paper);padding:22px;flex-direction:column;border-bottom:1px solid var(--line)}.header nav.is-open{display:flex}.menu-button{display:block;margin-left:auto}.header>.button{display:none}.hero__copy{padding:56px 22px 45px}.hero__lead{font-size:14px}.event-meta{display:grid}.event-meta div{min-width:0}.hero__actions{align-items:flex-start;flex-direction:column}.hero__photo{min-height:430px}.quick-facts{grid-template-columns:1fr;padding:15px 22px}.quick-facts div{border-right:0;border-bottom:1px solid #ffffff45;justify-content:flex-start;padding:12px 0}.quick-facts div:last-child{border:0}.expect-grid{grid-template-columns:1fr}.expect-card{min-height:260px}.story__gallery .story__main{height:220px}.story__gallery img{height:155px}.program-list article{grid-template-columns:35px 1fr}.program-list p{grid-column:2}.tickets__card{padding:28px}.faq summary{font-size:15px;padding-right:10px}footer{grid-template-columns:1fr 1fr}footer>div:first-child,.copyright{grid-column:1/-1}}@media(max-width:420px){h1{font-size:43px}.hero__photo{min-height:360px}.record-card{left:16px;right:16px;bottom:18px;width:auto}.story__gallery{grid-template-columns:1fr}.story__gallery .story__main{grid-column:auto}.story__gallery img,.story__gallery .story__main{height:210px}.venue__map{min-height:300px}footer{grid-template-columns:1fr}footer>div:first-child,.copyright{grid-column:auto}}

/* Official brand mark and persistent ticket contacts */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 88px;
}

main[id],
section[id] {
  scroll-margin-top: 88px;
}

.logo--header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo--header img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.ticket-dock {
  position: fixed;
  right: max(18px, env(safe-area-inset-right, 0px));
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid #e4dacdcc;
  border-radius: 16px;
  background: #fffdf8f2;
  box-shadow: 0 14px 40px #271a1530;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: opacity .18s ease, transform .18s ease;
}

.ticket-dock__title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 8px;
  color: var(--dark);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.ticket-dock__title::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px #d9222214;
}

.ticket-dock__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ticket-dock__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 13px;
  border-radius: 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  transition: transform .2s, filter .2s;
}

.ticket-dock__link:hover {
  transform: translateY(-2px);
  filter: brightness(.94);
}

.ticket-dock__link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: 0 0 auto;
}

.ticket-dock__link--telegram { background: #168acb; }
.ticket-dock__link--whatsapp { background: #1ea861; }
.ticket-dock__link--phone { background: var(--red); }

.faq summary::-webkit-details-marker { display: none; }
.menu-button {
  color: var(--dark);
  -webkit-appearance: none;
  appearance: none;
}

/* Real event photography: keep the main subject visible at every breakpoint */
.expect-card--photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.expect-card--photo .expect-card__image--chef,
.expect-card--photo .expect-card__image--guests {
  object-position: 50% 18%;
}

.story__gallery .story__main {
  height: auto;
  aspect-ratio: 3 / 2;
  object-position: center;
}

/* Real events and independent media mentions */
.event-proof {
  background: #f4eadf;
}

.event-proof__intro {
  max-width: 760px;
  margin: 25px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.event-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1160px;
  margin: 52px auto 0;
}

.event-case {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--paper);
  box-shadow: 0 18px 45px #5b352213;
  transition: transform .25s, box-shadow .25s;
}

.event-case:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px #5b352223;
}

.event-case__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #d8c8b8;
}

.event-case__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, #1c100e8a 100%);
}

.event-case__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.event-case:hover .event-case__media img { transform: scale(1.025); }
.event-case:nth-child(2) .event-case__media img { object-position: center 35%; }
.event-case:nth-child(3) .event-case__media img { object-position: center 30%; }

.event-case__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding-left: 3px;
  border: 1px solid #ffffff75;
  border-radius: 50%;
  background: #d92222e8;
  color: #fff;
  font-size: 16px;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 28px #1d0f0c4a;
}

.event-case__tag {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 20px;
  background: #fffdf8eb;
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.event-case__copy { padding: 25px 27px 27px; }
.event-case__copy > span {
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.event-case__copy h3 { margin: 10px 0 11px; font: 400 22px/1.25 Prata, serif; }
.event-case__copy p { min-height: 47px; margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.event-case__copy strong { color: var(--red); font-size: 10px; }

.press { background: #2b201b; color: #fff; }
.press h2 { color: #fff; }
.press-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  max-width: 1160px;
  margin: 50px auto 0;
}

.press-card {
  display: flex;
  min-width: 0;
  min-height: 230px;
  padding: 27px;
  flex-direction: column;
  border: 1px solid #ffffff20;
  border-radius: 13px;
  background: #382a24;
  transition: transform .2s, border-color .2s, background .2s;
}

.press-card:hover { transform: translateY(-4px); border-color: #ffffff50; background: #403029; }
.press-card__logo {
  display: flex;
  height: 64px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
}
.press-card__logo img { width: auto; max-width: 75%; max-height: 34px; }
.press-card p { margin: 0; color: #e3d5cd; font-size: 12px; line-height: 1.5; }
.press-card strong { margin-top: 9px; color: #ff9b8e; font-size: 10px; }

@media (max-width: 900px) {
  .press-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
  .header {
    height: 66px;
    padding-left: max(clamp(22px, 5vw, 74px), env(safe-area-inset-left));
    padding-right: max(clamp(22px, 5vw, 74px), env(safe-area-inset-right));
  }
  .header nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 16px;
    padding: 22px max(22px, env(safe-area-inset-right)) 22px max(22px, env(safe-area-inset-left));
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 14px 30px rgb(37 29 25 / 10%);
    max-height: calc(100dvh - 66px - env(safe-area-inset-top, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 15px;
  }
  .header nav.is-open { display: flex; }
  .menu-button { display: block; margin-left: auto; }
  .header > .button { display: none; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: calc(78px + env(safe-area-inset-top)); }
  main[id],
  section[id] { scroll-margin-top: calc(78px + env(safe-area-inset-top)); }
  body { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .header {
    height: calc(66px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    padding-left: max(18px, env(safe-area-inset-left));
    padding-right: max(18px, env(safe-area-inset-right));
  }
  .header nav { top: 100%; }
  .hero__copy,
  .section,
  .quick-facts,
  footer {
    padding-left: max(22px, env(safe-area-inset-left));
    padding-right: max(22px, env(safe-area-inset-right));
  }
  .logo--header { gap: 7px; font-size: 18px; }
  .logo--header img { width: 42px; height: 42px; }
  .record-card { display: none; }
  .ticket-dock {
    right: max(12px, env(safe-area-inset-right));
    left: max(12px, env(safe-area-inset-left));
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    padding: 7px;
    transform: none;
  }
  .ticket-dock__title {
    justify-content: center;
    padding: 2px 8px 0;
    color: var(--red);
    font-size: 9px;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .ticket-dock__title::before { width: 6px; height: 6px; box-shadow: none; }
  .ticket-dock__actions { width: 100%; gap: 6px; }
  .ticket-dock__link { min-width: 0; flex: 1 1 0; justify-content: center; padding: 0 11px; }
  .ticket-dock__link span { display: none; }
  .ticket-dock__link svg { width: 24px; height: 24px; }
  .ticket-dock__link--phone { flex-grow: 1.25; padding: 0 12px; white-space: nowrap; }
  .ticket-dock__link--phone span { display: inline; }
  .ticket-dock__link--phone svg { width: 18px; height: 18px; }
  .event-case-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 38px; }
  .event-proof__intro { font-size: 13px; text-align: left; }
  .event-case__copy { padding: 22px; }
  .event-case__copy h3 { font-size: 20px; }
  .event-case__copy p { min-height: 0; }
  .event-case__play { width: 48px; height: 48px; }
  .press-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 38px; }
  .press-card { min-height: 0; padding: 22px; }
  .press-card__logo { margin-bottom: 18px; }

}

/* Content-addressed responsive hero and no-JS special-offer baseline. */
.hero__photo > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__photo > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special-promo-static .hero-offer__head del,
.special-promo-static .ticket-card__price del {
  margin-left: 10px;
  color: var(--muted);
  font-size: .56em;
  font-weight: 600;
  text-decoration-thickness: 1px;
}

.special-promo-static .hero-offer__code {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .04em;
}

.special-promo-static .hero-offer__code strong { color: var(--dark); }

.booking-app-unavailable .booking-form__status {
  border-color: #d8b36b;
  background: #fff7e5;
}

@media (max-width: 1100px) and (max-height: 600px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
  .ticket-dock {
    right: max(12px, env(safe-area-inset-right, 0px));
    left: max(12px, env(safe-area-inset-left, 0px));
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
    padding: 6px;
    transform: none;
  }
  .ticket-dock__actions { width: 100%; }
  .ticket-dock__link { min-width: 0; flex: 1 1 0; justify-content: center; }
}

@media (hover: none) {
  .button:hover,
  .ticket-dock__link:hover,
  .event-case:hover,
  .event-case:hover .event-case__media img,
  .press-card:hover {
    transform: none;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: clamp(36px, 11vw, 43px);
    overflow-wrap: anywhere;
  }
}

/* 2026 concept hero and restored documentary photos */
.hero__photo > img.hero__image--concept {
  object-position: 50% 48%;
}

.hero__concept-label {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  padding: 8px 11px;
  border: 1px solid #ffffff70;
  border-radius: 20px;
  background: #251d19a8;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

@media (max-width: 700px) {
  .hero__photo > img.hero__image--concept { object-position: 50% 52%; }
  .hero__concept-label { top: 14px; right: 14px; }
}

/* Typography pass: larger body copy and more comfortable leading */
body {
  font-size: 16px;
  line-height: 1.55;
}

.header nav { font-size: 13px; }
.button { font-size: 13px; }
.kicker { font-size: 11px; }
.hero__lead { font-size: 17px; line-height: 1.68; }
.event-meta span { font-size: 9px; }
.event-meta strong { font-size: 13px; line-height: 1.4; }
.link-arrow { font-size: 13px; }
.record-card span,
.record-card small { font-size: 9px; }
.quick-facts strong { font-size: 23px; }
.quick-facts span { font-size: 12px; line-height: 1.4; }

.expect-card h3 { font-size: 21px; line-height: 1.3; }
.expect-card p { font-size: 14px; line-height: 1.68; }

.story__copy > p:not(.kicker) { font-size: 16px; line-height: 1.75; }
.program-list h3 { font-size: 21px; line-height: 1.35; }
.program-list p { font-size: 15px; line-height: 1.68; }
.program-note { font-size: 13px; line-height: 1.6; }

.venue__map span { font-size: 12px; line-height: 1.55; }
.venue__copy > p:not(.kicker) { font-size: 16px; line-height: 1.75; }
.venue li { font-size: 14px; line-height: 1.55; }

.faq summary { font-size: 19px; line-height: 1.45; }
.faq details p { font-size: 15px; line-height: 1.75; }

footer { font-size: 13px; line-height: 1.55; }
footer strong { font-size: 9px; }
.copyright { font-size: 11px; line-height: 1.6; }

.event-proof__intro { font-size: 16px; line-height: 1.75; }
.event-case__copy > span { font-size: 9px; }
.event-case__copy h3 { font-size: 24px; line-height: 1.3; }
.event-case__copy p { min-height: 50px; font-size: 14px; line-height: 1.68; }
.event-case__copy strong { font-size: 12px; }
.press-card p { font-size: 14px; line-height: 1.65; }
.press-card strong { font-size: 12px; }
.hero__concept-label { font-size: 9px; }

@media (max-width: 700px) {
  .header nav { font-size: 15px; }
  .menu-button { font-size: 12px; }
  .hero__lead { font-size: 16px; line-height: 1.68; }
  .expect-card h3 { font-size: 22px; }
  .expect-card p { font-size: 15px; }
  .event-proof__intro { font-size: 15px; line-height: 1.7; }
  .event-case__copy h3 { font-size: 22px; }
  .event-case__copy p { min-height: 0; font-size: 15px; }
  .program-list h3 { font-size: 20px; }
  .program-list p { font-size: 14px; }
  .faq summary { font-size: 17px; }
  .faq details p { font-size: 15px; }
}

/* Conversion-first hero: price and the confirmed ticket contents stay above the fold. */
.hero {
  min-height: calc(100svh - 76px);
}

.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(34px, 4vw, 60px);
  padding-bottom: clamp(34px, 4vw, 60px);
}

.hero__copy .kicker { margin-bottom: 10px; }
.hero__copy h1 { font-size: clamp(39px, 4.7vw, 66px); }
.hero__copy .tagline { margin: 12px 0 8px; font-size: clamp(19px, 1.8vw, 26px); }
.hero__copy .hero__lead { margin: 0; max-width: 620px; font-size: 15px; line-height: 1.55; }

.hero-offer {
  max-width: 620px;
  margin-top: 16px;
  padding: 15px 17px 14px;
  border: 1px solid #dacbbb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgb(71 42 27 / 8%);
}

.hero-offer__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.hero-offer__head > span,
.hero-offer__includes {
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-offer__head > div { display: flex; align-items: baseline; gap: 9px; }
.hero-offer__head strong { color: var(--red); font: 400 30px/1 Prata, serif; white-space: nowrap; }
.hero-offer__head del { color: var(--muted); font-size: 13px; }
.hero-offer__includes { display: block; margin-top: 12px; color: var(--muted); font-size: 8px; }
.hero-offer ul { display: grid; gap: 5px; margin: 6px 0 0; padding: 0; list-style: none; }
.hero-offer li { position: relative; padding-left: 17px; font-size: 12px; line-height: 1.4; }
.hero-offer li::before { position: absolute; left: 0; color: var(--red); content: "✓"; font-weight: 800; }
.hero-offer > p { margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.hero-offer > .hero-offer__discount { color: #8b1117; font-weight: 800; }
.linked-offer-active .hero-offer { border-color: #e3a19c; background: #fff7f5; }

.hero__copy .event-meta { margin: 15px 0 0; }
.hero__copy .event-meta div { padding: 11px 14px; }
.hero__copy .hero__actions { margin-top: 16px; }

@media (max-width: 900px) {
  .hero { min-height: 0; }
  .hero__copy { min-height: calc(100svh - 66px); }
  .hero__photo { min-height: 430px; }
}

@media (max-width: 700px) {
  .hero__copy {
    min-height: calc(100svh - 66px - env(safe-area-inset-top, 0px));
    justify-content: flex-start;
    padding-top: 18px;
    padding-bottom: 24px;
  }
  .hero__copy .kicker { margin-bottom: 7px; font-size: 9px; }
  .hero__copy h1 { font-size: clamp(35px, 10vw, 41px); line-height: 1; }
  .hero__copy .tagline { margin: 8px 0 6px; font-size: 18px; }
  .hero__copy .hero__lead { font-size: 13px; line-height: 1.45; }
  .hero-offer { margin-top: 11px; padding: 12px 14px; }
  .hero-offer__head { align-items: center; }
  .hero-offer__head > span { max-width: 42%; font-size: 8px; line-height: 1.35; }
  .hero-offer__head strong { font-size: 29px; }
  .hero-offer__head del { font-size: 12px; }
  .hero-offer__includes { margin-top: 9px; }
  .hero-offer ul { gap: 3px; margin-top: 5px; }
  .hero-offer li { padding-left: 15px; font-size: 11.5px; line-height: 1.35; }
  .hero-offer > p { margin-top: 5px; font-size: 9.5px; line-height: 1.35; }
  .hero__copy .event-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 10px; }
  .hero__copy .event-meta div { min-width: 0; padding: 8px 9px; }
  .hero__copy .event-meta span { font-size: 7px; }
  .hero__copy .event-meta strong { margin-top: 3px; font-size: 10.5px; line-height: 1.3; }
  .hero__copy .hero__actions { margin-top: 10px; }
  .hero__copy .hero__actions .button { width: 100%; min-height: 48px; }
  .hero__copy .hero__actions .link-arrow { display: none; }
  .hero__photo { min-height: 360px; }
}

@media (max-width: 360px) {
  .hero__copy { padding-top: 14px; }
  .hero__copy h1 { font-size: 34px; }
  .hero__copy .hero__lead { display: none; }
  .hero-offer { margin-top: 8px; }
}

.booking-checkout__pay--secondary { margin-top: 12px; }

/* Exact Yandex Search acquisition state for the currently available Light tier. */
.hero-search-light { display: none; }

.variant-v3-light-search .hero-default-only { display: none !important; }
.variant-v3-light-search .hero-search-light { display: block; width: 100%; }
.variant-v3-light-search .hero__copy {
  background:
    radial-gradient(circle at 0 0, rgb(244 139 25 / 12%), transparent 38%),
    var(--paper);
}
.variant-v3-light-search .hero-search-light h1 em { color: #b65308; }
.variant-v3-light-search .hero-offer--light-search {
  border-color: rgb(199 95 8 / 38%);
  background: #fffaf2;
  box-shadow: 0 12px 34px rgb(122 67 22 / 10%);
}
.variant-v3-light-search .hero-offer--light-search .hero-offer__head > span,
.variant-v3-light-search .hero-offer--light-search .hero-offer__head strong,
.variant-v3-light-search .hero-offer--light-search li::before { color: #a95108; }
.variant-v3-light-search .hero-search-light__availability {
  padding-top: 8px;
  border-top: 1px solid rgb(199 95 8 / 20%);
  color: #75420f;
  font-weight: 700;
}
.variant-v3-light-search #heroLightBookingButton { background: #c75f08; }
.variant-v3-light-search #heroLightBookingButton:hover { background: #984506; }
.variant-v3-light-search #heroLightBookingButton[aria-disabled="true"] {
  background: #9a8d82;
  cursor: wait;
  opacity: .82;
  pointer-events: none;
}
.variant-v3-light-search .hero-search-light__upsell {
  max-width: 235px;
  border-color: #8b4a12;
  color: #6f3a0e;
  line-height: 1.45;
}

@media (max-width: 700px) {
  .variant-v3-light-search .hero-search-light .hero__lead { display: block; }
  .variant-v3-light-search .hero-search-light .hero__actions {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  .variant-v3-light-search .hero-search-light .hero__actions .link-arrow {
    display: inline-flex;
    align-self: center;
    justify-content: center;
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .variant-v3-light-search .hero-search-light .hero__lead {
    display: block;
    font-size: 12px;
  }
  .variant-v3-light-search .hero-offer--light-search li { font-size: 10.5px; }
  .variant-v3-light-search .mf-page .mf-hero-search-light { display: flex; flex-direction: column; }
  .variant-v3-light-search .mf-page .mf-hero-search-light > .mf-hero__actions { order: 1; margin-top: 10px; }
  .variant-v3-light-search .mf-page .mf-hero-search-light > .mf-event-meta { order: 2; }
}

/* 2026-08-26: stable section alignment, editorial carousel and venue media. */
:root { --anchor-offset: 96px; }

html { scroll-padding-top: var(--anchor-offset); }
body { overflow-x: hidden; }
main[id],
section[id],
#bookingFormStart { scroll-margin-top: var(--anchor-offset); }

.festival-carousel {
  padding: clamp(70px, 8vw, 118px) clamp(22px, 7vw, 110px);
  background: #251c18;
  color: #fff;
}

.festival-carousel__head {
  display: flex;
  gap: 32px;
  align-items: end;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 34px;
}

.festival-carousel__head h2 {
  max-width: 820px;
  font-size: clamp(38px, 4.5vw, 64px);
}

.festival-carousel__head h2 em { color: #f2b34d; }

.festival-carousel__controls {
  display: none;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.festival-carousel.is-enhanced .festival-carousel__controls { display: flex; }

.festival-carousel__controls button {
  width: 46px;
  height: 46px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font: 700 20px Manrope, sans-serif;
  cursor: pointer;
}

.festival-carousel__controls button:hover { background: rgb(255 255 255 / 10%); }
.festival-carousel__controls span { min-width: 48px; color: #d8cbc3; font-size: 12px; text-align: center; }

.festival-carousel__track {
  display: grid;
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.festival-carousel.is-enhanced .festival-carousel__track { display: block; }

.festival-slide {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 22px;
  background: #160f0c;
  isolation: isolate;
}

.festival-slide::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgb(17 10 8 / 94%) 0%, rgb(17 10 8 / 72%) 44%, rgb(17 10 8 / 12%) 78%);
  content: "";
}

.festival-slide > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.festival-slide--ticket > img { object-position: 75% 58%; }
.festival-slide--stories > img { object-position: center 38%; }

.festival-slide__copy {
  display: flex;
  min-height: 500px;
  max-width: 650px;
  padding: clamp(34px, 6vw, 76px);
  flex-direction: column;
  justify-content: center;
}

.festival-slide__copy > span {
  color: #f2b34d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.festival-slide__copy h3 {
  margin: 15px 0 18px;
  font: 400 clamp(34px, 4.2vw, 61px)/1.08 Prata, serif;
  letter-spacing: -.03em;
}

.festival-slide__copy p {
  max-width: 560px;
  margin: 0;
  color: #e5d8d0;
  font-size: 15px;
  line-height: 1.7;
}

.festival-carousel__dots {
  display: none;
  gap: 8px;
  justify-content: center;
  max-width: 1280px;
  margin: 18px auto 0;
}

.festival-carousel.is-enhanced .festival-carousel__dots { display: flex; }

.festival-carousel__dots button {
  width: 38px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: rgb(255 255 255 / 24%);
  cursor: pointer;
}

.festival-carousel__dots button[aria-selected="true"] { background: #f2b34d; }

.venue {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: start;
  gap: clamp(30px, 5vw, 72px);
}

.venue__map {
  display: block;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  text-align: left;
}

.venue__map::after { display: none; }
.venue__map img { width: 100%; height: auto; }
.venue__map figcaption {
  padding: 13px 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.venue-gallery {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
  width: 100%;
  margin-top: 16px;
}

.venue-gallery__head {
  grid-column: 1 / -1;
  max-width: 760px;
  margin-bottom: 10px;
}

.venue-gallery__head > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.venue-gallery__head h3 {
  margin: 12px 0 0;
  font: 400 clamp(30px, 3.2vw, 46px)/1.14 Prata, serif;
}

.venue-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 16px; background: #241a17; }
.venue-gallery img { width: 100%; height: 100%; object-fit: cover; }
.venue-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 9px;
  background: rgb(24 14 11 / 78%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.venue-gallery__main { min-height: 610px; }
.venue-gallery__thumbs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.venue-gallery__thumbs figure { min-height: 610px; }

@media (max-width: 900px) {
  :root { --anchor-offset: 86px; }
  .festival-slide { min-height: 440px; }
  .festival-slide__copy { min-height: 440px; }
  .venue { grid-template-columns: 1fr; }
  .venue-gallery { grid-template-columns: 1fr; }
  .venue-gallery__main { min-height: 540px; }
  .venue-gallery__thumbs figure { min-height: 430px; }
}

@media (max-width: 700px) {
  :root { --anchor-offset: calc(78px + env(safe-area-inset-top)); }
  .festival-carousel { padding-inline: 18px; }
  .festival-carousel__head { align-items: flex-start; }
  .festival-carousel__head h2 { font-size: 38px; }
  .festival-carousel__controls { display: none !important; }
  .festival-slide { min-height: 0; border-radius: 16px; }
  .festival-slide::after { background: linear-gradient(0deg, rgb(17 10 8 / 96%) 0%, rgb(17 10 8 / 68%) 55%, transparent 100%); }
  .festival-slide > img { position: relative; height: 270px; }
  .festival-slide__copy { min-height: 0; padding: 26px 22px 30px; }
  .festival-slide__copy h3 { font-size: 34px; }
  .festival-slide__copy p { font-size: 14px; }
  .venue-gallery__thumbs { grid-template-columns: 1fr; }
  .venue-gallery__main,
  .venue-gallery__thumbs figure { min-height: 0; aspect-ratio: 4 / 5; }
  .venue__map figcaption { font-size: 10px; }
}
