
/* DoriSan FIX28C — rebuild pulito da FIX27B */

html {
  scroll-behavior: smooth;
}

#dorisan-musica-catalogo,
#dorisan-contatti,
#contatti {
  scroll-margin-top: 118px;
}

.ds28c-music-anchor {
  display: block;
  height: 1px;
  width: 100%;
  scroll-margin-top: 118px;
}

.ds28c-home-shop-removed,
.ds28c-epk-duplicate-removed {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

#dorisan-contatti,
#contatti,
.ds24d-contact-bottom,
.ds28c-contact-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 150px !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

.ds28c-contact-section {
  width: min(1180px, calc(100% - 28px));
  margin: 46px auto 34px;
  position: relative;
  z-index: 30;
}

.ds28c-contact-card {
  border: 1px solid rgba(0,190,255,.48);
  border-radius: 26px;
  padding: 24px;
  color: #eef8ff;
  background:
    radial-gradient(circle at 10% 0%, rgba(0,185,255,.18), transparent 38%),
    linear-gradient(180deg, rgba(3,16,34,.92), rgba(0,7,18,.99));
  box-shadow:
    0 0 0 1px rgba(125,215,255,.08) inset,
    0 0 28px rgba(0,165,255,.22),
    0 18px 52px rgba(0,0,0,.36);
}

.ds28c-contact-card h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: .9;
  letter-spacing: -.055em;
}

.ds28c-contact-card p {
  color: rgba(238,248,255,.74);
  margin: 0 0 16px;
  line-height: 1.55;
}

.ds28c-contact-card button {
  border: 1px solid rgba(0,190,255,.48);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(0,0,0,.28);
  color: #eef8ff;
  font-weight: 1000;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ds28c-shop-body {
  margin: 0;
  color: #eef8ff;
  background:
    radial-gradient(circle at 18% 0%, rgba(0,185,255,.15), transparent 32%),
    radial-gradient(circle at 80% 10%, rgba(0,70,255,.10), transparent 28%),
    #020812;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ds28c-shop-nav {
  position: sticky;
  top: 0;
  z-index: 9998;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  background: rgba(0,0,0,.66);
  border-bottom: 1px solid rgba(0,190,255,.18);
  backdrop-filter: blur(12px);
}

.ds28c-shop-nav a {
  color: #eef8ff;
  text-decoration: none;
  font-weight: 950;
  border: 1px solid rgba(0,190,255,.32);
  border-radius: 999px;
  padding: 8px 12px;
}

.ds28c-shop-nav a:hover {
  color: #20b7ff;
  border-color: rgba(0,190,255,.68);
}

.ds28c-shop-wrap {
  width: min(1180px, calc(100% - 28px));
  margin: 44px auto 70px;
}

.ds28c-shop-hero {
  border: 1px solid rgba(0,190,255,.38);
  border-radius: 32px;
  padding: clamp(24px, 5vw, 56px);
  margin-bottom: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(0,185,255,.18), transparent 34%),
    linear-gradient(180deg, rgba(3,16,34,.90), rgba(0,7,18,.98));
  box-shadow:
    0 0 0 1px rgba(125,215,255,.08) inset,
    0 24px 74px rgba(0,0,0,.42);
}

.ds28c-shop-kicker {
  color: #20b7ff;
  font-weight: 1000;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-size: .78rem;
  margin: 0 0 10px;
}

.ds28c-shop-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(3rem, 9vw, 8.2rem);
  line-height: .84;
  letter-spacing: -.075em;
}

.ds28c-shop-hero p {
  max-width: 780px;
  color: rgba(238,248,255,.74);
  line-height: 1.55;
}

.ds28c-shop-content {
  border: 1px solid rgba(0,190,255,.28);
  border-radius: 28px;
  padding: clamp(18px, 3vw, 34px);
  background: rgba(0,0,0,.24);
}

.ds28c-shop-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.ds28c-shop-content a,
.ds28c-shop-content button {
  pointer-events: auto !important;
}

@media (max-width: 720px) {
  .ds28c-shop-wrap {
    width: min(100% - 20px, 1180px);
  }
}
