/* Melaaura Home — The House statement
   Scoped under .mh-house. Fonts, tokens (--mh-ink/--mh-gold/...), .mh-serif and the
   data-reveal scroll system come from the shared melaaura-home-base stylesheet. */

.mh-house{
  --mh-house-accent:#B28C3F;
}

.mh-house__section{
  position:relative;
  overflow:hidden;
}

/* Optional decorative background image (empty in the design — pure tint). */
.mh-house__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
  pointer-events:none;
}

.mh-house__inner{
  position:relative;
  z-index:1;
  max-width:1040px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.mh-house__eyebrow{
  font-size:12px;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:#8B8174;
  font-weight:500;
}

.mh-house__heading{
  font-weight:300;
  font-size:clamp(28px,3.5vw,54px);
  line-height:1.18;
  letter-spacing:-0.012em;
  color:#16130F;
  margin:30px 0 0;
  text-wrap:pretty;
}

.mh-house__line{
  width:56px;
  height:1px;
  background:var(--mh-house-accent,#B28C3F);
  display:block;
  margin-top:46px;
}

@media (max-width:767px){
  .mh-house__heading{ margin-top:24px; }
  .mh-house__line{ margin-top:38px; }
}
