/* Pagina approfondimento museo — brochure Kreas */

.museo-hero .hero-img {
  object-position: center 60%;
}

.museo-intro,
.museo-everyone,
.museo-path,
.museo-info {
  padding: 4.5rem 0;
}

.museo-band {
  padding: 4.5rem 0;
  background: linear-gradient(180deg, rgba(10, 107, 115, 0.06), transparent);
}

.museo-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.museo-split.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.museo-split p {
  color: var(--ink-soft);
  margin: 0.85rem 0 0;
}

.museo-stack {
  display: grid;
  gap: 0.75rem;
}

.museo-stack img,
.museo-figure img,
.museo-gallery-3 img,
.museo-gallery-2 img,
.museo-fabbrica-media img,
.museo-gallerie-photos img {
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.museo-stack img {
  aspect-ratio: 16 / 10;
}

.museo-quote {
  margin: 1.5rem 0 0;
  padding: 1.1rem 1.25rem;
  border-left: 4px solid var(--orange);
  background: white;
  box-shadow: var(--shadow);
}

.museo-quote p {
  margin: 0;
  font-family: var(--font-script);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--teal-deep);
  line-height: 1.35;
}

.museo-gallery-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.museo-gallery-3 figure {
  margin: 0;
}

.museo-gallery-3 img {
  aspect-ratio: 4 / 5;
}

.museo-gallery-3 figcaption {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

.museo-fabbrica {
  padding: 5rem 0;
  background: linear-gradient(160deg, var(--teal-deep) 0%, #0a5a61 50%, #1d3d2a 100%);
  color: white;
}

.museo-fabbrica-media {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.museo-fabbrica-media img {
  aspect-ratio: 16 / 11;
  box-shadow: var(--shadow);
}

.museo-process-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: 0.03em;
  font-weight: 400;
  margin: 0 0 1.25rem;
  color: #f0c9a4;
}

.museo-process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.museo-process li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1.1rem 1rem;
  display: grid;
  gap: 0.35rem;
}

.museo-process-icon {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: #f0c9a4;
  line-height: 1;
}

.museo-process strong {
  font-size: 1rem;
}

.museo-process span:last-child {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
}

.museo-themes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.museo-themes article {
  background: white;
  padding: 1.25rem 1.2rem;
  border-top: 3px solid var(--teal);
  box-shadow: var(--shadow);
}

.museo-themes h3 {
  color: var(--teal-deep);
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
}

.museo-themes p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.museo-gallery-2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
}

.museo-gallery-2 img {
  aspect-ratio: 16 / 10;
  background: white;
}

.museo-gallerie {
  position: relative;
  padding: 5rem 0;
  color: white;
  overflow: clip;
}

.museo-gallerie-bg {
  position: absolute;
  inset: 0;
}

.museo-gallerie-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.museo-gallerie-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 30, 34, 0.82), rgba(6, 30, 34, 0.9));
}

.museo-gallerie-inner {
  position: relative;
  z-index: 1;
}

.museo-gallerie .eyebrow {
  color: #f0c9a4;
}

.museo-gallerie h2 {
  color: white;
}

.museo-gallerie-lead {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
}

.museo-gallerie-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 2rem 0 2.5rem;
}

.museo-gallerie-photos img {
  aspect-ratio: 1;
  box-shadow: var(--shadow);
}

.isole-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: 0.03em;
  font-weight: 400;
  margin: 0 0 1rem;
  color: #f0c9a4;
}

.isole-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.65rem;
}

.isole-grid li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.isole-grid span {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--orange);
  line-height: 1;
}

.isole-grid strong {
  font-size: 0.95rem;
  font-weight: 600;
}

.museo-info {
  background: linear-gradient(180deg, #ece8e1, var(--paper));
}

.museo-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.museo-info p {
  color: var(--ink-soft);
}

.museo-info-cta {
  background: white;
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow);
  border-radius: 8px;
  display: grid;
  gap: 0.85rem;
  align-content: center;
  text-align: center;
}

.museo-info-cta .script {
  margin: 0;
  color: var(--teal);
}

.museo-info-cta > p:nth-of-type(2) {
  margin: 0;
  color: var(--ink-soft);
}

.museo-info-cta .btn-ghost {
  justify-self: center;
}

@media (max-width: 980px) {
  .museo-split,
  .museo-split.reverse,
  .museo-gallery-3,
  .museo-fabbrica-media,
  .museo-themes,
  .museo-gallery-2,
  .museo-process,
  .museo-gallerie-photos,
  .museo-info-grid {
    grid-template-columns: 1fr;
  }

  .museo-process {
    grid-template-columns: 1fr 1fr;
  }

  .museo-gallery-3 img,
  .museo-gallerie-photos img {
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 560px) {
  .museo-process {
    grid-template-columns: 1fr;
  }
}
