

/* Start:/local/templates/html/assets/components-template/kupala-landing/style.css?178965182826163*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Jost:wght@200;300;400&display=swap');

/* ==========================================================================
   MATTIOLI x Купалаўскі тэатр — landing styles
   Все стили изолированы внутри .kupala-landing.
   Футер сайта не трогаем.
   ========================================================================== */

.kupala-landing {
  --cream: #f2eee5;
  --cream-deep: #ece7dc;
  --ink: #1b1715;
  --ink-2: #3b332c;
  --muted: #857a6d;
  --wine: #5e1524;
  --wine-2: #7a1b2e;
  --light: #f4ece0;
  --line: rgba(27, 23, 21, .16);
  --serif: "Cormorant Garamond", "Times New Roman", Times, serif;
  --sans: "Jost", "Futura", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  --pad: clamp(16px, 5.2vw, 80px);
  --grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/></filter><rect width='180' height='180' filter='url(%23n)' opacity='.55'/></svg>");

  position: relative;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.kupala-landing *,
.kupala-landing *::before,
.kupala-landing *::after {
  box-sizing: border-box;
}

.kupala-landing img {
  display: block;
  max-width: 100%;
}

.kupala-landing a {
  color: inherit;
}

.kupala-landing button {
  color: inherit;
  font: inherit;
}

.kupala-landing .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.kupala-landing .eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.kupala-landing .rule {
  width: 64px;
  height: 1px;
  margin: 26px 0;
  border: 0;
  background: var(--line);
}

/* -------- header -------- */
.kupala-landing .kupala-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px var(--pad);
  color: var(--light);
  border-bottom: 1px solid transparent;
  transition: background .45s ease, color .45s ease, border-color .45s ease, padding .45s ease;
}

.kupala-landing .kupala-header.is-solid {
  padding-block: 12px;
  color: var(--ink);
  background: rgba(242, 238, 229, .94);
  border-bottom-color: var(--line);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.kupala-landing .kupala-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  
}

.kupala-landing .kupala-header.is-solid .kupala-nav a {
    color: var(--ink);
}

.kupala-landing .kupala-nav a {
  position: relative;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  text-decoration: none;
  opacity: .92;
  color: var(--light);
}

.kupala-landing .kupala-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: right .4s ease;
}

.kupala-landing .kupala-nav a:hover::after,
.kupala-landing .kupala-nav a:focus-visible::after {
  right: 0;
}

.kupala-landing .kupala-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.kupala-landing .kupala-brand__name {
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 34px);
  letter-spacing: .28em;
  text-indent: .28em;
}

.kupala-landing .kupala-brand__est {
  margin-top: 6px;
  font-size: 9px;
  letter-spacing: .28em;
  text-indent: .28em;
  opacity: .78;
}

.kupala-landing .kupala-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.8vw, 24px);
}

.kupala-landing .kupala-tools a,
.kupala-landing .kupala-tools button,
.kupala-landing .kupala-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  opacity: .88;
  transition: opacity .3s ease;
}

.kupala-landing .kupala-tools a:hover,
.kupala-landing .kupala-tools button:hover,
.kupala-landing .kupala-tool:hover {
  opacity: 1;
}

.kupala-landing .kupala-icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.2;
}

.kupala-landing .kupala-burger {
  display: none;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.kupala-landing .kupala-burger span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 6px 0;
  background: currentColor;
}

/* -------- photo placeholders -------- */
.kupala-landing .media {
  position: relative;
  overflow: hidden;
  background: #17100f;
  isolation: isolate;
}

.kupala-landing .media > img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kupala-landing .media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--grain);
  background-size: 180px;
  opacity: .07;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.kupala-landing .media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(130% 95% at 50% 42%, transparent 30%, rgba(0, 0, 0, .62));
  pointer-events: none;
}

.kupala-landing .ph {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.kupala-landing .ph--curtain {
  background-image:
    radial-gradient(110% 62% at 50% -8%, rgba(255, 206, 140, .26), transparent 58%),
    radial-gradient(120% 80% at 50% 118%, rgba(0, 0, 0, .92), transparent 62%),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, .58) 0 3px, rgba(0, 0, 0, .10) 3px 15px, rgba(255, 236, 214, .05) 15px 25px, rgba(0, 0, 0, .30) 25px 38px, rgba(0, 0, 0, .62) 38px 46px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, .26) 0 93px, transparent 93px 187px),
    linear-gradient(#67152a, #370d1a 52%, #170508);
}

.kupala-landing .ph--hall {
  background-image:
    radial-gradient(38% 34% at 62% 26%, rgba(255, 228, 182, .45), transparent 68%),
    radial-gradient(100% 70% at 50% 0%, rgba(120, 26, 42, .5), transparent 72%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, .55) 0 9px, rgba(104, 24, 38, .42) 9px 25px),
    linear-gradient(#1d0810, #080304);
}

.kupala-landing .ph--mirror {
  background-image:
    radial-gradient(circle at 15% 16%, rgba(255, 235, 198, .95) 0 4px, rgba(255, 205, 135, .26) 5px 20px, transparent 34px),
    radial-gradient(circle at 15% 37%, rgba(255, 235, 198, .92) 0 4px, rgba(255, 205, 135, .24) 5px 20px, transparent 34px),
    radial-gradient(circle at 15% 58%, rgba(255, 235, 198, .88) 0 4px, rgba(255, 205, 135, .22) 5px 20px, transparent 34px),
    radial-gradient(circle at 15% 79%, rgba(255, 235, 198, .8) 0 4px, rgba(255, 205, 135, .2) 5px 20px, transparent 34px),
    linear-gradient(100deg, rgba(120, 80, 44, .5) 0 28%, rgba(0, 0, 0, 0) 29%),
    linear-gradient(140deg, #33241a, #140c08 72%);
}

.kupala-landing .ph--stage {
  background-image:
    linear-gradient(196deg, rgba(255, 231, 186, .32) 0 14%, transparent 46%),
    radial-gradient(34% 26% at 46% 12%, rgba(255, 234, 196, .55), transparent 70%),
    radial-gradient(60% 24% at 46% 92%, rgba(255, 214, 160, .16), transparent 72%),
    linear-gradient(180deg, #2c130b, #0c0505);
}

.kupala-landing .ph--velvet {
  background-image:
    radial-gradient(70% 60% at 30% 20%, rgba(255, 190, 150, .22), transparent 70%),
    repeating-linear-gradient(104deg, #4a0f1c 0 18px, #65162a 18px 36px),
    linear-gradient(#2a0810, #150407);
}

.kupala-landing .ph--wood {
  background-image:
    radial-gradient(60% 50% at 70% 25%, rgba(255, 206, 150, .3), transparent 70%),
    repeating-linear-gradient(88deg, rgba(0, 0, 0, .18) 0 7px, transparent 7px 16px),
    linear-gradient(160deg, #3a2517, #160d07);
}

.kupala-landing .ph--lamp {
  background-image:
    radial-gradient(circle at 18% 78%, rgba(255, 236, 200, .95) 0 5px, rgba(255, 206, 140, .3) 6px 26px, transparent 44px),
    radial-gradient(circle at 44% 82%, rgba(255, 236, 200, .9) 0 5px, rgba(255, 206, 140, .26) 6px 26px, transparent 44px),
    radial-gradient(circle at 70% 76%, rgba(255, 236, 200, .85) 0 5px, rgba(255, 206, 140, .24) 6px 26px, transparent 44px),
    linear-gradient(150deg, #332215, #100a07);
}

.kupala-landing .bag {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 1;
  width: 46%;
  max-width: 300px;
  height: auto;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 26px 44px rgba(0, 0, 0, .6));
}

/* -------- hero -------- */
.kupala-landing .hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(100svh, 880px);
  height: 100svh;
  overflow: hidden;
  color: var(--light);
}

.kupala-landing .hero .media {
  position: absolute;
  inset: 0;
}

.kupala-landing .hero__inner {
  position: relative;
  z-index: 3;
  padding: 0 var(--pad);
  text-align: center;
}

.kupala-landing .hero__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .6);
}

.kupala-landing .hero__name {
  display: block;
  font-size: clamp(30px, 5.6vw, 72px);
  line-height: 1.1;
  letter-spacing: .04em;
}

.kupala-landing .hero__lead {
  display: block;
  max-width: 46ch;
  margin: clamp(16px, 2vw, 26px) auto 0;
  color: rgba(244, 236, 224, .88);
  font-size: clamp(14px, 1.55vw, 20px);
  line-height: 1.6;
  letter-spacing: .03em;
  text-wrap: balance;
}

.kupala-landing .section {
  padding: clamp(56px, 9vw, 128px) var(--pad);
}

/* -------- gallery strip -------- */
.kupala-landing .strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.kupala-landing .strip .media {
  aspect-ratio: 1 / 1.08;
}

/* -------- manifesto -------- */
.kupala-landing .manifesto {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 6vw, 90px);
  padding-block: clamp(48px, 8vw, 110px);
}

.kupala-landing .manifesto .media {
  aspect-ratio: 4 / 4.6;
}

.kupala-landing .manifesto__text {
  max-width: 38ch;
  color: var(--ink-2);
  font-size: clamp(18px, 1.15vw, 16px);
  line-height: 1.85;
}

/* -------- theatre line art -------- */
.kupala-landing .facade {
  padding: clamp(20px, 4vw, 50px) var(--pad) clamp(40px, 7vw, 90px);
}

.kupala-landing .facade__image {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.kupala-landing .facade__lead {
  max-width: 64ch;
  margin: clamp(20px, 3vw, 15px) auto 0;
  color: var(--ink-2);
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.9;
  text-align: center;
}

/* -------- product -------- */
.kupala-landing .product {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: clamp(24px, 5vw, 80px);
  padding-block: clamp(40px, 6vw, 86px);
}

.kupala-landing .product__media {
  aspect-ratio: 2.9 / 2.7;
}

.kupala-landing .product__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kupala-landing .product__text {
  max-width: 38ch;
  margin: 0;
  color: var(--ink-2);
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.85;
}

.kupala-landing .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  height: 46px;
  margin-top: 30px;
  color: var(--light);
  background: var(--wine);
  border: 1px solid var(--wine);
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .35s ease, color .35s ease, border-color .35s ease;
}

.kupala-landing .btn:hover,
.kupala-landing .btn:focus-visible {
  background: var(--wine-2);
  border-color: var(--wine-2);
}

.kupala-landing .btn--ghost {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.kupala-landing .btn--ghost:hover,
.kupala-landing .btn--ghost:focus-visible {
  color: var(--light);
  background: var(--ink);
  border-color: var(--ink);
}

/* -------- full-bleed band -------- */
.kupala-landing .band {
  position: relative;
  height: clamp(230px, 40vw, 540px);
  height: 900px;
}

/* -------- benefits -------- */
.kupala-landing .benefits {
  text-align: center;
}

.kupala-landing .benefits__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 3.4vw, 42px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .02em;
}

.kupala-landing .benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3.6vw, 56px);
  padding: 0;
  margin: clamp(34px, 5vw, 64px) 0 0;
  list-style: none;
  text-align: left;
}

.kupala-landing .benefits__list li {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.kupala-landing .benefits__list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: 400;
  letter-spacing: .02em;
}

.kupala-landing .benefits__list p {
  margin: 12px 0 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.85;
}

/* -------- closing -------- */
.kupala-landing .closing {
  padding-top: clamp(20px, 3vw, 40px);
  text-align: center;
}

.kupala-landing .closing__text {
  max-width: 34ch;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(20px, 2.6vw, 33px);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .01em;
}

.kupala-landing .closing__where {
  margin: clamp(24px, 3vw, 36px) 0 0;
  color: var(--wine);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* -------- afisha -------- */
.kupala-landing .afisha {
  padding: clamp(52px, 8vw, 104px) 0 clamp(56px, 8vw, 110px);
  background: var(--cream-deep);
  border-top: 1px solid var(--line);
}

.kupala-landing .afisha__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-inline: var(--pad);
}

.kupala-landing .afisha__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 5.2vw, 62px);
  font-weight: 300;
  line-height: 1.05;
}

.kupala-landing .afisha__sub {
  margin: 12px 0 0;
}

.kupala-landing .afisha__nav {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.kupala-landing .nav-btn {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: background .3s ease, color .3s ease, border-color .3s ease, opacity .3s ease;
}

.kupala-landing .nav-btn:hover:not([disabled]),
.kupala-landing .nav-btn:focus-visible:not([disabled]) {
  color: var(--light);
  background: var(--ink);
  border-color: var(--ink);
}

.kupala-landing .nav-btn[disabled] {
  cursor: default;
  opacity: .28;
}

.kupala-landing .nav-btn svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.3;
}

.kupala-landing .afisha__viewport {
  position: relative;
}

.kupala-landing .afisha__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(20px, 6vw, 90px);
  background: linear-gradient(90deg, rgba(236, 231, 220, 0), var(--cream-deep));
  pointer-events: none;
}

.kupala-landing .afisha__track {
  --poster-h: clamp(230px, 31vw, 410px);

  display: flex;
  gap: clamp(12px, 1.7vw, 24px);
  padding: clamp(26px, 4vw, 44px) var(--pad) 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-padding-inline-start: var(--pad);
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.kupala-landing .afisha__track::-webkit-scrollbar {
  display: none;
}

.kupala-landing .afisha__track:focus-visible {
  outline: 1px solid var(--wine);
  outline-offset: -4px;
}

.kupala-landing .card {
  flex: 0 0 auto;
  width: calc(var(--poster-h) * var(--ar, .707));
  max-width: min(78vw, 320px);
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
}

.kupala-landing .card:focus-visible {
  outline: 1px solid var(--wine);
  outline-offset: 6px;
}

.kupala-landing .card__poster {
  position: relative;
  display: block;
  overflow: hidden;
  background: #221a18;
}

.kupala-landing .card__poster img {
  width: 100%;
  height: var(--poster-h);
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2, .7, .3, 1), filter .5s ease;
}

.kupala-landing .card:hover .card__poster img,
.kupala-landing .card:focus-visible .card__poster img {
  transform: scale(1.045);
}

.kupala-landing .card__date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 6px 10px;
  color: var(--ink);
  background: rgba(242, 238, 229, .94);
  font-size: 11px;
  letter-spacing: .12em;
}

.kupala-landing .card__over {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 34px 12px 12px;
  color: var(--light);
  background: linear-gradient(transparent, rgba(12, 6, 6, .86));
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .4s ease, transform .4s ease;
}

.kupala-landing .card:hover .card__over,
.kupala-landing .card:focus-visible .card__over {
  opacity: 1;
  transform: none;
}

.kupala-landing .card__meta {
  display: block;
  padding: 14px 2px 0;
}

.kupala-landing .card__name {
  display: block;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 400;
  line-height: 1.22;
}

.kupala-landing .card__genre {
  display: block;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .07em;
}

.kupala-landing .afisha__foot {
  display: flex;
  justify-content: center;
  padding: clamp(22px, 3vw, 38px) var(--pad) 0;
}

/* -------- reveal -------- */
.kupala-landing [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.1s ease, transform 1.1s cubic-bezier(.2, .7, .3, 1);
}

.kupala-landing [data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* -------- responsive -------- */
@media (max-width: 1000px) {
  .kupala-landing .manifesto,
  .kupala-landing .product {
    grid-template-columns: 1fr;
  }

  .kupala-landing .manifesto .media {
    aspect-ratio: 4 / 3.4;
  }

  .kupala-landing .manifesto__text {
    max-width: none;
  }

  .kupala-landing .strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .kupala-landing .strip .media:nth-child(n+4) {
    display: none;
  }

  .kupala-landing .benefits__list {
    grid-template-columns: 1fr;
    gap: clamp(20px, 3vw, 32px);
    max-width: 46ch;
    margin-inline: auto;
  }

  .kupala-landing .closing__text {
    max-width: 32ch;
  }
}

@media (max-width: 760px) {
  .kupala-landing .kupala-header {
    grid-template-columns: auto 1fr auto;
  }

  .kupala-landing .kupala-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    color: var(--ink);
    background: var(--cream);
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
  }

  .kupala-landing .kupala-nav a {
    font-family: var(--serif);
    font-size: 28px;
    letter-spacing: .08em;
  }

  .kupala-landing .kupala-brand__name {
    font-size: clamp(20px, 7vw, 28px);
    letter-spacing: .24em;
    text-indent: .24em;
  }

  .kupala-landing .kupala-brand__est {
    font-size: 8px;
    letter-spacing: .24em;
    text-indent: .24em;
  }

  body.kupala-nav-open .kupala-landing .kupala-nav {
    z-index: 55;
    opacity: 1;
    pointer-events: auto;
  }

  body.kupala-nav-open {
    overflow: hidden;
  }

  .kupala-landing .kupala-burger {
    position: relative;
    z-index: 60;
    display: block;
  }

  .kupala-landing .kupala-tools .tool--hide,
  .kupala-landing .kupala-tools .kupala-tool--hide {
    display: none;
  }

  .kupala-landing .strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .kupala-landing .strip .media:nth-child(n+3) {
    display: none;
  }

  .kupala-landing .afisha__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .kupala-landing .afisha__nav {
    align-self: flex-end;
    margin-top: -10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kupala-landing *,
  .kupala-landing *::before,
  .kupala-landing *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .kupala-landing [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.wrapper--kupala-landing {
    padding-top: 0;
}

.main--kupala-landing {
    padding-top: 0;
    margin-top: 0;
}

.main--kupala-landing .kupala-landing {
    width: 100%;
    max-width: none;
    margin: 0;
}

body.kupala-nav-open {
    overflow: hidden;
}

/* -------- product specification card -------- */

.kupala-landing .product__body--spec {
    position: relative;
    max-width: 620px;
    padding: clamp(28px, 4vw, 52px) 0;
    background: transparent;
    color: var(--ink);
}

.kupala-landing .product__episode {
    margin: 0 0 8px;
    color: var(--muted);
    font-family: var(--serif);
    font-size: clamp(17px, 1.5vw, 22px);
    font-style: italic;
    line-height: 1.3;
}

.kupala-landing .product__name {
    margin: 0 0 clamp(20px, 2.4vw, 32px);
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(52px, 7vw, 92px);
    font-weight: 300;
    line-height: .95;
    letter-spacing: .01em;
}

.kupala-landing .product__text--spec {
    max-width: 560px;
    margin: 0 0 clamp(28px, 3vw, 42px);
    color: var(--ink-2);
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 300;
    line-height: 1.65;
}

.kupala-landing .product__assets {
    width: 100%;
    max-width: 560px;
    margin: 0;
}

.kupala-landing .product__asset {
    display: grid;
    grid-template-columns: minmax(130px, 38%) minmax(0, 1fr);
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}

.kupala-landing .product__asset:first-child {
    border-top: 1px solid var(--line);
}

.kupala-landing .asset-name {
    color: var(--muted);
    font-size: clamp(14px, 1.05vw, 16px);
    font-weight: 300;
    line-height: 1.4;
}

.kupala-landing .asset-param {
    color: var(--ink);
    font-size: clamp(14px, 1.05vw, 16px);
    font-weight: 400;
    line-height: 1.4;
    text-align: right;
}

.kupala-landing .product__buy {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: clamp(26px, 3vw, 38px);
}

.kupala-landing .product__price {
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 300;
    line-height: 1;
    display: flex;
}

.product__currency-icon {
    width: 25px;
    height: auto;
    display: inline-block;
    vertical-align: -0.08em;
    fill: currentColor;
    margin-left: 5px;
}

.kupala-landing .product__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    min-height: 54px;
    padding: 15px 28px;
    background: var(--wine);
    border: 1px solid var(--wine);
    color: var(--light);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background .35s ease, border-color .35s ease, color .35s ease;
}

.kupala-landing .product__button:hover,
.kupala-landing .product__button:focus-visible {
    background: var(--wine-2);
    border-color: var(--wine-2);
    color: var(--light);
}

@media (max-width: 1000px) {
    .kupala-landing .product__body--spec {
        max-width: none;
        padding-top: 0;
    }

    .kupala-landing .product__assets {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .kupala-landing .product__asset {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .kupala-landing .asset-param {
        text-align: left;
    }

    .kupala-landing .product__buy {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .kupala-landing .product__button {
        width: 100%;
    }
}

/* Левая линия у всего блока характеристик товара */
.kupala-landing .product__body--spec {
    position: relative;
    padding-left: clamp(22px, 3vw, 44px);
}

.kupala-landing .product__body--spec::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: #d74732;
}

@media (max-width: 575px) {
    .kupala-landing .product__body--spec {
        padding-left: 18px;
    }

    .kupala-landing .product__body--spec::before {
        width: 2px;
    }
}
/* End */
/* /local/templates/html/assets/components-template/kupala-landing/style.css?178965182826163 */
