/* Patch chirurgica Home/Live: layout e CTA, senza overflow globale. */
*, *::before, *::after { box-sizing: border-box; }

.dorisan-phase07-links button,
.dorisan-phase07-content details button {
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .2em;
  cursor: pointer;
}

.dorisan-phase07-links button:focus-visible,
.dorisan-phase07-content details button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.d30-after { padding-block: clamp(28px, 5vw, 56px); }
.d30-after-grid { align-items: start; gap: clamp(18px, 3vw, 34px); }
.d30-manifesto { background: #070d17; }
.d30-manifesto img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: contain;
}
.d30-socials { gap: 10px; }
.d30-social { min-height: 0; }

.dorisan-live-teaser { background: radial-gradient(circle at 50% 0, #17283b 0, #090b10 58%); }
.dorisan-live-teaser-grid {
  padding: 14px;
  border: 1px solid rgba(232, 75, 95, .24);
  border-radius: 20px;
  background: #050a12;
}
.dorisan-live-teaser-grid img {
  height: clamp(260px, 42vw, 500px);
  aspect-ratio: auto;
  object-fit: contain;
  background: #020812;
}
button.dorisan-live-button { font: inherit; cursor: pointer; }

.dorisan-live-teaser .dorisan-live-actions button.dorisan-live-button {
  color: #f5f7fa !important;
  background: #090b10 !important;
  -webkit-text-fill-color: #f5f7fa;
}

.dorisan-live-page {
  min-width: 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(45, 86, 130, .26), transparent 34rem),
    linear-gradient(180deg, #050913, #0b1019 48%, #07090d);
}
.dorisan-live-hero { background: #020812; }
.dorisan-live-hero > img { object-fit: contain; }
.dorisan-live-top button {
  padding: 0;
  border: 0;
  color: var(--live-text);
  background: transparent;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.dorisan-live-gallery { gap: clamp(14px, 2.5vw, 24px); }
.dorisan-live-gallery figure {
  padding: 10px;
  border: 1px solid rgba(184, 193, 206, .18);
  border-radius: 18px;
  background: linear-gradient(180deg, #151a24, #0b1018);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}
.dorisan-live-open {
  display: grid;
  place-items: center;
  min-height: 280px;
  background: #020812;
}
.dorisan-live-open img {
  width: 100%;
  height: 420px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .dorisan-fix22d-top-buttons {
    top: 46px !important;
    left: 112px !important;
    right: 6px !important;
    max-width: none !important;
    gap: 3px !important;
  }
  .dorisan-fix22d-top-buttons a {
    flex: 1 1 auto;
    min-width: 0;
    padding-inline: 4px !important;
    font-size: clamp(.54rem, 2.25vw, .68rem) !important;
  }
  .d30-header-inner { padding-right: 0; }
  .d30-logo { position: relative; z-index: 9998; }
  .d30-after { padding-block: 24px; }
  .d30-manifesto img { max-height: 540px; }
  .dorisan-live-shell { padding-block: 40px; }
  .dorisan-live-teaser-grid img { height: min(112vw, 520px); }
  .dorisan-live-open { min-height: 0; }
  .dorisan-live-open img { height: min(118vw, 520px); }
  .dorisan-live-hero { min-height: 0; padding: 14px 12px 0; }
  .dorisan-live-hero > img {
    position: relative;
    inset: auto;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
    background: #020812;
    border-radius: 18px;
  }
  .dorisan-live-hero::after { background: linear-gradient(180deg, transparent 30%, rgba(2,8,18,.92)); }
  .dorisan-live-hero-copy { position: absolute; bottom: 0; padding: 28px 12px; }
}
