@font-face {
  font-family: "Onest";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/onest-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/onest-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("fonts/golos-text-cyrillic-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("fonts/golos-text-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  color-scheme: dark;
  --ink: #0d0c0b;
  --ink-soft: #151310;
  --paper: #f0e9de;
  --paper-soft: #d9d0c3;
  --muted: #bdb3a8;
  --rust: #f06a45;
  --rust-light: #ff9c7f;
  --rust-dark: #a53822;
  --line: rgba(240, 233, 222, .21);
  --line-dark: rgba(13, 12, 11, .2);
  --max: 1180px;
  --gutter: clamp(18px, 4.5vw, 50px);
  --font-display: "Onest", Arial, system-ui, sans-serif;
  --font-body: "Golos Text", "Helvetica Neue", Arial, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
html, body { margin: 0; min-width: 320px; overflow-x: clip; }
body { background: var(--ink); color: var(--paper); font: 400 16px/1.55 var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, dl, dd { margin: 0; }
ol { margin: 0; padding: 0; list-style: none; }
.wrap { width: min(calc(100% - (var(--gutter) * 2)), var(--max)); margin-inline: auto; }
.display { font-family: var(--font-display); font-weight: 620; letter-spacing: -.058em; line-height: .94; text-wrap: balance; }
.eyebrow { color: var(--rust-light); font-size: .69rem; font-weight: 620; letter-spacing: .18em; line-height: 1.35; text-transform: uppercase; }
.section-lead { max-width: 680px; color: var(--muted); font-size: 1.05rem; line-height: 1.52; text-wrap: pretty; }

.skip-link { position: fixed; top: -70px; left: 12px; z-index: 100; padding: 11px 15px; background: var(--rust); color: var(--ink); font-weight: 650; }
.skip-link:focus { top: 12px; }
a:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--line); border-radius: 999px; font-size: .92rem; font-weight: 620; line-height: 1.2; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.button--primary { border-color: var(--rust); background: var(--rust); color: #190c08; }
.button--small { min-height: 44px; padding-inline: 17px; font-size: .84rem; }
.button--large { min-height: 56px; padding-inline: 26px; font-size: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 68px; background: transparent; }
.site-header::before { position: absolute; inset: 0 0 auto; z-index: 0; height: 132px; pointer-events: none; content: ""; background: linear-gradient(180deg, rgba(13, 12, 11, .72) 0%, rgba(13, 12, 11, .36) 46%, rgba(13, 12, 11, 0) 100%); }
.site-header__inner { position: relative; z-index: 1; display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 18px; }
.brand { width: 145px; flex: 0 0 auto; }
.brand img { width: 100%; }
.desktop-nav { display: none; }
.desktop-nav > a:not(.button) { min-height: 44px; align-items: center; }
.mobile-cta { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 8px 14px; border: 1px solid var(--rust); border-radius: 999px; color: var(--rust-light); font-size: .82rem; font-weight: 620; }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; }
.hero-scene { position: absolute; inset: 0; z-index: -3; overflow: hidden; background: var(--ink); }
.hero-scene img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-atmosphere { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(13, 12, 11, .04) 0%, rgba(13, 12, 11, .12) 44%, rgba(13, 12, 11, .82) 66%, rgba(13, 12, 11, .97) 100%); }
.hero__grid { display: grid; min-height: calc(100svh - 50px); padding-block: 88px 86px; align-items: center; gap: 34px; }
.hero__copy { position: relative; z-index: 2; }
.hero h1 { max-width: 800px; margin-top: 17px; font-size: clamp(2.45rem, 10.5vw, 3.9rem); }
.hero h1 span { display: inline; }
.hero__lead { max-width: 620px; margin-top: 23px; color: var(--paper-soft); font-size: 1.08rem; line-height: 1.5; text-wrap: pretty; }
.hero__actions { display: grid; gap: 10px; margin-top: 28px; }
.hero__actions .button { width: 100%; }
.hero__note { max-width: 520px; margin-top: 17px; padding-left: 20px; color: var(--muted); font-size: .82rem; line-height: 1.45; position: relative; }
.hero__note::before { position: absolute; top: .65em; left: 0; width: 11px; height: 1px; content: ""; background: var(--rust); }

.hero-strip { position: absolute; right: 0; bottom: 0; left: 0; border-top: 1px solid var(--line); background: rgba(13, 12, 11, .78); }
.hero-strip__inner { display: flex; min-height: 50px; align-items: center; gap: 10px; overflow: hidden; color: var(--paper-soft); font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.hero-strip i { width: 3px; height: 3px; flex: 0 0 auto; border-radius: 50%; background: var(--rust); }

.principles { min-height: 100svh; padding: 82px 0; background: var(--paper); color: var(--ink); }
.principles .eyebrow { color: var(--rust-dark); }
.section-head { display: grid; gap: 18px; }
.section-head h2 { max-width: 850px; font-size: clamp(2.1rem, 9.2vw, 3.65rem); }
.principles .section-lead { color: #504943; }
.principle-list { margin-top: 50px; border-top: 1px solid var(--line-dark); }
.principle { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line-dark); }
.principle__number { color: var(--rust-dark); font-size: .72rem; font-weight: 650; letter-spacing: .12em; }
.principle h3 { max-width: 580px; font: 620 1.55rem/1 var(--font-display); letter-spacing: -.04em; }
.principle p { max-width: 620px; margin-top: 9px; color: #504943; font-size: .97rem; line-height: 1.5; }
.principle__tag { grid-column: 2; justify-self: start; margin-top: 5px; color: var(--rust-dark); font-size: .66rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }

.festival-showcase { min-height: 100svh; padding: 86px 0 104px; overflow: hidden; background: #0e0d0c; }
.concepts-head { display: grid; justify-items: start; gap: 18px; max-width: 880px; }
.concepts-head .eyebrow { color: var(--rust-light); }
.concepts-head h2 { font-size: clamp(2.2rem, 9.5vw, 3.9rem); }
.concepts-head .section-lead { max-width: 680px; }
.concept-grid { display: grid; gap: 22px; margin-top: 52px; }
.concept-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid rgba(240, 106, 69, .38); background: #15110f; }
.concept-card--vera { border-color: rgba(158, 219, 88, .4); background: #0d130c; }
.concept-card--award { border-color: rgba(255, 112, 104, .48); background: #171018; }
.concept-card--rock { border-color: rgba(255, 92, 26, .72); background: #111214; }
.concept-card--rock .concept-card__media picture { display: block; height: 100%; }
.concept-card__media { display: block; overflow: hidden; background: #100c0a; }
.concept-card__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.concept-card__copy { display: grid; min-height: 280px; grid-template-rows: auto auto auto minmax(76px, 1fr); justify-items: start; align-content: start; padding: 24px; }
.concept-card__copy p { color: var(--rust-light); font-size: .68rem; font-weight: 680; letter-spacing: .12em; text-transform: uppercase; }
.concept-card--vera .concept-card__copy p { color: #b7e982; }
.concept-card--award .concept-card__copy p { color: #ff9e91; }
.concept-card--rock .concept-card__copy p { color: #ff8a58; }
.concept-card__copy h3 { margin-top: 14px; font: 660 clamp(2.1rem, 8.8vw, 3.4rem)/.92 var(--font-display); letter-spacing: -.055em; }
.concept-card__copy span { max-width: 470px; margin-top: 17px; color: var(--paper-soft); font-size: .94rem; line-height: 1.5; }
.concept-card__copy .button { align-self: end; margin-top: 28px; padding-top: 12px; padding-bottom: 12px; }

.finale { min-height: 88svh; padding: 88px 0 72px; overflow: hidden; background: var(--rust); color: #170b08; }
.finale .eyebrow { color: #4c160e; }
.finale__head { display: grid; gap: 18px; }
.finale h2 { max-width: 960px; font-size: clamp(2.3rem, 10vw, 4.6rem); }
.finale .section-lead { color: #3e1710; }
.pricing-grid { display: grid; gap: 12px; margin-top: 42px; }
.price-card { position: relative; display: grid; min-width: 0; align-content: start; gap: 9px; padding: 24px; border: 1px solid rgba(23, 11, 8, .34); background: rgba(255, 247, 236, .13); }
.price-card p { color: #4c160e; font-size: .68rem; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.price-card strong { margin-top: 8px; font: 720 clamp(2.35rem, 10vw, 3.85rem)/.94 var(--font-display); letter-spacing: -.055em; white-space: nowrap; }
.price-card strong small { font: 650 .25em/1 var(--font-body); letter-spacing: .035em; text-transform: uppercase; }
.price-card--featured { padding-top: 58px; border-color: var(--ink); background: var(--ink); color: var(--paper); }
.price-card--featured p { color: var(--paper-soft); }
.price-card__badge { position: absolute; top: 0; left: 0; padding: 9px 13px; background: var(--paper); color: var(--ink); font-size: .63rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.price-launch { display: grid; gap: 7px; margin-top: 12px; padding: 22px 24px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); }
.price-launch p { font-size: .65rem; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.price-launch strong { font: 690 clamp(2rem, 8vw, 3.25rem)/.94 var(--font-display); letter-spacing: -.045em; }
.price-addon { display: grid; gap: 16px; margin-top: 12px; padding: 22px 24px; border: 1px solid rgba(23, 11, 8, .34); background: rgba(255, 247, 236, .24); }
.price-addon div { display: grid; gap: 7px; }
.price-addon p { color: #4c160e; font-size: .65rem; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.price-addon strong { font: 650 1.25rem/1.08 var(--font-display); letter-spacing: -.035em; }
.price-addon > span { font: 720 1.65rem/.95 var(--font-display); letter-spacing: -.045em; white-space: nowrap; }
.price-addon small { font: 650 .42em/1 var(--font-body); letter-spacing: .03em; text-transform: uppercase; }
.launch-line { display: grid; margin-top: 48px; border-top: 1px solid rgba(23, 11, 8, .28); }
.launch-line li { display: grid; grid-template-columns: 38px 1fr; gap: 4px 12px; padding: 20px 0; border-bottom: 1px solid rgba(23, 11, 8, .28); }
.launch-line span { grid-row: 1 / span 2; padding-top: 2px; font-size: .7rem; font-weight: 760; letter-spacing: .12em; }
.launch-line strong { font: 650 1.28rem/1 var(--font-display); letter-spacing: -.035em; }
.launch-line p { max-width: 340px; color: #4d1d14; font-size: .9rem; }
.finale__action { display: grid; gap: 14px; margin-top: 38px; align-items: center; }
.finale .button--primary { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.finale__action span { color: #4c160e; font-size: .75rem; }

.site-footer { border-top: 1px solid var(--line); background: var(--ink); color: var(--muted); }
.site-footer__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 18px; font-size: .75rem; }
.site-footer a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: underline; text-decoration-color: rgba(240,233,222,.32); text-underline-offset: 4px; }

html.js-ready .reveal { opacity: 0; transform: translateY(20px); }
html.js-ready .reveal.is-visible { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }

@media (hover: hover) and (pointer: fine) {
  .button:hover { border-color: var(--rust); color: var(--rust-light); transform: translateY(-1px); }
  .button--primary:hover { border-color: var(--rust-light); background: var(--rust-light); color: #170b08; }
  .finale .button--primary:hover { border-color: #24110c; background: #24110c; color: #fff7ec; }
  .desktop-nav > a:not(.button):hover { color: var(--rust-light); }
  .concept-card__media:hover img { transform: scale(1.018); }
}

@media (min-width: 700px) {
  .brand { width: 166px; }
  .mobile-cta { display: none; }
  .desktop-nav { display: flex; align-items: center; gap: 22px; color: var(--paper-soft); font-size: .82rem; }
  .desktop-nav > a:not(.button) { display: inline-flex; }
  .hero__grid { padding: clamp(610px, 76vw, 690px) 0 94px; }
  .hero__actions { display: flex; flex-wrap: wrap; }
  .hero__actions .button { width: auto; }
  .hero-strip__inner { justify-content: space-between; gap: 18px; font-size: .7rem; }
  .principle { grid-template-columns: 54px minmax(0, 1fr) auto; gap: 22px; align-items: start; }
  .principle__tag { grid-column: 3; grid-row: 1; justify-self: end; margin-top: 2px; }
  .concept-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finale__action { grid-template-columns: max-content 1fr; gap: 20px; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card { min-height: 190px; padding: 28px; }
  .price-card--featured { grid-column: 1 / -1; min-height: 230px; padding: 66px 32px 32px; }
  .price-card--featured strong { font-size: clamp(3.5rem, 7vw, 5.2rem); }
  .price-launch { grid-template-columns: 1fr auto; align-items: end; padding: 24px 28px; }
  .price-addon { grid-template-columns: 1fr auto; align-items: end; padding: 24px 28px; }
  .launch-line { grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid rgba(23, 11, 8, .28); }
  .launch-line li { min-height: 150px; padding: 24px 24px 24px 0; border-right: 1px solid rgba(23, 11, 8, .28); border-bottom: 0; }
  .launch-line li + li { padding-left: 24px; }
  .launch-line li:last-child { border-right: 0; }
}

@media (min-width: 1000px) {
  .hero h1 { max-width: 840px; font-size: clamp(3.6rem, 4.6vw, 4.75rem); }
  .hero h1 span { display: block; }
  .principles, .festival-showcase { padding-block: 110px; }
  .section-head { grid-template-columns: 1.45fr .55fr; gap: 44px; align-items: start; }
  .section-head .eyebrow { grid-column: 1 / -1; }
  .principle { padding-block: 29px; }
  .principle h3 { font-size: 2rem; }
  .concept-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .concept-card--rock { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.5fr) minmax(360px, .5fr); }
  .concept-card--rock .concept-card__media img { height: 100%; min-height: 430px; aspect-ratio: 16 / 8.6; object-position: center; }
  .concept-card--rock .concept-card__copy { min-height: 430px; padding: 34px; }
  .concept-card--rock .concept-card__copy h3 { max-width: 100%; font-size: clamp(2.75rem, 4.2vw, 4.25rem); }
  .concept-card__copy { min-height: 270px; padding: 24px; }
  .concept-card__copy h3 { font-size: clamp(1.75rem, 2.6vw, 2.45rem); }
  .pricing-grid { grid-template-columns: 1.35fr .825fr .825fr; align-items: stretch; }
  .price-card--featured { grid-column: auto; min-height: 220px; }
  .finale { padding-block: 108px 88px; }
}

@media (min-width: 1200px) {
  .hero__grid { padding-block: 76px 94px; }
  .hero__grid { grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); gap: 38px; }
  .hero-scene img { width: 115%; max-width: none; object-position: left center; }
  .hero-atmosphere { background: linear-gradient(90deg, rgba(13, 12, 11, .94) 0%, rgba(13, 12, 11, .86) 25%, rgba(13, 12, 11, .54) 41%, rgba(13, 12, 11, .12) 59%, rgba(13, 12, 11, .08) 100%), linear-gradient(180deg, rgba(13, 12, 11, .08), rgba(13, 12, 11, .52)); }
}

@media (max-width: 899px) {
  .hero__grid { padding-top: clamp(570px, 141vw, 720px); }
}

@media (min-width: 1440px) {
  .hero__grid { min-height: calc(100svh - 50px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  html.js-ready .reveal { opacity: 1; transform: none; }
}
