.monteggio-page {
  --mo-ink: #16121d;
  --mo-muted: #756d82;
  --mo-paper: #f5f1ea;
  --mo-cream: #fffaf2;
  --mo-violet: #7b39d3;
  --mo-violet-dark: #190021;
  --mo-gold: #d9a85f;
  --mo-green: #22372b;
  --mo-line: rgba(48, 32, 62, 0.14);
  --mo-shadow: 0 30px 90px rgba(25, 0, 33, 0.18);
  margin: 0;
  background: var(--mo-paper);
  color: var(--mo-ink);
  font-family: Poppins, Inter, sans-serif;
}

.monteggio-page * {
  font-family: inherit;
}

.monteggio-page .nav-shell {
  width: 1180px;
  flex: 0 1 1180px;
  max-width: calc(100vw - 40px);
  grid-template-columns: 136px minmax(0, 1fr) 164px;
  column-gap: 18px;
  background: rgba(255, 250, 242, 0.82);
  border-color: rgba(123, 57, 211, 0.18);
}

.monteggio-page .header-row {
  width: min(1180px, calc(100vw - 40px));
}

.monteggio-page .language-switcher,
.monteggio-page .language-switcher[hidden] {
  display: none !important;
}

.monteggio-page .brand {
  width: 126px;
  height: 52px;
  overflow: visible;
}

.monteggio-page .brand img {
  width: 108px;
  height: auto;
  object-fit: contain;
}

.monteggio-page .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.35vw, 36px);
  min-width: 0;
}

.monteggio-page .nav-link,
.monteggio-page .nav-cta {
  font-size: 0.72rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.monteggio-page .nav-link,
.monteggio-page .nav-cta {
  color: #24132f;
}

.mo-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: end;
  padding: 150px 24px 64px;
  color: #fff;
  background: #100019;
}

.mo-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.mo-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.08);
  transform: scale(1.04);
}

.mo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 16% 18%, rgba(123, 57, 211, 0.52), transparent 27%),
    linear-gradient(90deg, rgba(14, 0, 22, 0.94) 0%, rgba(14, 0, 22, 0.68) 42%, rgba(14, 0, 22, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(16, 0, 25, 0.88));
}

.mo-hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.72;
  animation: moFloat 9s ease-in-out infinite;
}

.mo-hero-orb-one {
  width: 28vw;
  height: 28vw;
  right: 8vw;
  top: 18vh;
  border: 1px solid rgba(217, 168, 95, 0.45);
  box-shadow: inset 0 0 80px rgba(217, 168, 95, 0.12), 0 0 80px rgba(123, 57, 211, 0.18);
}

.mo-hero-orb-two {
  width: 18vw;
  height: 18vw;
  left: 52vw;
  bottom: 8vh;
  border: 1px solid rgba(174, 233, 255, 0.28);
  animation-delay: -3s;
}

.mo-hero-inner,
.mo-section,
.mo-contact-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.mo-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 420px;
  gap: 40px;
  align-items: end;
}

.mo-kicker,
.mo-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mo-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mo-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #9f29ff;
  box-shadow: 0 0 18px rgba(159, 41, 255, 0.8);
}

.mo-baib-logo {
  width: 142px;
  height: auto;
  margin: 28px 0 22px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  object-fit: contain;
  box-sizing: content-box;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.mo-title-lockup {
  position: relative;
  width: min(820px, 100%);
  margin-top: 28px;
  padding: clamp(18px, 2vw, 28px) 0 clamp(12px, 1.6vw, 20px);
}

.mo-title-lockup::before,
.mo-title-lockup::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(159, 41, 255, 0), rgba(159, 41, 255, 0.95), rgba(217, 168, 95, 0.65), rgba(159, 41, 255, 0));
  opacity: 0.72;
}

.mo-title-lockup::before { top: 0; }
.mo-title-lockup::after { bottom: 0; }

.mo-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 820px;
  font-size: clamp(4.2rem, 7.6vw, 6.85rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
  font-weight: 700;
}

.mo-hero h1 span {
  display: block;
}

.mo-hero h1 .mo-title-line {
  display: block;
  white-space: nowrap;
}

.mo-hero h1 .mo-title-line span {
  display: inline;
}

.mo-title-project {
  position: relative;
  width: fit-content;
  margin-top: 0.18em;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(255, 255, 255, 0.92);
  text-shadow: none;
}

.mo-title-project::before {
  content: none;
}

.mo-title-project::after {
  content: "";
  position: absolute;
  left: 0.06em;
  right: 0.02em;
  bottom: 0.04em;
  height: 0.08em;
  background: linear-gradient(90deg, #9f29ff, #d9a85f);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(159, 41, 255, 0.5);
}

.mo-title-circuit {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.mo-title-circuit span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.mo-lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.34rem);
  line-height: 1.55;
}

.mo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mo-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mo-button:hover {
  transform: translateY(-2px);
}

.mo-button-primary {
  color: #fff;
  background: linear-gradient(135deg, #9f29ff, #4b176d 52%, #d9a85f);
  box-shadow: 0 18px 45px rgba(123, 57, 211, 0.36);
}

.mo-button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.mo-hero-card {
  width: min(100%, 420px);
  justify-self: end;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(39, 21, 48, 0.92), rgba(18, 3, 28, 0.88));
  backdrop-filter: blur(30px) saturate(1.18);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.mo-hero-card p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.mo-hero-card strong {
  display: block;
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.58);
}

.mo-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.mo-hero-stats span {
  min-width: 0;
  min-height: 94px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.075);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.mo-hero-stats b {
  display: block;
  margin-bottom: 10px;
  color: var(--mo-gold);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 981px) {
  .mo-hero-card {
    width: min(100%, 390px);
    padding: 24px;
    overflow: hidden;
  }

  .mo-hero-card strong {
    font-size: clamp(1.48rem, 2.35vw, 2.08rem);
    line-height: 1.08;
  }

  .mo-hero-stats {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .mo-hero-stats span {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(96px, 0.88fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .mo-hero-stats b {
    margin-bottom: 0;
    font-size: clamp(1.1rem, 1.65vw, 1.36rem);
  }
}

.mo-strip {
  overflow: hidden;
  padding: 16px 0;
  color: #fff;
  background: var(--mo-violet-dark);
}

.mo-strip-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: moMarquee 28s linear infinite;
}

.mo-strip span {
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mo-section {
  padding: clamp(74px, 9vw, 126px) 24px;
}

.mo-section-head {
  max-width: 840px;
  margin-bottom: 40px;
}

.mo-section-head h2,
.mo-contact-copy h2 {
  margin: 14px 0 0;
  color: var(--mo-ink);
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.mo-contact-copy h2 {
  color: #fff;
}

.mo-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.44fr);
  gap: 36px;
  max-width: none;
  align-items: end;
}

.mo-section-head-split .mo-label {
  grid-column: 1 / -1;
}

.mo-section-head-split p {
  margin: 0;
  color: var(--mo-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.mo-intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: 24px;
}

.mo-manifesto {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  border-radius: 34px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(16, 0, 25, 0.16), rgba(16, 0, 25, 0.94)),
    url("assets/monteggio/render-vertical.jpg") center / cover;
  box-shadow: var(--mo-shadow);
}

.mo-manifesto p {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.mo-manifesto p + p {
  margin-top: 18px;
}

.mo-principles {
  display: grid;
  gap: 16px;
}

.mo-principles article,
.mo-property-cards article,
.mo-agent-grid article {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--mo-line);
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: 0 18px 48px rgba(25, 0, 33, 0.06);
}

.mo-principles article::before,
.mo-agent-grid article::before {
  content: "";
  position: absolute;
  inset: auto -25% -60% 30%;
  height: 120px;
  background: radial-gradient(circle, rgba(123, 57, 211, 0.2), transparent 66%);
}

.mo-principles span {
  color: var(--mo-violet);
  font-weight: 800;
}

.mo-principles h3,
.mo-property-cards strong,
.mo-agent-grid h3 {
  margin: 12px 0 8px;
  font-size: 1.35rem;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.mo-principles p,
.mo-property-cards p,
.mo-agent-grid p {
  margin: 0;
  color: var(--mo-muted);
  line-height: 1.62;
}

.mo-property {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.2), rgba(255, 255, 255, 0.42));
}

.mo-property-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.52fr);
  gap: 22px;
}

.mo-property-main,
.mo-gallery-grid figure,
.mo-plan-stage figure {
  overflow: hidden;
  margin: 0;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--mo-shadow);
}

.mo-property-main img {
  width: 100%;
  height: 660px;
  object-fit: cover;
}

.mo-property-main figcaption,
.mo-gallery-grid figcaption,
.mo-plan-stage figcaption {
  padding: 16px 20px 18px;
  color: var(--mo-muted);
  font-size: 0.92rem;
}

.mo-property-cards {
  display: grid;
  gap: 16px;
}

.mo-property-cards article {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mo-property-cards span {
  color: var(--mo-violet);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mo-plans {
  background: #fffaf2;
}

.mo-plan-switcher {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
}

.mo-project-materials .mo-plan-switcher {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
}

.mo-plan-tabs {
  display: grid;
  align-content: start;
  gap: 10px;
}

.mo-plan-tabs button {
  min-height: 58px;
  border: 1px solid var(--mo-line);
  border-radius: 999px;
  color: var(--mo-ink);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.mo-plan-tabs button.is-active,
.mo-plan-tabs button:hover {
  color: #fff;
  background: var(--mo-violet-dark);
  transform: translateX(4px);
}

.mo-plan-stage {
  min-height: 560px;
}

.mo-plan-stage figure {
  display: none;
}

.mo-plan-stage figure.is-active {
  display: block;
}

.mo-plan-stage img {
  width: 100%;
  height: 560px;
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.mo-material-stage {
  min-height: auto;
}

.mo-material-panel {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mo-material-panel.is-active {
  display: grid;
}

.mo-material-stage .mo-material-panel figure {
  display: block;
  overflow: hidden;
  margin: 0;
  border-radius: 32px;
  background: #16001f;
  box-shadow: var(--mo-shadow);
}

.mo-material-panel figure.wide {
  grid-column: 1 / -1;
}

.mo-material-panel img {
  width: 100%;
  height: 360px;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: #16001f;
}

.mo-material-panel figure.wide img {
  height: 520px;
}

.mo-drawing-panel img,
.mo-drawing-panel figure.wide img {
  height: 460px;
  padding: 22px;
  object-fit: contain;
  background: #fff;
}

.mo-material-panel figcaption {
  padding: 16px 20px 18px;
  color: #f7efe4;
  background: linear-gradient(135deg, #16001f, #31133f);
  font-size: 0.92rem;
}

.mo-drawing-panel figure {
  background: #fff;
}

.mo-drawing-panel figcaption {
  color: #4f465a;
  border-top: 1px solid rgba(33, 20, 39, 0.08);
  background: linear-gradient(135deg, #fff, #fbf6ee);
  font-weight: 700;
}

.mo-current-state .mo-plan-stage figure {
  background: #16001f;
}

.mo-current-state .mo-plan-stage img {
  height: 620px;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: #16001f;
}

.mo-current-state .mo-plan-stage figcaption {
  color: #f7efe4;
  background: linear-gradient(135deg, #16001f, #31133f);
}

.mo-ai {
  color: #fff;
  background:
    radial-gradient(circle at 15% 8%, rgba(123, 57, 211, 0.46), transparent 34%),
    linear-gradient(135deg, #090010, #020907 62%, #0b0602);
}

.mo-ai .mo-section-head p,
.mo-ai .mo-agent-grid p {
  color: rgba(255, 255, 255, 0.84);
}

.mo-ai .mo-section-head h2 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 18px 70px rgba(0, 0, 0, 0.36);
}

.mo-agent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mo-agent-grid article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.115);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.mo-agent-grid span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  color: var(--mo-gold);
  background: rgba(217, 168, 95, 0.12);
  font-weight: 800;
}

.mo-agent-grid h3 {
  color: #fff;
  font-weight: 700;
}

.mo-flow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: auto;
}

.mo-flow span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mo-flow i {
  flex: 1 0 44px;
  height: 1px;
  background: linear-gradient(90deg, var(--mo-gold), transparent);
}

.mo-investment {
  background:
    linear-gradient(90deg, rgba(245, 241, 234, 0.96), rgba(245, 241, 234, 0.74)),
    url("assets/monteggio/facade-plan.jpg") center / cover fixed;
}

.mo-investment-card {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(123, 57, 211, 0.18);
  border-radius: 38px;
  background: rgba(255, 250, 242, 0.95);
  box-shadow: var(--mo-shadow);
  backdrop-filter: blur(18px);
}

.mo-investment-card h2 {
  margin: 14px 0 0;
  color: #19131f;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.mo-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mo-metrics article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--mo-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.mo-metrics strong {
  display: block;
  color: var(--mo-violet);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.mo-metrics span {
  display: block;
  margin-top: 14px;
  color: #5d5568;
  line-height: 1.42;
}

.mo-gallery-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.72fr 0.72fr;
  gap: 18px;
}

.mo-gallery-grid figure.wide {
  grid-column: span 2;
}

.mo-gallery-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.mo-gallery-grid figure.wide img {
  height: 430px;
}

.mo-drawings {
  background:
    radial-gradient(circle at 12% 10%, rgba(123, 57, 211, 0.08), transparent 30%),
    #fffaf2;
}

.mo-drawings .mo-section-head p {
  max-width: 520px;
  color: var(--mo-muted);
  line-height: 1.62;
}

.mo-drawings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mo-drawings-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(33, 20, 39, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--mo-shadow);
}

.mo-drawings-grid figure.wide {
  grid-column: 1 / -1;
}

.mo-drawings-grid img {
  width: 100%;
  height: 520px;
  padding: 22px;
  object-fit: contain;
  background: #fff;
}

.mo-drawings-grid figure.wide img {
  height: 560px;
}

.mo-drawings-grid figcaption {
  padding: 16px 20px 18px;
  color: #4f465a;
  border-top: 1px solid rgba(33, 20, 39, 0.08);
  background: linear-gradient(135deg, #fff, #fbf6ee);
  font-size: 0.92rem;
  font-weight: 700;
}

.mo-contact {
  padding: clamp(76px, 9vw, 124px) 24px 28px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 12%, rgba(123, 57, 211, 0.44), transparent 28%),
    linear-gradient(145deg, #100019, #07010b 58%, #1b1207);
}

.mo-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.62fr);
  gap: 42px;
  align-items: start;
}

.mo-contact-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.65;
}

.mo-contact-copy a {
  color: var(--mo-gold);
  font-weight: 800;
}

.mo-contact-form {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(20px);
}

.mo-footer {
  width: min(1180px, 100%);
  margin: 54px auto 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes moMarquee {
  to { transform: translateX(-50%); }
}

@keyframes moFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(10px, -16px, 0) scale(1.04); }
}

@media (max-width: 980px) {
  .mo-hero-inner,
  .mo-intro-grid,
  .mo-property-layout,
  .mo-investment-card,
  .mo-contact-inner,
  .mo-section-head-split {
    grid-template-columns: 1fr;
  }

  .mo-hero {
    align-items: center;
    padding-top: 126px;
  }

  .mo-hero-card {
    max-width: 620px;
  }

  .mo-property-main img {
    height: 520px;
  }

  .mo-agent-grid,
  .mo-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .mo-hero {
    min-height: auto;
    padding: 118px 18px 44px;
  }

  .mo-hero::after {
    background:
      radial-gradient(circle at 24% 20%, rgba(123, 57, 211, 0.48), transparent 34%),
      linear-gradient(180deg, rgba(14, 0, 22, 0.74), rgba(14, 0, 22, 0.92));
  }

  .mo-hero-bg img {
    object-position: 58% center;
  }

  .mo-baib-logo {
    width: 122px;
    margin: 22px 0 18px;
    padding: 10px 20px;
  }

  .monteggio-page .brand {
    width: 118px;
    height: 46px;
  }

  .monteggio-page .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .monteggio-page .nav-links,
  .monteggio-page .nav-cta {
    display: none;
  }

  .monteggio-page .menu-toggle {
    justify-self: end;
  }

  .monteggio-page .brand img {
    width: 104px;
  }

  .mo-hero-copy {
    min-width: 0;
  }

  .mo-hero-inner,
  .mo-hero-copy,
  .mo-hero-card {
    min-width: 0;
    max-width: 100%;
  }

  .mo-hero h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 12.2vw, 3.28rem);
    line-height: 0.98;
    letter-spacing: -0.048em;
    overflow-wrap: normal;
  }

  .mo-title-lockup {
    margin-top: 22px;
    padding-top: 18px;
  }

  .mo-hero h1 span,
  .mo-hero h1 .mo-title-line {
    display: block;
  }

  .mo-hero h1 .mo-title-line {
    white-space: nowrap;
  }

  .mo-hero h1 .mo-title-line span {
    display: inline;
  }

  .mo-title-project {
    margin-top: 0.22em;
    -webkit-text-stroke-width: 1px;
  }

  .mo-title-project::before {
    transform: translate3d(5px, 6px, 0);
  }

  .mo-title-circuit {
    margin-top: 16px;
  }

  .mo-title-circuit span {
    min-height: 28px;
    font-size: 0.64rem;
    letter-spacing: 0.1em;
  }
  .mo-lead {
    max-width: 100%;
    margin-top: 22px;
    font-size: 0.96rem;
    overflow-wrap: anywhere;
  }

  .mo-hero-card strong {
    font-size: clamp(1.25rem, 6vw, 1.55rem);
    overflow-wrap: anywhere;
  }

  .mo-actions,
  .mo-hero-stats {
    grid-template-columns: 1fr;
  }

  .mo-actions {
    display: grid;
  }

  .mo-hero-card {
    padding: 22px;
    border-radius: 24px;
  }

  .mo-hero-stats {
    display: grid;
  }

  .mo-hero-stats span {
    min-height: auto;
  }

  .mo-section {
    padding: 70px 18px;
  }

  .mo-section-head {
    margin-bottom: 28px;
  }

  .mo-section-head h2,
  .mo-contact-copy h2,
  .mo-investment-card h2 {
    font-size: clamp(2.05rem, 11vw, 3.5rem);
    letter-spacing: -0.06em;
  }

  .mo-manifesto {
    min-height: 430px;
    padding: 24px;
  }

  .mo-principles article,
  .mo-property-cards article,
  .mo-agent-grid article {
    padding: 22px;
    border-radius: 24px;
  }

  .mo-property-main img {
    height: 420px;
  }

  .mo-plan-switcher {
    grid-template-columns: 1fr;
  }

  .mo-plan-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .mo-plan-tabs button {
    flex: 0 0 auto;
    padding: 0 20px;
  }

  .mo-material-tabs {
    display: grid;
    overflow: visible;
    padding-bottom: 0;
  }

  .mo-material-tabs button {
    width: 100%;
    min-width: 0;
  }

  .mo-plan-stage {
    min-height: auto;
  }

  .mo-material-panel {
    grid-template-columns: 1fr;
  }

  .mo-material-panel figure.wide,
  .mo-drawing-panel figure.wide {
    grid-column: auto;
  }

  .mo-material-panel img,
  .mo-material-panel figure.wide img {
    height: 340px;
  }

  .mo-drawing-panel img,
  .mo-drawing-panel figure.wide img {
    height: 380px;
    padding: 14px;
  }

  .mo-plan-stage img {
    height: 430px;
    padding: 10px;
  }

  .mo-current-state .mo-plan-stage img {
    height: 430px;
    padding: 0;
    object-fit: cover;
  }

  .mo-material-stage .mo-material-panel img,
  .mo-material-stage .mo-material-panel figure.wide img {
    height: 340px;
    padding: 0;
  }

  .mo-material-stage .mo-drawing-panel img,
  .mo-material-stage .mo-drawing-panel figure.wide img {
    height: 380px;
    padding: 14px;
  }

  .mo-agent-grid,
  .mo-metrics,
  .mo-gallery-grid,
  .mo-drawings-grid {
    grid-template-columns: 1fr;
  }

  .mo-flow {
    border-radius: 24px;
  }

  .mo-gallery-grid figure.wide {
    grid-column: auto;
  }

  .mo-drawings-grid figure.wide {
    grid-column: auto;
  }

  .mo-gallery-grid img,
  .mo-gallery-grid figure.wide img {
    height: 330px;
  }

  .mo-drawings-grid img,
  .mo-drawings-grid figure.wide img {
    height: 380px;
    padding: 14px;
  }

  .mo-contact {
    padding-inline: 18px;
  }
}

@media (max-width: 420px) {
  .mo-hero {
    padding-inline: 14px;
  }

  .mo-hero-card strong {
    font-size: 1.45rem;
  }

  .mo-section,
  .mo-contact {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mo-property-main img,
  .mo-plan-stage img,
  .mo-gallery-grid img,
  .mo-drawings-grid img,
  .mo-drawings-grid figure.wide img,
  .mo-gallery-grid figure.wide img {
    height: 300px;
  }

  .mo-current-state .mo-plan-stage img {
    height: 300px;
    padding: 0;
  }

  .mo-material-panel img,
  .mo-material-panel figure.wide img {
    height: 300px;
    padding: 0;
  }

  .mo-drawing-panel img,
  .mo-drawing-panel figure.wide img {
    height: 360px;
    padding: 10px;
  }

  .mo-drawings-grid img,
  .mo-drawings-grid figure.wide img {
    height: 380px;
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mo-strip-track,
  .mo-hero-orb,
  [data-reveal] {
    animation: none;
    transition: none;
  }
}
