.home-premium-page {
  --home-bg: #0b1017;
  --home-surface: #131b26;
  --home-surface-2: #1a1721;
  --home-surface-3: #182330;
  --home-line: rgba(255, 255, 255, 0.1);
  --home-line-strong: rgba(255, 255, 255, 0.17);
  --home-text: #f6f7fb;
  --home-muted: #aeb8c7;
  --home-primary: #7664ff;
  --home-primary-hover: #8c7cff;
  --home-accent: #00d9b4;
  --home-danger: #ff627d;
  --home-shadow: 0 22px 55px rgba(0, 0, 0, 0.3);
  margin: 0;
  overflow-x: hidden;
  background: var(--home-bg);
  color: var(--home-text);
}

.home-premium-page *,
.home-premium-page *::before,
.home-premium-page *::after {
  box-sizing: border-box;
}

.home-premium-page main {
  overflow: hidden;
  background: var(--home-bg);
}

.home-premium-page .container {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.home-premium-page .site-header .container,
.home-premium-page .site-footer .container,
.home-premium-page .sub-footer .container {
  width: min(1160px, 92%);
}

.home-premium-page .site-header .container {
  width: min(1480px, calc(100% - 64px));
}

.home-premium-page .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 16, 23, 0.96);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: saturate(140%) blur(14px);
}

.home-premium-page .header-inner {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 24px;
}

.home-premium-page .brand {
  justify-self: start;
}

.home-premium-page .main-nav {
  justify-self: center;
}

.home-premium-page .main-nav ul {
  gap: 16px;
  justify-content: center;
}

.home-premium-page .main-nav a:not(.btn-outline) {
  border-radius: 999px;
  padding: 11px 18px;
}

.home-premium-page .main-nav a:not(.btn-outline):hover,
.home-premium-page .main-nav a:not(.btn-outline):focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.home-premium-page .header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
}

.home-premium-page .main-nav a,
.home-premium-page .offcanvas-nav a {
  color: #dce3ec;
}

.home-premium-page .main-nav a:hover,
.home-premium-page .main-nav a:focus-visible,
.home-premium-page .offcanvas-nav a:hover,
.home-premium-page .offcanvas-nav a:focus-visible {
  color: #ffffff;
}

.home-premium-page .main-nav .btn-outline,
.home-premium-page .header-actions .btn-outline,
.home-premium-page .offcanvas-nav .btn-outline {
  border-color: rgba(118, 100, 255, 0.72);
  /* border-radius: 7px; */
  color: #ffffff;
  background: rgba(118, 100, 255, 0.12);
}

.home-premium-page .main-nav .btn-outline:hover,
.home-premium-page .main-nav .btn-outline:focus-visible,
.home-premium-page .header-actions .btn-outline:hover,
.home-premium-page .header-actions .btn-outline:focus-visible {
  color: #0b0d12;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(112, 92, 252, .35);
  transform: translateY(-1px);
}

.home-premium-page .offcanvas {
  border-left: 1px solid var(--home-line);
  background: #111923;
}

.home-premium-page .home-hero {
  padding: 28px 0 34px;
  background: #090d13;
}

.home-premium-page .home-hero .container {
  width: min(1480px, calc(100% - 64px));
}

.home-premium-page .carousel {
  aspect-ratio: 16 / 7;
  height: auto;
  min-height: 460px;
  max-height: 720px;
  border: 0;
  border-radius: 26px;
  background: #090d13;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.home-premium-page .carousel-track,
.home-premium-page .slide,
.home-premium-page .slide picture {
  height: 100%;
}

.home-premium-page .slide picture {
  display: block;
}

.home-premium-page .slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-premium-page .carousel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(9, 13, 19, 0.84));
}

.home-premium-page .carousel-actions {
  position: absolute;
  left: clamp(22px, 5vw, 82px);
  bottom: 32px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 18px;
}

.home-premium-page .carousel-actions .carousel-btn {
  position: static;
  top: auto;
  z-index: 3;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 23, 31, 0.68);
  backdrop-filter: blur(14px);
  transform: none;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.home-premium-page .carousel-actions .carousel-btn:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.home-premium-page .carousel-actions .carousel-btn i {
  font-size: 1.25rem;
}

.home-premium-page .carousel-dots {
  display: none;
}

.home-premium-page .carousel-preview-bar {
  position: absolute;
  right: clamp(18px, 3.2vw, 40px);
  bottom: 32px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: min(58%, 820px);
}

.home-premium-page .carousel-counter {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 10px 24px rgba(0, 0, 0, .5);
}

.home-premium-page .carousel-counter-separator {
  margin-inline: 7px;
  color: rgba(255, 255, 255, .75);
}

.home-premium-page .carousel-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(110px, 10.5vw, 168px);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.home-premium-page .carousel-thumbs::-webkit-scrollbar {
  display: none;
}

.home-premium-page .carousel-thumb {
  aspect-ratio: 16 / 7;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, .06);
  opacity: .72;
  transform: translateY(0);
  transition: opacity .2s ease, transform .2s ease, border-color .2s ease;
}

.home-premium-page .carousel-thumb:hover,
.home-premium-page .carousel-thumb:focus-visible,
.home-premium-page .carousel-thumb.is-active {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .65);
}

.home-premium-page .carousel-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-premium-page .home-band {
  position: relative;
  padding: 72px 0;
  background: var(--home-bg);
}

.home-premium-page .home-promos,
.home-premium-page .home-gallery {
  border-block: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--home-surface-2);
}

.home-premium-page .home-coming {
  background: #0e151e;
}

.home-premium-page .home-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #111923;
}

.home-premium-page .section-head {
  min-height: 62px;
  margin: 0 0 28px;
  gap: 24px;
}

.home-premium-page .section-title-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.home-premium-page .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-accent);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-premium-page .section-kicker i {
  font-size: 0.95rem;
}

.home-premium-page .section-head h3,
.home-premium-page .contact-intro h3 {
  margin: 0;
  color: var(--home-text);
  font-size: 1.9rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.home-premium-page .link-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 217, 180, 0.4);
  color: #d8fff7;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.home-premium-page .link-more::after {
  content: none;
}

.home-premium-page .link-more:hover {
  border-color: var(--home-accent);
  color: #ffffff;
}

.home-premium-page .grid.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 220px));
  justify-content: start;
  gap: 22px;
}

.home-premium-page .cards .card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: var(--home-surface);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.home-premium-page .cards .card:nth-child(3n + 2) {
  background: #171b27;
}

.home-premium-page .cards .card:nth-child(3n) {
  background: #181720;
}

.home-premium-page .cards .card:hover {
  border-color: rgba(118, 100, 255, 0.62);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
  transform: translateY(-5px);
}

.home-premium-page .cards .card-media {
  overflow: hidden;
  width: 100%;
  flex: 0 0 auto;
  height: auto !important;
  min-height: 0;
  aspect-ratio: 2 / 3 !important;
  background: #090d13;
}

.home-premium-page .card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(9, 13, 19, 0.8));
}

.home-premium-page .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-premium-page .play-badge {
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(11, 16, 23, 0.72);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
}

.home-premium-page .play-badge i {
  margin-left: 2px;
  font-size: 1.5rem;
}

.home-premium-page .trailer-link:hover .play-badge {
  border-color: var(--home-accent);
  background: var(--home-primary);
}

.home-premium-page .rating,
.home-premium-page .tag,
.home-premium-page .card-badges .label {
  z-index: 4;
  border-radius: 5px;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.28);
}

.home-premium-page .tag {
  border: 1px solid rgba(0, 217, 180, 0.4);
  color: #d9fff8;
  background: rgba(0, 125, 105, 0.88);
}

.home-premium-page .card-body {
  min-height: 0;
  height: auto !important;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.home-premium-page .card-body h4 {
  min-height: 0;
  margin: 0 0 8px;
  overflow-wrap: anywhere;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.home-premium-page .card-body p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.home-premium-page .card-actions {
  margin-top: auto !important;
  padding-top: 14px;
}

.home-premium-page .btn,
.home-premium-page .card-actions .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #ffffff;
  background: var(--home-primary);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.home-premium-page .card-actions .btn-purchase {
  width: 100%;
}

.home-premium-page .btn:hover,
.home-premium-page .card-actions .btn:hover {
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  background: var(--home-primary-hover);
}

.home-premium-page .card-actions .btn-details {
  width: 100%;
  background: #263346;
}

.home-premium-page .card-actions .btn-details:hover {
  background: #33445d;
}

.releases-page .releases-listing {
  min-height: 68vh;
  padding: 72px 0 88px;
  background: #0e151e;
}

.releases-page .releases-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--home-line);
}

.releases-page .releases-title-group {
  max-width: 760px;
}

.releases-page .releases-title-group h1 {
  margin: 10px 0 12px;
  color: var(--home-text);
  font-size: 2.15rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.releases-page .releases-lead {
  max-width: 680px;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.releases-page .releases-summary {
  min-width: 170px;
  padding: 4px 0 4px 22px;
  border-left: 2px solid var(--home-accent);
}

.releases-page .releases-summary strong,
.releases-page .releases-summary span {
  display: block;
}

.releases-page .releases-summary strong {
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1;
}

.releases-page .releases-summary span {
  margin-top: 7px;
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.releases-page .releases-grid {
  justify-content: start;
}

.releases-page .card-body h4 a {
  color: inherit;
  text-decoration: none;
}

.releases-page .release-genre {
  min-height: 2.5em;
}

.releases-page .release-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.releases-page .release-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #d8e0eb;
  background: #202b39;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
}

.releases-page .release-meta:first-child {
  border-color: rgba(0, 217, 180, 0.26);
  color: #ddfff8;
  background: #12342f;
}

.releases-page .releases-empty {
  max-width: 620px;
  margin: 14px 0 0;
  padding: 22px 0;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  color: var(--home-muted);
}

.home-premium-page .promos-carousel,
.home-premium-page .gallery-carousel {
  gap: 16px;
  padding: 2px 2px 16px;
  scrollbar-color: #435168 transparent;
}

.home-premium-page .promos-carousel {
  grid-auto-columns: calc(25% - 12px);
}

.home-premium-page .gallery-carousel {
  grid-auto-columns: calc(25% - 12px);
}

.home-premium-page .promos-carousel img,
.home-premium-page .gallery-carousel img {
  width: 100%;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #0b1017;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.home-premium-page .promos-carousel img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.home-premium-page .gallery-carousel img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-premium-page .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: start;
  gap: 72px;
}

.home-premium-page .contact-intro {
  padding-top: 12px;
}

.home-premium-page .contact-intro h3 {
  max-width: 480px;
  margin-top: 10px;
  font-size: 2.15rem;
}

.home-premium-page .contact-intro > p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.home-premium-page .contact-channels {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.home-premium-page .contact-channel {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  color: #e8edf4;
  text-decoration: none;
}

.home-premium-page .contact-channel > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 217, 180, 0.24);
  border-radius: 7px;
  color: var(--home-accent);
  background: rgba(0, 217, 180, 0.07);
  font-size: 1.05rem;
}

.home-premium-page .contact-channel span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-premium-page .contact-channel small {
  display: block;
  margin-bottom: 2px;
  color: #7f8c9e;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-premium-page a.contact-channel:hover span {
  color: var(--home-accent);
}

.home-premium-page .contact-form {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--home-line-strong);
  border-radius: 8px;
  background: #17212d;
  box-shadow: var(--home-shadow);
}

.home-premium-page .form-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--home-line);
}

.home-premium-page .form-heading strong {
  color: #ffffff;
  font-size: 1.12rem;
}

.home-premium-page .form-heading span {
  color: var(--home-muted);
  font-size: 0.82rem;
}

.home-premium-page .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-premium-page .form-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.home-premium-page .form-field label {
  color: #edf1f6;
  font-size: 0.8rem;
  font-weight: 600;
}

.home-premium-page .form-field input,
.home-premium-page .form-field select,
.home-premium-page .form-field textarea {
  width: 100%;
  border: 1px solid #344255;
  border-radius: 6px;
  outline: none;
  color: #ffffff;
  background: #0e1620;
  font: inherit;
  font-size: 0.9rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.home-premium-page .form-field input,
.home-premium-page .form-field select {
  min-height: 48px;
  padding: 0 13px;
}

.home-premium-page .form-field textarea {
  min-height: 142px;
  resize: vertical;
  padding: 13px;
  line-height: 1.55;
}

.home-premium-page .form-field input::placeholder,
.home-premium-page .form-field textarea::placeholder {
  color: #728095;
  opacity: 1;
}

.home-premium-page .form-field input:focus,
.home-premium-page .form-field select:focus,
.home-premium-page .form-field textarea:focus {
  border-color: var(--home-primary);
  background: #111c28;
  box-shadow: 0 0 0 3px rgba(118, 100, 255, 0.15);
}

.home-premium-page .field-hint {
  color: #7f8c9e;
  font-size: 0.72rem;
}

.home-premium-page .contact-privacy {
  margin: 0;
  color: #8f9bad;
  font-size: 0.74rem;
  line-height: 1.55;
}

.home-premium-page .contact-privacy a {
  color: #b8fff3;
  text-underline-offset: 3px;
}

.home-premium-page .contact-submit {
  width: 100%;
  min-height: 48px;
  cursor: pointer;
}

.home-premium-page .button-content,
.home-premium-page .button-loading {
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.home-premium-page .button-content {
  display: inline-flex;
}

.home-premium-page .button-loading {
  display: none;
}

.home-premium-page .contact-submit.is-loading .button-content {
  display: none;
}

.home-premium-page .contact-submit.is-loading .button-loading {
  display: inline-flex;
}

.home-premium-page .contact-submit:disabled {
  cursor: wait;
  opacity: 0.76;
}

.home-premium-page .contact-spinner {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: home-contact-spin 0.7s linear infinite;
}

@keyframes home-contact-spin {
  to { transform: rotate(360deg); }
}

.home-premium-page .contact-status {
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.82rem;
  line-height: 1.5;
}

.home-premium-page .contact-status.is-success {
  border-color: rgba(0, 217, 180, 0.35);
  color: #cffff7;
  background: rgba(0, 151, 126, 0.14);
}

.home-premium-page .contact-status.is-error {
  border-color: rgba(255, 98, 125, 0.34);
  color: #ffd7de;
  background: rgba(176, 40, 66, 0.16);
}

.home-premium-page .contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.home-premium-page .home-location {
  scroll-margin-top: 84px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #0d141d;
}

.home-premium-page .location-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 64px;
}

.home-premium-page .location-copy h3 {
  margin: 10px 0 0;
  color: var(--home-text);
  font-size: 2.05rem;
  line-height: 1.2;
}

.home-premium-page .location-copy > p {
  max-width: 480px;
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.home-premium-page .location-address {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.home-premium-page .location-address-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 184, 77, 0.34);
  border-radius: 7px;
  color: #ffbd59;
  background: rgba(255, 184, 77, 0.09);
  font-size: 1.15rem;
}

.home-premium-page .location-address small {
  display: block;
  margin-bottom: 4px;
  color: #8f9bad;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-premium-page .location-address strong {
  display: block;
  color: #f2f5f9;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.home-premium-page .location-route-button {
  width: fit-content;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  border: 1px solid rgba(118, 100, 255, 0.7);
  border-radius: 7px;
  color: #ffffff;
  background: var(--home-primary);
  text-decoration: none;
}

.home-premium-page .location-route-button:hover {
  border-color: var(--home-primary-hover);
  color: #ffffff;
  background: var(--home-primary-hover);
}

.home-premium-page .location-route-button .bi-box-arrow-up-right {
  font-size: 0.78rem;
  opacity: 0.75;
}

.home-premium-page .location-map-shell {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 9;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--home-line-strong);
  border-radius: 8px;
  background: #17212d;
  box-shadow: var(--home-shadow);
}

.home-premium-page .location-map-shell iframe,
.home-premium-page .location-map-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.home-premium-page .location-map-shell iframe {
  pointer-events: none;
}

.home-premium-page .location-map-placeholder {
  display: grid;
  place-items: center;
  color: rgba(0, 217, 180, 0.55);
  background-color: #131d28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  font-size: 4.5rem;
}

.home-premium-page .location-map-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 18px;
  color: #ffffff;
  text-decoration: none;
}

.home-premium-page .location-map-link span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
  color: #ffffff;
  background: rgba(11, 16, 23, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  font-size: 0.82rem;
  font-weight: 700;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.home-premium-page .location-map-link:hover span,
.home-premium-page .location-map-link:focus-visible span {
  border-color: rgba(0, 217, 180, 0.72);
  background: #101a23;
  transform: translateY(-2px);
}

.home-premium-page .location-map-link:focus-visible {
  outline: 3px solid rgba(0, 217, 180, 0.5);
  outline-offset: -4px;
}

.home-premium-page .muted {
  grid-column: 1 / -1;
  color: var(--home-muted);
  text-align: center;
}

.home-premium-page .video-dialog,
.home-premium-page .lb-dialog,
.home-premium-page .announce-dialog {
  border: 1px solid var(--home-line-strong);
  border-radius: 8px;
  background: #151e29;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.home-premium-page .site-footer {
  border-top-color: rgba(117, 133, 157, 0.24);
  background: #0a1018;
}

.home-premium-page .backtop {
  border-radius: 7px;
  color: #ffffff;
  background: var(--home-primary);
}

@media (max-width: 1100px) {
  .home-premium-page .grid.cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-premium-page .contact-layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(460px, 1.25fr);
    gap: 42px;
  }

  .home-premium-page .location-layout {
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .home-premium-page .container {
    width: min(100% - 36px, 760px);
  }

  .home-premium-page .site-header {
    background: #0b1017;
    backdrop-filter: none;
  }

  .home-premium-page .grid.cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-premium-page .promos-carousel,
  .home-premium-page .gallery-carousel {
    grid-auto-columns: calc(50% - 8px);
  }

  .home-premium-page .contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-premium-page .location-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-premium-page .location-copy > p {
    max-width: 620px;
  }

  .home-premium-page .contact-intro,
  .home-premium-page .contact-intro h3,
  .home-premium-page .contact-intro > p {
    max-width: none;
  }

  .home-premium-page .contact-channels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .home-premium-page .site-header .container {
    width: calc(100% - 40px);
  }

  .home-premium-page .header-inner {
    display: flex;
    justify-content: space-between;
  }

  .home-premium-page .header-actions {
    display: none;
  }
}

@media (max-width: 720px) {
  .home-premium-page .container {
    width: calc(100% - 28px);
  }

  .home-premium-page .site-header .container {
    width: calc(100% - 28px);
  }

  .home-premium-page .header-inner {
    display: flex;
    justify-content: space-between;
  }

  .home-premium-page .header-actions {
    display: none;
  }

  .home-premium-page .home-hero .container {
    width: calc(100% - 28px);
  }

  .home-premium-page .carousel {
    aspect-ratio: auto;
    height: 64svh;
    min-height: 380px;
    max-height: 590px;
    border-radius: 20px;
  }

  .home-premium-page .carousel-actions {
    left: 18px;
    bottom: 18px;
    gap: 10px;
  }

  .home-premium-page .carousel-actions .carousel-btn {
    width: 44px;
    height: 44px;
  }

  .home-premium-page .carousel-preview-bar {
    right: 18px;
    bottom: 25px;
    max-width: 42%;
  }

  .home-premium-page .carousel-thumbs {
    display: none;
  }

  .home-premium-page .home-band {
    padding: 54px 0;
  }

  .releases-page .releases-listing {
    padding: 48px 0 64px;
  }

  .releases-page .releases-hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 26px;
    padding-bottom: 22px;
  }

  .releases-page .releases-title-group h1 {
    font-size: 1.72rem;
  }

  .releases-page .releases-summary {
    min-width: 0;
  }

  .home-premium-page .section-head {
    min-height: 0;
    align-items: flex-end;
    margin-bottom: 22px;
  }

  .home-premium-page .section-head h3,
  .home-premium-page .contact-intro h3,
  .home-premium-page .location-copy h3 {
    font-size: 1.55rem;
  }

  .home-premium-page .link-more {
    font-size: 0.76rem;
  }

  .home-premium-page .grid.cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-premium-page .card-body {
    min-height: 0;
    padding: 13px;
  }

  .home-premium-page .card-body h4 {
    min-height: 0;
    font-size: 0.9rem;
  }

  .home-premium-page .card-body p {
    font-size: 0.75rem;
  }

  .home-premium-page .card-actions .btn {
    min-height: 40px;
    padding-inline: 9px;
    font-size: 0.76rem;
  }

  .home-premium-page .contact-channels {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .home-premium-page .contact-form {
    padding: 20px;
  }

  .home-premium-page .location-map-shell {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 520px) {
  .home-premium-page .carousel-dots button {
    width: 15px;
  }

  .home-premium-page .carousel-dots button[aria-selected="true"] {
    width: 28px;
  }

  .home-premium-page .section-head {
    align-items: flex-start;
  }

  .home-premium-page .section-head .link-more {
    max-width: 44%;
    justify-content: flex-end;
    text-align: right;
  }

  .home-premium-page .section-kicker {
    font-size: 0.68rem;
  }

  .home-premium-page .promos-carousel,
  .home-premium-page .gallery-carousel {
    grid-auto-columns: 86%;
  }

  .home-premium-page .form-row {
    grid-template-columns: 1fr;
  }

  .home-premium-page .contact-form {
    gap: 16px;
    padding: 18px 15px;
  }

  .home-premium-page .location-map-link {
    justify-content: center;
    padding: 12px;
  }

  .home-premium-page .location-map-link span {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 370px) {
  .home-premium-page .grid.cards {
    grid-template-columns: 1fr;
  }

  .home-premium-page .cards .card {
    width: min(100%, 260px);
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-premium-page *,
  .home-premium-page *::before,
  .home-premium-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
