/* Final homepage tightening for Ravishing Beaute - background unchanged */

.hero-copy-shell{
  max-width:620px;
}

.hero-copy-shell h1{
  max-width:10.5ch;
}

.hero-copy-shell p{
  max-width:58ch;
}

.hero-mosaic{
  display:grid;
  grid-template-columns:1fr .78fr;
  grid-template-rows:1fr 1fr;
  gap:12px;
  align-items:stretch;
}

.hero-mosaic-main{
  grid-row:1 / span 2;
}

.hero-mosaic-main,
.hero-mosaic-top,
.hero-mosaic-bottom{
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
}

.hero-mosaic img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  border-radius:0;
  transition:transform .35s ease, filter .35s ease;
}

.hero-mosaic img:hover{
  transform:scale(1.03);
  filter:saturate(1.05) contrast(1.03);
}

.luxe-info-row{
  gap:.9rem;
}

.luxe-mini-card{
  padding:1rem;
  border-radius:16px;
}

.luxe-mini-card strong{
  font-size:.95rem;
}

.hero-floating-panel{
  border:1px solid rgba(49,214,214,.28);
  background:rgba(7,16,19,.82);
}

/* LUXE AREAS SECTION */
.areas-luxe-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:2rem;
  align-items:center;
}

.areas-link-panel{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:.75rem;
  padding:1.25rem;
  border:1px solid rgba(255,255,255,.1);
  border-radius:28px;
  background:rgba(255,255,255,.04);
}

.areas-link-panel a{
  padding:1rem;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  text-decoration:none;
  font-weight:600;
}

@media(max-width:800px){
  .areas-luxe-grid,
  .areas-link-panel{
    grid-template-columns:1fr;
  }
}
