: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 */
.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: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  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;
  backdrop-filter: blur(12px);
}

.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); }

/* 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: 700px) {
  body { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  .logo--header { gap: 7px; font-size: 18px; }
  .logo--header img { width: 42px; height: 42px; }
  .record-card { display: none; }
  .ticket-dock {
    right: auto;
    left: 50%;
    bottom: max(10px, env(safe-area-inset-bottom));
    width: max-content;
    max-width: calc(100vw - 24px);
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    padding: 7px;
    transform: translateX(-50%);
  }
  .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 { gap: 6px; }
  .ticket-dock__link { justify-content: center; padding: 0 11px; }
  .ticket-dock__link span { display: none; }
  .ticket-dock__link svg { width: 24px; height: 24px; }
  .ticket-dock__link--phone { 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; }
}

/* 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;
  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; }
}
