@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --black: #070707;
  --panel: #111011;
  --panel-2: #17131a;
  --white: #f7f5f7;
  --muted: #aaa3ad;
  --dim: #6c6570;
  --purple: #9b5cff;
  --purple-dark: #2a123e;
  --ok: #82d9a3;
  --error: #ff9ca6;
  --line: rgba(255,255,255,.24);
  --shell: 1120px;
  --narrow: 760px;
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
html, body { overflow-x: clip; }
body { margin: 0; background: var(--black); color: var(--white); font: 400 15px/1.6 Manrope, Arial, sans-serif; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }

.shell, .container { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.shell--narrow { width: min(calc(100% - 40px), var(--narrow)); }
.skip { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 14px; background: var(--white); color: var(--black); }
.skip:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 80; transition: background .25s, border-color .25s; }
.site-header.is-scrolled { background: rgba(7,7,7,.86); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand, .nav a, .menu-toggle { font-family: "Bebas Neue", Arial, sans-serif; text-transform: uppercase; }
.brand { color: var(--white); text-decoration: none; font-size: 25px; letter-spacing: .015em; white-space: nowrap; }
.nav-links { display: flex; gap: 25px; margin-left: auto; }
.nav-links a { text-decoration: none; font-size: 18px; color: #d8d3da; }
.nav-links a:hover { color: var(--purple); }
.nav-cta { text-decoration: none; font-size: 20px; white-space: nowrap; }
.nav-cta:hover { color: var(--purple); }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; color: var(--white); min-height: 44px; padding: 8px 13px; font-size: 20px; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: #09070a; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 24%; filter: grayscale(1) contrast(1.16) brightness(.8); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,5,5,.93) 0%,rgba(5,5,5,.48) 42%,rgba(5,5,5,.08) 75%),linear-gradient(to top,rgba(7,7,7,.94),transparent 54%),linear-gradient(120deg,rgba(95,28,150,.17),transparent 48%); }
.hero__inner { position: relative; z-index: 2; min-height: 100svh; padding-top: 130px; padding-bottom: 38px; display: flex; flex-direction: column; justify-content: space-between; }
.hero__tag { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.hero__bottom h1 { margin: 0 -4px; font-family: "Bebas Neue", Arial, sans-serif; font-size: clamp(96px,11.7vw,170px); font-weight: 400; line-height: .78; letter-spacing: -.018em; white-space: nowrap; }
.hero__bottom > p { max-width: 470px; margin: 26px 0 12px; font-size: 16px; }
.hero__actions { display: flex; gap: 28px; justify-content: flex-end; }
.hero__actions a, .bracket-link { font-family: "Bebas Neue", Arial, sans-serif; font-size: 24px; text-decoration: none; letter-spacing: .015em; }
.hero__actions a:hover, .bracket-link:hover { color: var(--purple); }

.stage-section { position: relative; padding: 120px 0; border-top: 1px solid rgba(255,255,255,.04); }
.section-label { margin: 0 0 22px; color: var(--purple); font: 400 24px/1 "Bebas Neue", Arial, sans-serif; letter-spacing: .03em; }
.stage-section h2, .page-hero h1 { margin: 0; font: 400 clamp(54px,7vw,94px)/.94 "Bebas Neue", Arial, sans-serif; letter-spacing: -.012em; }
.stage-section h3 { font: 400 32px/1 "Bebas Neue", Arial, sans-serif; }

.about__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(55px,8vw,105px); align-items: center; }
.about__photo { margin: 0; min-height: 630px; background: var(--panel); overflow: hidden; }
.about__photo img { width: 100%; height: 100%; min-height: 630px; object-fit: cover; object-position: center 22%; filter: grayscale(1) contrast(1.16); }
.about__copy { padding-block: 20px; }
.about__copy h2 { font-size: clamp(54px,6vw,80px); }
.lead-copy { margin: 30px 0 45px; font-size: 17px; color: #d4cfd6; }
.fact-block { margin: 35px 0; }
.fact-block h3 { margin: 0 0 14px; }
.fact-block p { margin: 0; max-width: 560px; color: #c1bac4; }

.formats { padding-top: 135px; background: radial-gradient(circle at 74% 28%,rgba(100,37,142,.18),transparent 24%),linear-gradient(rgba(255,255,255,.012),rgba(255,255,255,.012)),var(--black); }
.formats__head { max-width: 830px; text-align: center; }
.formats__head > p:not(.section-label) { max-width: 600px; margin: 28px auto; color: #c2bbc5; }
.format-stack { display: grid; gap: 70px; margin-top: 95px; }
.format-card { overflow: hidden; background: var(--panel); border: 1px solid rgba(255,255,255,.08); }
.format-card__copy { padding: 34px 36px 28px; }
.format-card__copy span { color: var(--dim); font: 400 18px/1 "Bebas Neue",Arial,sans-serif; }
.format-card__copy h3 { margin: 20px 0 12px; font-size: 38px; }
.format-card__copy p { max-width: 560px; margin: 0; color: #c1bac4; }
.format-card > img { width: 100%; height: 430px; object-fit: cover; filter: grayscale(1) contrast(1.13) brightness(.82); transition: transform .8s var(--ease),filter .5s; }
.format-card:nth-child(3) > img { object-position: center 25%; }
.format-card:hover > img { transform: scale(1.025); filter: grayscale(.45) contrast(1.1) brightness(.9); }

.videos__head { text-align: center; margin-bottom: 65px; }
.videos__head > p:last-child { margin: 24px auto 0; color: #bbb4be; }
.video-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 48px 20px; }
.video-tile { display: grid; gap: 9px; text-decoration: none; }
.video-tile__media { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #000; }
.video-tile__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) brightness(.72) contrast(1.12); transition: transform .7s var(--ease),filter .45s; }
.video-tile__media i { position: absolute; left: 50%; top: 50%; translate: -50% -50%; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: rgba(0,0,0,.75); font-style: normal; }
.video-tile:hover img { transform: scale(1.03); filter: grayscale(.25) brightness(.82); }
.video-tile strong { font: 400 29px/1 "Bebas Neue",Arial,sans-serif; }
.video-tile small { color: var(--dim); }
.video-tile:last-child { grid-column: 1/-1; width: calc(50% - 10px); }
.videos__more { margin: 55px 0 0; text-align: center; }

.tradition { padding-bottom: 0; background: var(--panel-2); }
.tradition__grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 80px; align-items: end; }
.tradition__copy { padding-bottom: 120px; }
.tradition__copy > p:not(.section-label) { max-width: 600px; margin: 28px 0 35px; color: #c1bac4; }
.tradition__photo { margin: 0; height: 710px; overflow: hidden; }
.tradition__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: grayscale(1) contrast(1.15) brightness(.78); }

.faq__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; }
.faq__items { border-top: 1px solid var(--white); }
.faq details { border-bottom: 1px solid var(--white); padding: 20px 0; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; font: 400 28px/1.15 "Bebas Neue",Arial,sans-serif; }
.faq summary::after { content: "+"; font-family: Manrope,sans-serif; font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 610px; margin: 18px 0 4px; color: #beb7c1; }

.contact { min-height: 980px; display: grid; align-items: center; overflow: hidden; }
.contact__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% 23%; filter: grayscale(1) contrast(1.18) brightness(.45); }
.contact__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,7,7,.98),rgba(7,7,7,.82) 54%,rgba(19,4,30,.35)),linear-gradient(to top,rgba(7,7,7,.9),transparent 45%); }
.contact__inner { position: relative; z-index: 2; }
.contact__head { max-width: 760px; }
.contact__head > p:last-child { max-width: 560px; color: #c8c0ca; }
.contact-form { max-width: 820px; margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 32px; }
.field { display: grid; gap: 6px; }
.field--wide { grid-column: 1/-1; }
.field label { color: #b8b1bb; font: 400 20px/1 "Bebas Neue",Arial,sans-serif; }
.field input,.field select,.field textarea { width: 100%; min-height: 50px; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); border-radius: 0; background: transparent; color: var(--white); padding: 9px 0; }
.field textarea { min-height: 90px; resize: vertical; }
.field select option { color: #111; }
.consent { grid-column: 1/-1; font-size: 12px; color: #c1bac4; }
.contact-form__submit { grid-column: 1/-1; display: flex; align-items: center; gap: 22px; }
.contact-form button { border: 0; background: transparent; color: var(--white); padding: 8px 0; cursor: pointer; font: 400 28px/1 "Bebas Neue",Arial,sans-serif; }
.contact-form button:hover { color: var(--purple); }
.form-status { min-height: 1.5em; margin: 0; font-weight: 700; }

.footer { padding: 70px 0; background: #030303; border-top: 1px solid var(--line); }
.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1.3fr auto; gap: 35px; align-items: start; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.3fr auto; gap: 35px; align-items: start; }
.footer-grid > div { display: flex; flex-direction: column; gap: 7px; }
.footer-grid a { text-decoration: none; color: #b9b2bc; font: 400 18px/1.2 "Bebas Neue",Arial,sans-serif; }
.footer nav,.footer__grid > div { display: flex; flex-direction: column; gap: 7px; }
.footer nav a,.footer__grid > div a { text-decoration: none; color: #b9b2bc; font: 400 18px/1.2 "Bebas Neue",Arial,sans-serif; }
.footer small { color: var(--dim); }

.page-hero { padding: 170px 0 90px; background: radial-gradient(circle at 75% 30%,rgba(94,34,134,.22),transparent 30%),var(--black); border-bottom: 1px solid var(--line); }
.page-hero .breadcrumbs { margin-bottom: 24px; color: var(--dim); font-size: 12px; text-transform: uppercase; }
.page-hero .eyebrow { color: var(--purple); font: 400 23px/1 "Bebas Neue",Arial,sans-serif; }
.page-hero .lede { max-width: 700px; font-size: 17px; color: #c6bec9; }
.eyebrow { color: var(--purple); font: 400 23px/1 "Bebas Neue",Arial,sans-serif; text-transform: uppercase; }
.lede { max-width: 700px; font-size: 17px; color: #c6bec9; }
.prose { max-width: 760px; }
.prose h2 { margin: 45px 0 18px; font: 400 48px/.98 "Bebas Neue",Arial,sans-serif; }
.notice { padding: 20px 22px; border-left: 3px solid var(--purple); background: var(--panel); color: #c7c0c9; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }
.card { min-height: 310px; padding: 30px; background: var(--panel); }
.card .number { color: var(--dim); font: 400 18px/1 "Bebas Neue",Arial,sans-serif; }
.card h3 { margin: 80px 0 14px; font: 400 34px/1 "Bebas Neue",Arial,sans-serif; }
.card p { color: #bcb5bf; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.steps { border-top: 1px solid var(--line); }
.step { padding: 17px 0; border-bottom: 1px solid var(--line); }
.section { padding: 110px 0; background: var(--black); }
.section.lilac { background: var(--panel-2); }
.section.dark { background: var(--purple-dark); }
.section h2 { margin: 0; font: 400 clamp(50px,6vw,82px)/.95 "Bebas Neue",Arial,sans-serif; }
.media-placeholder { min-height: 420px; display: grid; place-items: center; padding: 35px; background: var(--panel); text-align: center; }
.portrait { margin: 0; min-height: 590px; overflow: hidden; }
.portrait img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; object-position: center 22%; filter: grayscale(1); }
.button { display: inline-block; padding: 0; border: 0; background: transparent; color: var(--white); text-decoration: none; font: 400 26px/1 "Bebas Neue",Arial,sans-serif; }
.button::before { content: "[ "; }.button::after { content: " ]"; }.button:hover { color: var(--purple); }
.button.light { color: var(--white); }.button.alt { color: var(--purple); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease),transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid #b578ff; outline-offset: 4px; }
.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; }

@media (max-width: 920px) {
  .nav-links { display: none; position: fixed; inset: 82px 0 auto; padding: 22px; background: rgba(7,7,7,.97); border-bottom: 1px solid var(--line); flex-direction: column; }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 26px; }
  .nav-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .about__grid,.tradition__grid,.faq__grid,.split { grid-template-columns: 1fr; }
  .about__photo { min-height: 520px; }
  .about__photo img { min-height: 520px; }
  .tradition__copy { padding-bottom: 0; }
  .tradition__photo { height: 620px; }
  .grid-3 { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shell,.shell--narrow,.container { width: min(calc(100% - 28px),var(--shell)); }
  .nav { min-height: 68px; gap: 12px; }
  .brand { font-size: 20px; }
  .nav-cta { display: none; }
  .nav-links { top: 68px; }
  .hero__inner { padding-top: 105px; padding-bottom: 28px; }
  .hero__image { object-position: 55% 20%; }
  .hero__tag { max-width: 270px; font-size: 11px; }
  .hero__bottom h1 { margin: 0; font-size: clamp(60px,18vw,78px); line-height: .82; white-space: normal; overflow-wrap: anywhere; }
  .hero__bottom > p { margin-top: 20px; font-size: 14px; }
  .hero__actions { justify-content: flex-start; flex-direction: column; gap: 6px; }
  .hero__actions a,.bracket-link { font-size: 22px; }
  .stage-section { padding: 82px 0; }
  .stage-section h2 { font-size: clamp(49px,15vw,70px); overflow-wrap: break-word; }
  .page-hero h1 { font-size: clamp(46px,12vw,58px); overflow-wrap: normal; word-break: normal; }
  .about__grid { gap: 45px; }
  .about__photo,.about__photo img { min-height: 500px; }
  .format-stack { gap: 38px; margin-top: 60px; }
  .format-card__copy { padding: 26px 24px 22px; }
  .format-card__copy h3 { font-size: 32px; }
  .format-card > img { height: 310px; }
  .video-grid { grid-template-columns: 1fr; gap: 38px; }
  .video-tile:last-child { grid-column: auto; width: 100%; }
  .tradition { padding-bottom: 0; }
  .tradition__grid { gap: 50px; }
  .tradition__photo { height: 570px; }
  .faq__grid { gap: 45px; }
  .faq summary { font-size: 24px; }
  .contact { min-height: 1100px; }
  .contact__image { object-position: 58% 20%; }
  .contact-form { grid-template-columns: 1fr; }
  .field--wide,.consent,.contact-form__submit { grid-column: auto; }
  .contact-form__submit { align-items: flex-start; flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; }
  .page-hero { padding: 130px 0 70px; }
  .section { padding: 82px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto!important; animation: none!important; transition: none!important; }
  .reveal { opacity: 1; transform: none; }
}
