/* Simple single-column presentation for the building/unit placement drawing. */
html body:not(.home) main.detail-page--building-unit-plan > section.brochure-complex.brochure-complex--building {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
  gap: 0 !important;
  padding: 48px 0 72px !important;
}

html body:not(.home) main.detail-page--building-unit-plan .building-plan-simple-intro {
  margin: 0 0 28px !important;
  text-align: left !important;
}

html body:not(.home) main.detail-page--building-unit-plan .building-plan-simple-intro h2 {
  margin: 0 !important;
  color: #263443 !important;
  font-size: 27px !important;
  line-height: 1.2 !important;
  letter-spacing: -.035em !important;
}

html body:not(.home) main.detail-page--building-unit-plan .building-plan-simple-intro p {
  margin: 9px 0 0 !important;
  color: #69736f !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  word-break: keep-all !important;
}

html body:not(.home) main.detail-page--building-unit-plan > section.brochure-complex.brochure-complex--building > figure {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body:not(.home) main.detail-page--building-unit-plan > section.brochure-complex.brochure-complex--building > figure > a,
html body:not(.home) main.detail-page--building-unit-plan > section.brochure-complex.brochure-complex--building > figure img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

html body:not(.home) main.detail-page--building-unit-plan .building-plan-image-notice {
  display: block !important;
  margin-top: 18px !important;
  color: #747d78 !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  word-break: keep-all !important;
}

@media (max-width: 640px) {
  html body:not(.home) main.detail-page--building-unit-plan > section.brochure-complex.brochure-complex--building {
    padding: 26px 0 40px !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan .building-plan-simple-intro {
    margin-bottom: 18px !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan .building-plan-simple-intro h2 {
    font-size: 20px !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan .building-plan-simple-intro p {
    margin-top: 6px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan .building-plan-image-notice {
    margin-top: 14px !important;
    font-size: 9.5px !important;
    line-height: 1.5 !important;
  }
}

/* Match the site-plan editorial hierarchy exactly. */
html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro {
  display: block !important;
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro p {
  margin: 0 0 14px !important;
  color: #747b7b !important;
  font: 500 clamp(19px, 1.7vw, 26px)/1.45 Pretendard, "Noto Sans KR", sans-serif !important;
  letter-spacing: -.025em !important;
}

html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro h2 {
  margin: 0 !important;
  color: #182330 !important;
  font: 700 clamp(38px, 4.2vw, 58px)/1.17 Pretendard, "Noto Sans KR", sans-serif !important;
  letter-spacing: -.05em !important;
}

html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro span {
  display: block !important;
  max-width: 720px !important;
  margin: 26px 0 0 !important;
  color: #535d65 !important;
  font: 500 17px/1.8 Pretendard, "Noto Sans KR", sans-serif !important;
  letter-spacing: -.015em !important;
}

html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro + figure {
  margin-top: 62px !important;
}

html body:not(.home) main.detail-page--building-unit-plan > section.brochure-complex.brochure-complex--building > .building-plan-editorial-intro + figure {
  margin-top: 62px !important;
}

html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro + figure > a {
  padding-top: 30px !important;
  background: #fff !important;
}

@media (max-width: 640px) {
  html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro p {
    margin-bottom: 10px !important;
    font-size: 17px !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro h2 {
    font-size: clamp(30px, 8.5vw, 40px) !important;
    line-height: 1.22 !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro span {
    margin-top: 18px !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro + figure {
    margin-top: 16px !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan > section.brochure-complex.brochure-complex--building > .building-plan-editorial-intro + figure {
    margin-top: 16px !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan .building-plan-editorial-intro + figure > a {
    padding-top: 18px !important;
  }
}
