:root {
  --ink: #17120f;
  --paper: #f7f1e7;
  --muted: #75695e;
  --red: #9f3827;
  --brick: #c35b35;
  --blue: #0d5d70;
  --green: #6f8f72;
  --line: rgba(23, 18, 15, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 64px);
  color: #fff;
}

.site-header.solid {
  position: sticky;
  color: var(--ink);
  background: rgba(247, 241, 231, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.main-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.88;
}

.main-nav a.active,
.main-nav a:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(5, 67, 82, 0.08), rgba(159, 56, 39, 0.12)),
    url("assets/samara-bg.jpg?v=2") center / cover,
    linear-gradient(145deg, #0a5d70 0%, #d5e2d0 36%, #b94a30 54%, #f7f1e7 100%);
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.24) 52%, rgba(0, 0, 0, 0.02));
}

.hero-content {
  position: relative;
  max-width: 900px;
  padding: 160px clamp(20px, 5vw, 64px) clamp(44px, 8vw, 88px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brick);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f5b36f;
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.98;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(58px, 13vw, 156px);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 6vw, 74px);
}

h3 {
  font-size: 22px;
  line-height: 1.15;
}

.lead {
  max-width: 690px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.18;
}

.hero-subline,
.hero-date {
  max-width: 690px;
  margin-bottom: 8px;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.2;
}

.hero-date {
  color: #f5b36f;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.band,
.split,
.page {
  padding: clamp(54px, 8vw, 110px) clamp(20px, 5vw, 64px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
}

.intro p:last-child,
.page-hero p {
  max-width: 820px;
  font-size: clamp(20px, 2.2vw, 30px);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 460px);
  gap: clamp(28px, 6vw, 96px);
  align-items: center;
  background: #ead9c4;
}

.split p {
  max-width: 650px;
  color: var(--muted);
  font-size: 19px;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 800;
  border-bottom: 2px solid currentColor;
}

.portrait-panel {
  display: grid;
  gap: 18px;
}

.photo {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  margin-bottom: 18px;
}

.feiman-photo {
  background:
    linear-gradient(145deg, rgba(13, 93, 112, 0.18), rgba(195, 91, 53, 0.2)),
    url("assets/mikhail-feiman.jpg?v=2") center / cover,
    linear-gradient(135deg, var(--blue), var(--green));
}

.vikulov-photo {
  background:
    linear-gradient(145deg, rgba(13, 93, 112, 0.18), rgba(23, 18, 15, 0.12)),
    url("assets/roman-vikulov.jpg?v=1") center / cover,
    linear-gradient(135deg, #d9d9d9, #111);
}

.rostscik-photo {
  background:
    linear-gradient(145deg, rgba(159, 56, 39, 0.12), rgba(23, 18, 15, 0.1)),
    url("assets/andrey-rostscik.jpg?v=1") center / cover,
    linear-gradient(135deg, #e7e1d8, #b66a42);
}

.usov-photo {
  background:
    linear-gradient(145deg, rgba(13, 93, 112, 0.14), rgba(23, 18, 15, 0.12)),
    url("assets/andrey-usov.jpg?v=1") center / cover,
    linear-gradient(135deg, #c9d7d8, #5f6a6d);
}

.shugaev-photo {
  background:
    linear-gradient(145deg, rgba(23, 18, 15, 0.08), rgba(159, 56, 39, 0.14)),
    url("assets/nikolay-shugaev.jpg?v=1") center / cover,
    linear-gradient(135deg, #d8c8b7, #473a34);
}

.tolstov-photo {
  background:
    linear-gradient(145deg, rgba(23, 18, 15, 0.08), rgba(13, 93, 112, 0.14)),
    url("assets/alexey-tolstov.jpg?v=1") center / cover,
    linear-gradient(135deg, #c8d1ce, #2d3032);
}

.ostrovsky-photo {
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.12), rgba(159, 56, 39, 0.12)),
    url("assets/alexander-ostrovsky.jpg?v=1") center / cover,
    linear-gradient(135deg, #e8e8e8, #95553c);
}

.portrait-panel strong {
  display: block;
  font-size: 24px;
}

.portrait-panel span {
  color: var(--muted);
}

.program-preview {
  background: var(--ink);
  color: var(--paper);
}

.idea-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.idea-copy p {
  max-width: 860px;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 23px);
}

.concert-list {
  display: grid;
  gap: 18px;
}

.concert-list.light {
  margin-bottom: clamp(54px, 8vw, 110px);
}

.concert-card {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: clamp(20px, 4vw, 52px);
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(247, 241, 231, 0.24);
  background: rgba(247, 241, 231, 0.06);
}

.concert-list.light .concert-card {
  border-color: var(--line);
  background: #fff9ef;
}

.concert-card h2,
.concert-card h3 {
  margin-bottom: 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1;
}

.concert-meta {
  display: grid;
  align-content: start;
  gap: 8px;
}

.concert-meta span {
  color: var(--brick);
  font-weight: 800;
  text-transform: uppercase;
}

.concert-meta strong {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
}

.concert-meta em {
  color: inherit;
  font-style: normal;
  font-weight: 800;
}

.names,
.note {
  color: inherit;
  font-weight: 800;
}

.works {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(247, 241, 231, 0.24);
}

.event-grid article {
  min-height: 260px;
  padding: 24px;
  background: var(--ink);
}

.event-grid span,
.artist-card span,
.price-list span {
  display: block;
  margin-bottom: 14px;
  color: var(--brick);
  font-weight: 800;
}

.page {
  max-width: 1240px;
  margin: 0 auto;
}

.compact-page {
  max-width: 1180px;
}

.page-hero {
  padding: 32px 0 54px;
}

.compact-hero {
  padding-bottom: 36px;
}

.page-hero h1 {
  font-size: clamp(54px, 10vw, 118px);
}

.schedule,
.venue-list {
  border-top: 1px solid var(--line);
}

.schedule-item,
.venue-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: clamp(18px, 5vw, 80px);
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.date,
.venue-row span {
  color: var(--red);
  font-size: 20px;
  font-weight: 800;
}

.schedule-item h2,
.venue-row h2 {
  margin-bottom: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
}

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

.artist-list {
  display: grid;
  gap: 18px;
}

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

.roster-card {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  background: #fff9ef;
  border: 1px solid var(--line);
}

.roster-card .photo {
  aspect-ratio: 4 / 5;
  margin-bottom: 18px;
}

.roster-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--brick);
  font-weight: 800;
}

.roster-card h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 3.6vw, 54px);
}

.roster-card p {
  color: var(--muted);
  font-size: 16px;
}

.artist-profile {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  padding: clamp(18px, 3vw, 30px);
  background: #fff9ef;
  border: 1px solid var(--line);
}

.artist-profile .photo {
  aspect-ratio: 4 / 5;
  min-height: 0;
  margin: 0;
}

.artist-text span,
.venue-card span,
.ticket-cards span {
  display: block;
  margin-bottom: 12px;
  color: var(--brick);
  font-weight: 800;
}

.artist-text h2 {
  margin-bottom: 16px;
  font-size: clamp(42px, 6vw, 76px);
}

.artist-text p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.more-artists {
  margin-top: 28px;
  padding: 28px;
  background: var(--ink);
  color: var(--paper);
}

.name-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.name-cloud span {
  padding: 9px 13px;
  border: 1px solid rgba(247, 241, 231, 0.4);
  border-radius: 999px;
  font-weight: 800;
}

.artist-card {
  min-height: 330px;
  padding: 24px;
  background: #fff9ef;
  border: 1px solid var(--line);
}

.artist-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) 1fr;
  gap: 26px;
  align-items: end;
}

.artist-card.empty {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, rgba(13, 93, 112, 0.1), rgba(195, 91, 53, 0.16)),
    #fff9ef;
}

.ticket-layout {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 420px);
  gap: 28px;
}

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

.venue-card,
.ticket-cards article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 3vw, 32px);
  background: #fff9ef;
  border: 1px solid var(--line);
}

.venue-card h2,
.ticket-cards h2,
.ticket-request h2 {
  margin-bottom: 14px;
  font-size: clamp(38px, 5.2vw, 82px);
}

.venue-card h2 {
  line-height: 0.92;
}

.venue-card p,
.ticket-cards p,
.ticket-request p {
  color: var(--muted);
  font-size: 18px;
}

.ticket-request {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 420px);
  gap: 28px;
  margin-top: 28px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--ink);
  color: var(--paper);
}

.ticket-request p {
  color: rgba(247, 241, 231, 0.72);
}

.ticket-request .request-form {
  background: #fff9ef;
  color: var(--ink);
}

.price-list {
  display: grid;
  gap: 14px;
}

.price-list article,
.request-form {
  padding: 24px;
  background: #fff9ef;
  border: 1px solid var(--line);
}

.price-list strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.request-form {
  display: grid;
  align-content: start;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header.solid {
    position: static;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .intro,
  .idea-section,
  .split,
  .ticket-layout,
  .ticket-request,
  .artist-card.featured,
  .concert-card,
  .artist-profile {
    grid-template-columns: 1fr;
  }

  .event-grid,
  .artist-grid,
  .artist-roster,
  .venue-cards,
  .ticket-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artist-card.featured {
    grid-column: span 1;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 86vh;
  }

  .hero-content {
    padding-top: 190px;
  }

  .main-nav a {
    min-height: 34px;
    font-size: 13px;
  }

  .event-grid,
  .artist-grid,
  .artist-roster,
  .venue-cards,
  .ticket-cards {
    grid-template-columns: 1fr;
  }

  .schedule-item,
  .venue-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-footer {
    flex-direction: column;
  }
}
