:root {
      --black: #0c0b0a;
      --graphite: #171513;
      --graphite-soft: #211e1a;
      --cream: #f3eee4;
      --cream-deep: #e3d8c7;
      --red: #c9122f;
      --red-deep: #8f0b20;
      --red-soft: #f05a70;
      --gold: #c4a66a;
      --gold-soft: #e6d4a7;
      --olive: #4d6047;
      --sage: #dfe5d7;
      --muted: #8d8578;
      --line-dark: rgba(255, 255, 255, 0.14);
      --line-light: rgba(24, 22, 19, 0.14);
      --shadow: 0 26px 70px rgba(12, 11, 10, 0.28);
      --radius: 18px;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      min-height: 100%;
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      background: var(--cream);
      color: var(--graphite);
      scroll-behavior: smooth;
    }

    body {
      overflow-x: hidden;
    }

    main,
    section,
    footer {
      max-width: 100%;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
    }

    .container {
      width: min(1160px, calc(100% - 36px));
      margin: 0 auto;
    }

    .hero {
      position: relative;
      min-height: 760px;
      overflow: hidden;
      background:
        linear-gradient(112deg, rgba(12, 11, 10, 0.98) 0%, rgba(24, 15, 16, 0.94) 48%, rgba(128, 12, 29, 0.64) 100%),
        radial-gradient(circle at 78% 22%, rgba(201, 18, 47, 0.34), transparent 36%),
        radial-gradient(circle at 12% 80%, rgba(196, 166, 106, 0.12), transparent 30%),
        url("https://static.tildacdn.com/tild3639-6664-4665-a139-376366313662/photo.png") center / cover no-repeat,
        var(--graphite);
      color: var(--cream);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: auto -12% 0 38%;
      height: 44%;
      background: linear-gradient(180deg, rgba(201, 18, 47, 0), rgba(201, 18, 47, 0.2));
      transform: skewX(-18deg);
      pointer-events: none;
    }

    .hero-inner {
      position: relative;
      z-index: 2;
      min-height: 760px;
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
      gap: 30px;
      align-items: center;
      padding: 58px 0 86px;
    }

    .hero-copy {
      max-width: 540px;
      animation: revealUp 640ms ease-out both;
    }

    .hero-logo {
      width: min(480px, 86vw);
      margin: 0 0 28px;
      filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.38));
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 16px;
      color: var(--red-soft);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 36px;
      height: 1px;
      background: currentColor;
    }

    .hero-title {
      margin: 0;
      font-size: clamp(38px, 6vw, 82px);
      line-height: 0.95;
      font-weight: 850;
      letter-spacing: 0.01em;
      text-transform: uppercase;
    }

    .hero-lead {
      margin: 22px 0 0;
      max-width: 36ch;
      color: rgba(243, 238, 228, 0.78);
      font-size: clamp(17px, 2vw, 21px);
      line-height: 1.45;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 34px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 14px 22px;
      border-radius: 999px;
      text-decoration: none;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
    }

    .btn-primary {
      background: var(--red);
      color: #fff !important;
      border: 1px solid var(--red);
      box-shadow: 0 18px 34px rgba(201, 18, 47, 0.24);
    }

    .btn-primary:visited,
    .btn-primary:hover,
    .btn-primary:focus,
    .ticket-link.primary,
    .ticket-link.primary:visited,
    .ticket-link.primary:hover,
    .ticket-link.primary:focus {
      color: #fff !important;
    }

    .btn-primary:hover {
      background: var(--red-deep);
      border-color: var(--red-deep);
    }

    .btn-primary:hover,
    .btn-secondary:hover,
    .ticket-link:hover,
    .vk-event-link:hover,
    .music-link:hover,
    .social-link:hover {
      transform: translateY(-2px);
    }

    .btn-secondary {
      color: var(--cream);
      border: 1px solid var(--line-dark);
      background: rgba(255, 255, 255, 0.04);
    }

    .btn-secondary:hover {
      border-color: rgba(243, 238, 228, 0.46);
      background: rgba(255, 255, 255, 0.08);
    }

    .hero-art {
      position: absolute;
      z-index: 1;
      right: max(-26px, calc((100vw - 1160px) / 2 - 54px));
      bottom: 0;
      width: min(650px, 51vw);
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      pointer-events: none;
    }

    .hero-art::before {
      content: "";
      position: absolute;
      right: 5%;
      bottom: 0;
      width: 78%;
      height: 28%;
      background: linear-gradient(180deg, rgba(12, 11, 10, 0), rgba(12, 11, 10, 0.52));
      filter: blur(18px);
      transform: skewX(-10deg);
    }

    .hero-photo {
      position: relative;
      z-index: 1;
      width: 100%;
      max-height: 720px;
      object-fit: contain;
      object-position: bottom right;
      filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.32));
    }

    .hero-base {
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: rgba(243, 238, 228, 0.18);
    }

    .music {
      background:
        radial-gradient(circle at 9% 15%, rgba(201, 18, 47, 0.22), transparent 34%),
        linear-gradient(135deg, #171112 0%, #261416 48%, #0f0d0c 100%);
      color: var(--cream);
      padding: 92px 0;
    }

    .music .section-kicker {
      color: var(--red-soft);
    }

    .music .section-text {
      color: rgba(243, 238, 228, 0.72);
    }

    .music-shell {
      display: grid;
      grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
      gap: clamp(28px, 5vw, 62px);
      align-items: center;
    }

    .music-shell > *,
    .show-row > * {
      min-width: 0;
    }

    .section-kicker {
      margin: 0 0 12px;
      color: var(--red);
      font-size: 12px;
      font-weight: 850;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .section-title {
      margin: 0;
      font-size: clamp(30px, 4vw, 50px);
      line-height: 1.02;
      letter-spacing: 0.01em;
      text-transform: uppercase;
    }

    .section-text {
      margin: 18px 0 0;
      color: #625a4d;
      font-size: 18px;
      line-height: 1.55;
      max-width: 48ch;
      overflow-wrap: break-word;
    }

    .music-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .music-panel {
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      min-height: 560px;
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(201, 18, 47, 0.34), transparent 46%),
        linear-gradient(28deg, rgba(196, 166, 106, 0.13), transparent 56%),
        var(--graphite);
      color: var(--cream);
      padding: clamp(18px, 3vw, 34px);
      box-shadow: var(--shadow);
      display: grid;
      align-items: center;
    }

    .music-panel::after {
      content: "";
      position: absolute;
      inset: auto -28px -48px auto;
      width: 230px;
      height: 230px;
      border-radius: 50%;
      border: 1px solid rgba(243, 238, 228, 0.13);
    }

    .music-panel::before {
      content: "";
      position: absolute;
      inset: 18px;
      border: 1px solid rgba(243, 238, 228, 0.1);
      border-radius: calc(var(--radius) - 6px);
      pointer-events: none;
    }

    .music-link {
      position: relative;
      z-index: 1;
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: var(--cream);
      color: var(--red) !important;
      padding: 13px 18px;
      border: 1px solid var(--red);
      text-decoration: none;
      font-size: 12px;
      font-weight: 850;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      box-shadow: 0 16px 34px rgba(201, 18, 47, 0.18);
      transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
    }

    .music-link:visited,
    .music-link:hover,
    .music-link:focus {
      color: var(--red) !important;
    }

    .music-link:hover {
      background: #fff;
      border-color: var(--red-deep);
    }

    .music-frame-wrap {
      position: relative;
      z-index: 1;
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      border-radius: 14px;
      background: #0f0f10;
      box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
    }

    .music-frame {
      display: block;
      width: 100%;
      height: 486px;
      border: 0;
      background: #0f0f10;
    }

    .shows {
      background:
        linear-gradient(180deg, #fffaf2 0%, #f4eadc 100%);
      padding: 78px 0 86px;
      border-top: 1px solid var(--line-light);
    }

    .shows-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 34px;
    }

    .shows-note {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .shows-list {
      border-top: 1px solid var(--line-light);
    }

    .show-row {
      display: grid;
      grid-template-columns: 118px minmax(0, 1fr) auto;
      gap: 22px;
      align-items: center;
      padding: 24px 0;
      border-bottom: 1px solid var(--line-light);
    }

    .show-date {
      color: var(--red);
      font-size: 15px;
      font-weight: 850;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .show-city {
      margin: 0 0 6px;
      color: var(--graphite);
      font-size: clamp(21px, 2.5vw, 30px);
      font-weight: 850;
      line-height: 1;
      text-transform: uppercase;
    }

    .show-place {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .show-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
      min-width: 0;
    }

    .ticket-link {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      padding: 12px 16px;
      text-decoration: none;
      font-size: 12px;
      font-weight: 850;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
      white-space: nowrap;
    }

    .ticket-link.primary {
      background: var(--red);
      color: #fff !important;
      border: 1px solid var(--red);
      box-shadow: 0 10px 24px rgba(201, 18, 47, 0.16);
    }

    .ticket-link.primary:hover {
      background: var(--red-deep);
      border-color: var(--red-deep);
    }

    .vk-event-link {
      display: inline-flex;
      width: 44px;
      height: 44px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid rgba(201, 18, 47, 0.18);
      background: rgba(201, 18, 47, 0.06);
      transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
    }

    .vk-event-link:hover {
      border-color: rgba(201, 18, 47, 0.34);
      background: rgba(201, 18, 47, 0.1);
    }

    .vk-event-icon {
      width: 20px;
      height: 20px;
      object-fit: contain;
    }

    .footer {
      background:
        linear-gradient(90deg, rgba(201, 18, 47, 0.12), transparent 46%),
        var(--graphite-soft);
      color: rgba(243, 238, 228, 0.72);
      padding: 32px 0;
    }

    .footer-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
    }

    .footer-note {
      margin: 0;
      font-size: 12px;
      font-weight: 750;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .footer-logos {
      display: flex;
      align-items: center;
      gap: 22px;
      flex-wrap: wrap;
    }

    .footer-branding,
    .footer-socials {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
    }

    .footer-socials {
      gap: 10px;
    }

    .social-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid rgba(243, 238, 228, 0.16);
      background: rgba(255, 255, 255, 0.04);
      transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
    }

    .social-link:hover {
      border-color: rgba(243, 238, 228, 0.34);
      background: rgba(255, 255, 255, 0.08);
    }

    .social-icon {
      width: 20px;
      height: 20px;
      object-fit: contain;
    }

    .footer-artist {
      width: 142px;
      opacity: 0.82;
    }

    .footer-sr-logo {
      width: 156px;
    }

    @keyframes revealUp {
      from {
        opacity: 0;
        transform: translateY(22px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 1060px) {
      .hero,
      .hero-inner {
        min-height: 700px;
      }

      .hero-inner {
        grid-template-columns: 1fr;
        align-items: start;
        padding-bottom: 340px;
      }

      .hero-art {
        width: min(560px, 82vw);
        right: 0;
      }

      .music-shell {
        grid-template-columns: 1fr;
      }

      .music-panel {
        width: min(100%, 760px);
        min-height: 500px;
        justify-self: center;
      }
    }

    @media (max-width: 760px) {
      html,
      body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      main,
      .hero,
      .music,
      .shows,
      .footer {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
      }

      .container {
        width: calc(100% - 36px);
        max-width: calc(100% - 36px);
      }

      .hero-copy,
      .music-shell,
      .music-panel,
      .music-frame-wrap,
      .shows-list,
      .footer-inner,
      .footer-logos {
        width: 100%;
        max-width: 100%;
      }

      .hero,
      .hero-inner {
        min-height: 690px;
      }

      .hero-inner {
        padding: 36px 0 315px;
      }

      .hero-logo {
        width: min(330px, 88vw);
        margin-bottom: 22px;
      }

      .hero-title {
        max-width: 9ch;
        font-size: clamp(34px, 10.2vw, 42px);
        line-height: 1.06;
      }

      .hero-lead {
        max-width: 30ch;
      }

      .section-text {
        max-width: 100%;
        font-size: 16px;
      }

      .hero-art {
        left: 0;
        right: 0;
        width: 100%;
        height: 315px;
        justify-content: center;
      }

      .hero-photo {
        width: min(354px, 92vw);
        max-height: 315px;
        object-position: bottom center;
        margin: 0 auto;
      }

      .hero-actions {
        align-items: flex-start;
        flex-direction: row;
      }

      .show-actions {
        align-items: stretch;
        flex-direction: row;
      }

      .btn {
        width: auto;
        min-height: 46px;
        padding: 13px 20px;
      }

      .music-link {
        width: 100%;
      }

      .ticket-link {
        width: auto;
      }

      .vk-event-link {
        width: 44px;
        flex: 0 0 44px;
      }

      .music-shell {
        gap: 28px;
      }

      .music,
      .shows {
        padding: 54px 0;
      }

      .music .container,
      .shows .container {
        width: calc(100% - 36px);
        max-width: calc(100% - 36px);
      }

      .music-panel {
        min-height: auto;
        padding: 12px;
        border-radius: 14px;
      }

      .music-frame {
        height: 300px;
      }

      .shows-head {
        display: block;
      }

      .shows-note {
        margin-top: 12px;
      }

      .show-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 22px 0;
      }

      .show-actions {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px;
        align-items: center;
        gap: 8px;
      }

      .show-actions .ticket-link {
        width: 100%;
        min-width: 0;
      }

      .show-actions .vk-event-link {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        flex: 0 0 44px;
      }

      .footer-inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 18px;
      }

      .footer-logos {
        flex-direction: column;
        justify-content: center;
        gap: 16px;
      }

      .footer-branding,
      .footer-socials {
        width: 100%;
        justify-content: center;
      }

      .footer-branding {
        flex-direction: column;
        gap: 12px;
      }

      .footer-artist {
        width: 122px;
      }

      .footer-sr-logo {
        width: 132px;
      }
    }

    @media (max-width: 420px) {
      .hero-title {
        max-width: 8.5ch;
      }

      .hero-art {
        width: 100%;
        height: 292px;
      }

      .hero-photo {
        width: min(334px, 90vw);
        max-height: 292px;
      }

      .music-frame {
        height: 285px;
      }
    }

    @media print {
      @page {
        size: 1440px 3500px;
        margin: 0;
      }

      * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
      }

      html,
      body {
        width: 1440px;
        margin: 0;
        background: var(--cream);
      }

      body {
        overflow: visible;
      }

      .container {
        width: 1160px;
      }

      .hero,
      .hero-inner {
        min-height: 760px;
      }

      .hero-inner {
        grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
        padding: 58px 0 86px;
      }

      .hero-art {
        right: 86px;
        width: 650px;
      }

      .music,
      .shows,
      .footer {
        break-inside: avoid;
        page-break-inside: avoid;
      }

      .btn,
      .ticket-link,
      .music-link,
      .vk-event-link,
      .social-link {
        transform: none !important;
      }
    }