
/* Bytes of Destiny alpha32 hotfix */

/* Pricing */
[data-service-cost], .service-cost {}

/* Soundtrack hero card */
.soundtrack-store-visual--cover{
  position:relative!important;
  min-height:430px!important;
  background:
    linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.58) 28%,rgba(0,0,0,.06) 64%),
    url("../assets/images/startbild.png") center/cover no-repeat!important;
  overflow:hidden;
}
.soundtrack-store-visual--cover::before{display:none!important}
.soundtrack-cover-overlay{
  position:absolute;left:22px;right:22px;bottom:22px;
  padding:18px 20px;background:rgba(0,0,0,.82);
  border-left:4px solid #00ffcc;
  box-shadow:0 0 28px rgba(0,0,0,.55);
  text-align:left;
}
.soundtrack-cover-overlay h3{margin:0 0 7px;color:#fff;font-size:clamp(1.35rem,2.3vw,2.4rem)}
.soundtrack-cover-overlay p{margin:0;color:#d7e5e2;line-height:1.45}
.soundtrack-store-copy{padding-top:14px}

/* Contact remains a true modal, never inline */
.contact-modal{
  position:fixed!important;inset:0!important;z-index:15000!important;
  display:none!important;place-items:center!important;
  padding:20px!important;background:rgba(0,0,0,.9)!important;
  backdrop-filter:blur(9px)!important;
}
.contact-modal.is-open{display:grid!important}
.contact-card{
  width:min(680px,96vw)!important;max-height:92vh!important;overflow:auto!important;
  padding:26px!important;background:#07090a!important;color:#fff!important;
  border:1px solid #ff2a9d!important;box-shadow:0 0 48px rgba(255,42,157,.28)!important;
}
.contact-card form{display:grid!important;gap:12px!important}
.contact-card label{display:grid!important;gap:6px!important;color:#cfe8e3!important;font:800 .76rem monospace!important;text-transform:uppercase}
.contact-card input,.contact-card textarea{width:100%!important;box-sizing:border-box!important;background:#010404!important;color:#fff!important;border:1px solid rgba(0,255,204,.34)!important;padding:12px!important}
.contact-actions{display:flex!important;gap:10px!important;flex-wrap:wrap!important}
.contact-actions>*{flex:1!important;min-width:160px!important}

/* Destiny Comms: large and open by default */
.destiny-comms{
  right:18px!important;bottom:18px!important;
  width:min(920px,49vw)!important;
}
.destiny-comms .dc-body{
  display:grid!important;
  grid-template-columns:210px minmax(0,1fr)!important;
  min-height:540px!important;
  max-height:72vh!important;
}
.destiny-comms.is-minimized .dc-body{display:none!important}
.destiny-comms .dc-feed{min-height:390px!important;max-height:54vh!important}

/* Architecture image should not inherit stale dimensions */
.architecture-map-button img{width:100%!important;height:auto!important}

/* Alpha 32 responsive */
@media(max-width:1180px){
  .destiny-comms{width:min(760px,62vw)!important}
}
@media(max-width:780px){
  .soundtrack-store-visual--cover{min-height:300px!important}
  .soundtrack-cover-overlay{left:12px;right:12px;bottom:12px}
  .destiny-comms{width:calc(100vw - 16px)!important;right:8px!important}
  .destiny-comms .dc-body{grid-template-columns:110px 1fr!important;min-height:420px!important}
}
