@font-face {
  font-family: "AtypDisplay";
  src: url("assets/AtypDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AtypDisplay";
  src: url("assets/AtypDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AtypDisplay";
  src: url("assets/AtypDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #070706;
  --ink: #15130f;
  --panel: #1b1c18;
  --panel-2: #282821;
  --line: rgba(244, 226, 178, 0.2);
  --soft-line: rgba(244, 226, 178, 0.12);
  --white: #fff;
  --muted: #d2c8b7;
  --gold: #d6b978;
  --orange: #c7a35a;
  --orange-dark: #a9823d;
  --gold-soft: #e4cf94;
  --container: min(1780px, calc(100vw - clamp(56px, 6vw, 104px)));
  --radius-pill: 999px;
  --radius-panel: 34px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(214, 185, 120, 0.18), transparent 30%),
    radial-gradient(circle at 88% 34%, rgba(214, 185, 120, 0.1), transparent 34%),
    linear-gradient(180deg, #0c0b08 0%, var(--black) 34%, #0d0c09 100%);
  color: var(--white);
  font-family: "AtypDisplay", Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
  padding-right: var(--scrollbar-compensation, 0px);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section-dark {
  background:
    radial-gradient(circle at 8% 12%, rgba(214, 185, 120, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(14, 13, 10, 0.96), rgba(7, 7, 6, 0.98));
  color: var(--white);
}

.eyebrow {
  color: var(--orange);
  font-size: clamp(12px, 0.84vw, 16px);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  display: grid;
  width: 100vw;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 14px;
  padding: 22px clamp(16px, 2vw, 38px);
  pointer-events: none;
}

.brand,
.header-nav,
.header-telegram,
.menu-button {
  pointer-events: auto;
}

.brand {
  display: flex;
  width: clamp(188px, 14vw, 268px);
  height: clamp(58px, 4.8vw, 88px);
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(216, 184, 95, 0.12);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 100%;
  filter: drop-shadow(0 0 12px rgba(216, 184, 95, 0.42)) contrast(1.12) saturate(1.08);
}

.header-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, rgba(228, 207, 148, 0.96), rgba(169, 130, 61, 0.94));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 246, 213, 0.35);
  backdrop-filter: blur(18px);
}

.header-nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: var(--radius-pill);
  color: #111;
  font-size: clamp(14px, 1.02vw, 19px);
  font-weight: 500;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  background: rgba(255, 248, 228, 0.36);
  color: #111;
  transform: translateY(-1px);
}

.telegram-link {
  gap: 10px;
}

.header-telegram {
  justify-self: end;
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid rgba(255, 246, 213, 0.36);
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, rgba(228, 207, 148, 0.98), rgba(169, 130, 61, 0.96));
  color: #111;
  font-size: clamp(14px, 1.02vw, 19px);
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.header-telegram:hover,
.header-telegram:focus-visible {
  border-color: rgba(255, 248, 228, 0.7);
  background: linear-gradient(135deg, #ead9a7, #b28d45);
  transform: translateY(-1px);
}

.telegram-icon {
  width: 21px;
  height: 19px;
  flex: 0 0 auto;
  object-fit: contain;
}

.menu-button {
  position: relative;
  display: none;
  width: clamp(60px, 5vw, 96px);
  height: clamp(50px, 4.35vw, 84px);
  place-items: center;
  border: 0;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--gold-soft), var(--orange-dark));
  color: #111;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.menu-button:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.menu-button span {
  position: absolute;
  width: 26px;
  height: 3px;
  border-radius: 4px;
  background: #111;
  transition: transform 260ms ease, opacity 180ms ease;
}

.menu-button span:nth-child(1) {
  transform: translateY(-8px);
}

.menu-button span:nth-child(3) {
  transform: translateY(8px);
}

.menu-button.is-open span:nth-child(1) {
  transform: rotate(45deg);
}

.menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-button.is-open span:nth-child(3) {
  transform: rotate(-45deg);
}

.service-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100vw;
  height: 100dvh;
  padding: 118px clamp(16px, 2vw, 38px) 26px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.86));
  opacity: 0;
  transform: translateY(-100%);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 280ms ease;
  backdrop-filter: blur(18px);
}

.service-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.service-menu__panel {
  display: flex;
  width: min(760px, var(--container));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  margin: 0 auto;
  padding: 0;
}

.service-menu__panel a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--white);
  font-size: clamp(24px, 2.8vw, 44px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.service-menu__panel a:hover,
.service-menu__panel a:focus-visible {
  color: var(--gold-soft);
  transform: translateY(-2px);
}

.service-menu__socials {
  display: flex;
  width: min(420px, var(--container));
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: clamp(34px, 5vw, 72px) auto 0;
}

.service-menu__social-link {
  position: relative;
  display: inline-grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease;
}

.service-menu__social-link:hover,
.service-menu__social-link:focus-visible {
  background: var(--gold-soft);
  transform: translateY(-2px);
}

.service-menu__social-link .telegram-icon {
  width: 22px;
  height: 22px;
}

.service-menu__social-link .vk-icon,
.artist-socials .vk-icon {
  width: 23px;
  height: 23px;
  object-fit: contain;
}



.hero {
  position: relative;
  min-height: clamp(720px, 47vw, 900px);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 78% 16%, rgba(228, 207, 148, 0.2), transparent 28%),
    url("assets/hkanb2vhy6lxyzerl1n1e30ztfgisfhm.webp");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: min(1180px, 76vw) auto;
  opacity: 0.96;
}

.hero::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 12%, rgba(214, 185, 120, 0.12), transparent 30%),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.93) 36%, rgba(0, 0, 0, 0.44) 100%);
  content: "";
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  align-items: center;
  padding-top: 86px;
}

.hero-copy {
  width: min(850px, 58vw);
  min-width: 0;
}

.hero h1 {
  margin-top: 0;
  font-size: clamp(46px, 3.9vw, 78px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-lead {
  margin-top: 24px;
  color: var(--white);
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1.25;
}

.hero-action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 58px;
}

.button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  padding: 0 28px;
  font-size: clamp(16px, 1.05vw, 19px);
  font-weight: 500;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: linear-gradient(135deg, var(--gold-soft), var(--orange-dark));
  color: #111;
}

.button--primary:hover {
  background: linear-gradient(135deg, #ead9a7, #b28d45);
}

.button--dark {
  border: 1px solid var(--line);
  background: var(--panel-2);
  color: var(--white);
}

.button--dark:hover {
  border-color: rgba(254, 85, 0, 0.54);
  background: #2a2f2e;
}

.button--dark.telegram-link {
  border-color: rgba(228, 207, 148, 0.5);
  background: linear-gradient(135deg, var(--gold-soft), var(--orange-dark));
  color: #111;
}

.button--dark.telegram-link:hover {
  border-color: rgba(228, 207, 148, 0.76);
  background: linear-gradient(135deg, #ead9a7, #b28d45);
}

.audience,
.services,
.formats,
.artists-section,
.education,
.contact {
  padding: clamp(90px, 7vw, 136px) 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 48px;
  align-items: end;
  margin-bottom: clamp(34px, 3.2vw, 62px);
}

.section-head h2 {
  grid-column: 1 / -1;
  max-width: 1080px;
  color: var(--white);
  font-size: clamp(40px, 3.55vw, 68px);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.48);
}

.audience .section-head h2 {
  margin-top: clamp(22px, 2.4vw, 46px);
}

.audience {
  position: relative;
  overflow: hidden;
}

.audience .section-head {
  position: relative;
  z-index: 2;
}

.audience::before {
  position: absolute;
  right: -10vw;
  bottom: -10vw;
  width: 72vw;
  height: 52vw;
  background-image: url("assets/photo-1603850121303-d4ade9e5ba65.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  filter: saturate(0.76) sepia(0.18);
  opacity: 0.24;
  content: "";
}

.audience-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.audience-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: clamp(240px, 18vw, 346px);
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  overflow: hidden;
  padding: clamp(22px, 1.7vw, 32px);
  border: 1px solid rgba(214, 185, 120, 0.22);
  border-radius: clamp(24px, 2vw, 38px);
  background:
    radial-gradient(circle at 78% 18%, rgba(214, 185, 120, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(24, 23, 18, 0.56), rgba(18, 17, 13, 0.78)),
    linear-gradient(145deg, rgba(35, 34, 27, 0.98), rgba(18, 17, 13, 0.96));
  background-position: center;
  background-size: cover;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
  transition: border-color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.audience-card:hover {
  border-color: rgba(228, 207, 148, 0.55);
  transform: translateY(-4px);
}

.audience-card::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(228, 207, 148, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.54));
  content: "";
}

.audience-card:nth-child(1) {
  background-image:
    linear-gradient(180deg, rgba(24, 23, 18, 0.54), rgba(18, 17, 13, 0.78)),
    url("assets/audience-collectives.jpg");
  background-position: center;
}

.audience-card:nth-child(2) {
  background-image:
    linear-gradient(180deg, rgba(24, 23, 18, 0.54), rgba(18, 17, 13, 0.78)),
    url("assets/audience-theatre.jpg");
  background-position: center 42%;
}

.audience-card:nth-child(3) {
  background-image:
    linear-gradient(180deg, rgba(24, 23, 18, 0.54), rgba(18, 17, 13, 0.78)),
    url("assets/audience-projects.png");
  background-position: center 42%;
}

.audience-card:nth-child(4) {
  background-image:
    linear-gradient(180deg, rgba(24, 23, 18, 0.54), rgba(18, 17, 13, 0.78)),
    url("assets/audience-venues.jpg");
  background-position: center;
}

.audience-card:nth-child(5) {
  background-image:
    linear-gradient(180deg, rgba(24, 23, 18, 0.54), rgba(18, 17, 13, 0.78)),
    url("assets/audience-events.jpg");
  background-position: center 34%;
}

.audience-card h3 {
  position: relative;
  z-index: 1;
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 700;
  line-height: 1.08;
}

.audience-card p {
  position: relative;
  z-index: 1;
  max-width: 94%;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 0.92vw, 18px);
  line-height: 1.28;
}

.services-layout,
.education-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 6vw, 116px);
  align-items: start;
}

.services-copy,
.education-copy,
.contact-content {
  min-width: 0;
}

.services-copy h2,
.formats h2,
.education h2,
.contact h2 {
  margin-top: 12px;
  max-width: 720px;
  color: var(--white);
  font-size: clamp(40px, 3.55vw, 68px);
  font-weight: 500;
  line-height: 1;
  overflow-wrap: break-word;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
}

.services-copy p,
.formats-layout > p,
.education-text,
.contact-content > p {
  max-width: 700px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(18px, 1.28vw, 21px);
  line-height: 1.42;
}

.services-copy > .eyebrow,
.education-layout > div > .eyebrow,
.contact-content > .eyebrow,
.section-head > .eyebrow {
  max-width: none;
  margin-top: 0;
  color: var(--orange);
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.services-board {
  border: 1px solid var(--soft-line);
  border-radius: clamp(32px, 4vw, 76px);
  background:
    radial-gradient(circle at 18% 12%, rgba(214, 185, 120, 0.12), transparent 30%),
    var(--panel);
  padding: clamp(30px, 4vw, 76px);
  overflow: hidden;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 2.5vw, 48px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: center;
}

.service-list span {
  display: grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-soft), var(--orange-dark));
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.service-list p {
  font-size: clamp(18px, 1.12vw, 21px);
  font-weight: 700;
  line-height: 1.18;
}

.formats-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: end;
}

.formats-layout > p {
  display: none;
  max-width: 520px;
  margin-top: 0;
  justify-self: end;
  color: var(--white);
  font-weight: 700;
}

.format-pills {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 48px;
}

.format-pills span {
  display: grid;
  min-height: 72px;
  place-items: center;
  border-radius: var(--radius-pill);
  background: var(--panel-2);
  color: #d4cbc0;
  padding: 2px clamp(24px, 2.5vw, 48px) 0;
  font-size: clamp(18px, 1.12vw, 21px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.format-pills span:first-child {
  background: linear-gradient(135deg, var(--gold-soft), var(--orange-dark));
  color: #111;
}

.artists-section {
  position: relative;
}

.artists-layout {
  padding: clamp(34px, 4vw, 76px);
  border: 1px solid var(--soft-line);
  border-radius: clamp(32px, 4vw, 72px);
  background: linear-gradient(145deg, #121616, #080909);
}

.artist-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.artist-list article {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: clamp(360px, 30vw, 520px);
  align-items: flex-end;
  padding: clamp(26px, 2.4vw, 46px);
  border: 1px solid var(--line);
  border-radius: clamp(26px, 2.2vw, 42px);
  background:
    linear-gradient(180deg, rgba(12, 15, 15, 0.18), rgba(12, 15, 15, 0.78)),
    radial-gradient(circle at 85% 10%, rgba(216, 184, 95, 0.18), transparent 34%),
    var(--panel);
  background-position: center;
  background-size: cover;
}

.artist-list article::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78));
  content: "";
}

.artist-list article:nth-child(1) {
  background-image:
    linear-gradient(180deg, rgba(12, 15, 15, 0.2), rgba(12, 15, 15, 0.78)),
    url("assets/artist-new-life-brass.jpg");
  background-position: center 42%;
}

.artist-list article:nth-child(2) {
  background-image:
    linear-gradient(180deg, rgba(12, 15, 15, 0.2), rgba(12, 15, 15, 0.78)),
    url("assets/artist-jazz-poems.jpg");
  background-position: center 36%;
}

.artist-list article:nth-child(3) {
  background-image:
    linear-gradient(180deg, rgba(12, 15, 15, 0.14), rgba(12, 15, 15, 0.8)),
    url("assets/artist-kirill-stekhov.jpeg");
  background-position: center 30%;
}

.artist-list article > * {
  position: relative;
  z-index: 1;
}

.artist-list h3 {
  margin-top: 0;
  font-size: clamp(34px, 2.8vw, 52px);
  font-weight: 500;
  line-height: 1;
}

.artist-card__content {
  display: grid;
  max-width: 620px;
  gap: clamp(14px, 1.4vw, 22px);
}

.artist-card__content p {
  max-width: 520px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.02vw, 19px);
  line-height: 1.42;
}

.artist-socials {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.artist-socials a {
  position: relative;
  display: inline-grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(244, 226, 178, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease;
}

.artist-socials a:hover,
.artist-socials a:focus-visible {
  background: var(--gold-soft);
  transform: translateY(-2px);
}

.artist-socials .telegram-icon {
  width: 22px;
  height: 22px;
}

.education {
  border-top: 1px solid var(--soft-line);
  border-bottom: 1px solid var(--soft-line);
}

.education-text {
  display: grid;
  gap: 18px;
  margin-top: 0;
}

.contact-board {
  display: grid;
  min-height: 720px;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: 0;
  background: #171a1a;
}

.contact-visual {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.52)),
    url("assets/contact-vinyl-photo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.contact-content {
  padding: clamp(52px, 5vw, 96px);
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 42px;
}

.contact-form .form-honey {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.form-field {
  position: relative;
  display: grid;
  gap: 8px;
}

.contact-form input {
  width: 100%;
  height: 68px;
  border: 0;
  border-radius: 18px;
  background: var(--panel-2);
  color: var(--white);
  outline: 0;
  padding: 0 24px;
  font-size: 18px;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input::placeholder {
  color: #8f8f8f;
}

.contact-form input:focus {
  box-shadow: inset 0 0 0 1px rgba(228, 207, 148, 0.74), 0 0 0 4px rgba(214, 185, 120, 0.08);
}

.form-field.is-invalid input {
  background: rgba(66, 31, 31, 0.52);
  box-shadow: inset 0 0 0 1px rgba(255, 118, 118, 0.72);
}

.form-field.is-valid input {
  box-shadow: inset 0 0 0 1px rgba(214, 185, 120, 0.5);
}

.field-error {
  min-height: 16px;
  color: #ffb0a6;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.form-field.is-invalid .field-error {
  opacity: 1;
  transform: translateY(0);
}

.contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-actions .button {
  min-width: 0;
  min-height: 68px;
  padding: 0 18px;
  text-align: center;
}

.form-note {
  margin-top: 22px;
  color: #868686;
  font-size: 13px;
  line-height: 1.45;
}

.form-note a {
  color: #d7d7d7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-status {
  margin-top: 14px;
  border: 1px solid rgba(214, 185, 120, 0.34);
  border-radius: 16px;
  background: rgba(214, 185, 120, 0.12);
  color: #f0dfaa;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.35;
}

.form-status.is-error {
  border-color: rgba(255, 118, 118, 0.44);
  background: rgba(66, 31, 31, 0.34);
  color: #ffb0a6;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(214, 185, 120, 0.22);
  background:
    radial-gradient(circle at 18% 12%, rgba(214, 185, 120, 0.16), transparent 32%),
    radial-gradient(circle at 86% 78%, rgba(214, 185, 120, 0.12), transparent 34%),
    linear-gradient(145deg, #121514 0%, #070808 100%);
  color: var(--white);
  padding: clamp(52px, 5vw, 96px) 0 0;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(8, 9, 9, 0.6), rgba(8, 9, 9, 0.92)),
    url("assets/photo-1526394931762-90052e97b376.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.18;
  content: "";
}

.footer-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(180px, 0.8fr) minmax(280px, 1fr);
  gap: 48px;
  align-items: start;
}

.footer-logo {
  width: clamp(180px, 14vw, 270px);
  margin-bottom: 24px;
  border: 1px solid rgba(214, 185, 120, 0.18);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.62);
  padding: 10px 12px;
  filter: drop-shadow(0 12px 28px rgba(214, 185, 120, 0.16));
}

.footer-layout p,
.footer-layout a,
.footer-bottom {
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.5;
}

.footer-layout p {
  max-width: 360px;
  color: #cfc8bc;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.footer-socials a {
  position: relative;
  display: inline-grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(244, 226, 178, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transition: background-color 180ms ease, transform 180ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  background: var(--gold-soft);
  transform: translateY(-2px);
}

.footer-socials .vk-icon {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.footer-layout nav {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.footer-layout a {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  justify-self: start;
}

.footer-layout a:hover {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-layout .footer-socials a {
  position: relative;
  display: inline-grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(244, 226, 178, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transition: background-color 180ms ease, transform 180ms ease;
}

.footer-layout .footer-socials a:hover,
.footer-layout .footer-socials a:focus-visible {
  background: var(--gold-soft);
  text-decoration: none;
  transform: translateY(-2px);
}

.footer-layout .footer-socials .vk-icon,
.footer-layout .footer-socials .instagram-icon {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.service-menu__social-link .instagram-icon,
.artist-socials .instagram-icon,
.footer-socials .instagram-icon,
.footer-layout .footer-socials .instagram-icon {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: clamp(270px, 23vw, 442px);
  align-items: flex-start;
  justify-content: space-between;
  margin-top: clamp(62px, 6vw, 116px);
}

.footer-wordmark {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100vw;
  color: rgba(214, 185, 120, 0.14);
  font-size: clamp(86px, 26.5vw, 510px);
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
}

.cookie-banner {
  position: fixed;
  left: clamp(16px, 2vw, 38px);
  right: auto;
  bottom: clamp(16px, 2vw, 38px);
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(720px, calc(100vw - 32px));
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(15, 18, 18, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  padding: 18px;
  backdrop-filter: blur(16px);
}

.cookie-banner p {
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.35;
}

.cookie-banner[hidden] {
  display: none;
}



.legal-page {
  background: #f3f2ee;
  color: #111;
}

.legal-header {
  padding: 34px 0;
  background: #000;
  color: #fff;
}

.legal-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-header img {
  width: clamp(160px, 15vw, 220px);
}

.legal-header a:not(.brand-link) {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.legal-document {
  width: min(900px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 72px 0 96px;
}

.legal-document h1 {
  max-width: 100%;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.legal-document h2 {
  margin-top: 42px;
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.legal-document p,
.legal-document li {
  color: #333;
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.legal-document a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-document p {
  margin-top: 18px;
}

.legal-document ul {
  margin: 18px 0 0;
  padding-left: 24px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .brand {
    width: clamp(198px, 15vw, 232px);
    height: clamp(62px, 5vw, 78px);
  }

  .header-nav a,
  .header-telegram,
  .button {
    font-size: 16px;
  }

  .eyebrow {
    font-size: 18px;
  }

  .hero h1 {
    font-size: 52px;
    line-height: 1;
  }

  .section-head h2,
  .services-copy h2,
  .formats h2,
  .education h2,
  .contact h2 {
    font-size: 48px;
    line-height: 1.02;
  }

  .hero-lead {
    font-size: 22px;
    line-height: 1.34;
  }

  .services-copy p,
  .formats-layout > p,
  .education-text,
  .contact-content > p {
    font-size: 19px;
    line-height: 1.45;
  }

  .audience-card h3,
  .service-list p,
  .format-pills span {
    font-size: 20px;
    line-height: 1.14;
  }

  .artist-list h3 {
    font-size: 40px;
    line-height: 1.02;
  }

  .artist-card__content p {
    font-size: 17px;
  }

  .contact-form input {
    font-size: 18px;
  }

  .footer-layout p,
  .footer-layout a,
  .footer-bottom,
  .form-note {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .header-nav,
  .header-telegram {
    display: none;
  }

  .menu-button {
    display: grid;
    position: fixed;
    top: 18px;
    right: calc(18px + var(--scrollbar-compensation, 0px));
    z-index: 120;
  }

  .service-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .service-menu__panel {
    width: min(720px, var(--container));
    gap: clamp(18px, 4vw, 34px);
  }

  .service-menu__socials {
    width: min(520px, var(--container));
  }

  .service-menu__panel a {
    min-height: auto;
    padding: 0;
    font-size: clamp(26px, 4.8vw, 48px);
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-card--wide {
    grid-column: 1 / -1;
  }

  .artist-list {
    grid-template-columns: 1fr;
  }

  .services-layout,
  .education-layout,
  .formats-layout,
  .contact-board {
    grid-template-columns: 1fr;
  }

  .formats-layout > p {
    justify-self: start;
  }

  .contact-visual {
    min-height: 480px;
  }

  .contact-content {
    padding: 38px 28px 42px;
  }

  .footer-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  html {
    scrollbar-gutter: auto;
  }

  body.is-locked {
    padding-right: 0;
  }

  :root {
    --container: calc(100vw - 40px);
  }

  .site-header {
    padding: 12px 8px;
  }

  .brand {
    width: 148px;
    height: 48px;
    border-radius: 14px;
  }

  .menu-button {
    width: 58px;
    height: 48px;
    top: 12px;
    right: calc(12px + var(--scrollbar-compensation, 0px));
  }

  .service-menu {
    height: 100dvh;
    padding: 92px 20px 54px;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .service-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .service-menu__panel {
    width: min(100%, calc(100vw - 40px));
    gap: 20px;
    padding: 0;
    border-radius: 0;
  }

  .service-menu__panel a {
    min-height: auto;
    border-radius: 0;
    padding: 0;
    font-size: clamp(20px, 6vw, 28px);
    line-height: 1.05;
    background: none;
  }

  .service-menu__socials {
    width: 100%;
    margin-top: 38px;
  }

 

  .hero {
    min-height: 680px;
  }

  .hero-media {
    background-position: top right -330px;
    background-size: 920px auto;
  }

  .hero::after {
    background:
      radial-gradient(circle at 80% 12%, rgba(214, 185, 120, 0.12), transparent 32%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.66), #000 72%);
  }

  .hero__inner {
    align-items: flex-end;
    padding: 120px 0 70px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1,
  .section-head h2,
  .services-copy h2,
  .formats h2,
  .education h2,
  .contact h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: 25px;
    line-height: 1.12;
  }

  .hero-lead,
  .services-copy p,
  .formats-layout > p,
  .education-text,
  .contact-content > p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.42;
  }

  .hero-action,
  .contact-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .button {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .audience,
  .services,
  .formats,
  .artists-section,
  .education,
  .contact {
    padding: 68px 0;
  }

  .section-head {
    display: block;
  }

  .section-head h2 {
    margin-top: 12px;
  }

  .audience-grid,
  .artist-list,
  .service-list {
    grid-template-columns: 1fr;
  }

  .audience-card,
  .artist-list article {
    min-height: 230px;
  }

  .artist-list article {
    min-height: 340px;
  }

  .artist-list h3 {
    margin-top: 0;
  }

  .artist-card__content p {
    font-size: 15px;
  }

  .format-pills span {
    width: 100%;
    min-height: 58px;
  }

  .services-board {
    min-height: auto;
    padding: 22px;
    border-radius: 28px;
  }

  .service-list {
    gap: 18px;
  }

  .service-list li {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .service-list span {
    width: 38px;
    font-size: 15px;
  }

  .service-list p {
    font-size: 16px;
    line-height: 1.24;
  }

  .contact-visual {
    min-height: 350px;
  }

  .contact-form input,
  .contact-actions .button {
    height: 58px;
  }

  .footer-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    min-height: 210px;
    margin-top: 48px;
  }

  .footer-wordmark {
    font-size: clamp(86px, 26.5vw, 146px);
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    left: 12px;
  
    width: calc(100vw - 24px);
    gap: 10px;
    border-radius: 18px;
    padding: 12px;
  }

  .cookie-banner p {
    font-size: 12px;
  }

  .cookie-banner .button {
    min-height: 48px;
  }

  .legal-header .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-page .container {
    width: calc(100vw - 32px);
  }

  .legal-header {
    padding: 24px 0 28px;
  }

  .legal-header img {
    width: 168px;
  }

  .legal-header a:not(.brand-link) {
    font-size: 15px;
  }

  .legal-document {
    width: calc(100vw - 32px);
    padding: 56px 0 72px;
  }

  .legal-document h1 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.08;
  }

  .legal-document h2 {
    margin-top: 34px;
    font-size: 22px;
    line-height: 1.18;
  }

  .legal-document p,
  .legal-document li {
    font-size: 16px;
    line-height: 1.55;
  }

  .legal-document ul {
    padding-left: 18px;
  }
}
