
/* Marino Avanzo — Chi sono V0.9.0
   Namespace dedicated: ma090-*
   No dependency on legacy .ma-about-* layout rules.
*/

.ma090-about,
.ma090-about * {
  box-sizing: border-box;
}

.ma090-about {
  width: 100%;
  overflow-x: clip;
  background: #f4f1ec;
  color: #0d1b2a;
}

.ma090-shell {
  width: min(1400px, calc(100% - 64px));
  margin-inline: auto;
}

.ma090-about-hero {
  padding: 80px 0 76px;
  background: #f4f1ec;
}

.ma090-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 70px;
  align-items: center;
}

.ma090-kicker {
  margin: 0 0 18px;
  color: #b88a3b;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ma090-about-hero h1 {
  margin: 0;
  max-width: 880px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 6.2vw, 7.2rem);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.045em;
}

.ma090-lead {
  max-width: 760px;
  margin: 34px 0 0;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.7;
  color: #555;
}

.ma090-about-hero-media,
.ma090-story-photo {
  margin: 0;
  padding: 0;
}

.ma090-about-photo,
.ma090-story-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  object-fit: contain;
  background: transparent;
}

.ma090-about-hero-media {
  align-self: start;
}

.ma090-quote {
  background: #0d1b2a;
  padding: 74px 0;
}

.ma090-quote blockquote {
  margin: 0;
  max-width: 1250px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.5vw, 5rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -.035em;
  color: #f4f1ec;
}

.ma090-quote blockquote::before {
  content: "“";
  color: #b88a3b;
}

.ma090-quote blockquote::after {
  content: "”";
  color: #b88a3b;
}

.ma090-story {
  padding: 78px 0 90px;
  background: #fff;
}

.ma090-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .55fr);
  gap: 64px;
  align-items: start;
}

.ma090-story-copy {
  min-width: 0;
}

.ma090-prose {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #3f3f3f;
}

.ma090-prose p {
  margin-top: 0;
  margin-bottom: 1.35em;
}

.ma090-prose h2,
.ma090-prose h3 {
  color: #0d1b2a;
  font-family: Georgia, "Times New Roman", serif;
}

.ma090-story-media {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 0;
  position: static;
}

.ma090-story-photo {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
  background: transparent;
  line-height: 0;
}

.ma090-story-photo img {
  box-shadow: 0 14px 36px rgba(13,27,42,.10);
}

.ma090-final {
  padding: 82px 0;
  background: #0d1b2a;
  color: #f4f1ec;
  text-align: center;
}

.ma090-final-inner {
  max-width: 1000px;
}

.ma090-final h2 {
  margin: 0 auto 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 1.05;
  font-weight: 400;
}

.ma090-final p:not(.ma090-kicker) {
  max-width: 720px;
  margin: 0 auto 30px;
  color: rgba(244,241,236,.82);
  line-height: 1.7;
}

.ma090-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  border: 1px solid #b88a3b;
  color: #f4f1ec;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .05em;
}

@media (max-width: 1100px) {
  .ma090-about-hero-grid,
  .ma090-story-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ma090-about-hero-media {
    max-width: 680px;
  }

  .ma090-story-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
  }
}

@media (max-width: 700px) {
  .ma090-shell {
    width: min(100% - 32px, 1400px);
  }

  .ma090-about-hero {
    padding: 48px 0 52px;
  }

  .ma090-about-hero h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .ma090-quote {
    padding: 48px 0;
  }

  .ma090-quote blockquote {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  .ma090-story {
    padding: 54px 0 60px;
  }

  .ma090-story-media {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ma090-final {
    padding: 58px 0;
  }
}
