.project-genplan-embed{
  padding-top:clamp(72px,8vw,128px);
  padding-bottom:clamp(80px,9vw,140px);
  overflow:hidden;
}
.project-genplan-embed>.container>.filter,
.project-genplan-embed>.container>.apt-grid,
.project-genplan-embed>.container>.apt-more{display:none!important}
.project-genplan-embed__head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,520px);
  align-items:end;
  gap:32px;
  margin-bottom:clamp(28px,3.4vw,52px);
}
.project-genplan-embed__eyebrow{
  display:block;
  margin-bottom:14px;
  color:#879087;
  font-size:12px;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.project-genplan-embed__head .h2{margin:0;max-width:860px}
.project-genplan-embed__head p{
  margin:0 0 5px;
  color:#687168;
  font-size:clamp(16px,1.25vw,20px);
  line-height:1.5;
}
.project-genplan-embed__frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:28px;
  background:#e8ede5;
}
.project-genplan-embed__frame iframe{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:transparent;
}
@media(max-width:760px){
  .project-genplan-embed{padding-top:64px;padding-bottom:82px}
  .project-genplan-embed__head{display:block;margin-bottom:24px}
  .project-genplan-embed__eyebrow{font-size:10px;margin-bottom:10px}
  .project-genplan-embed__head p{margin-top:16px;font-size:15px;max-width:34em}
  .project-genplan-embed__frame{height:590px;aspect-ratio:auto;border-radius:20px}
  .project-genplan-embed__frame iframe{height:590px}
}
