.building-section{margin-top:74px;padding-top:58px;border-top:1px solid var(--line)}
.building-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:35px;align-items:end;margin-bottom:28px}
.building-heading .page-h2{margin-bottom:0}
.building-heading>p,.building-gallery-heading p{max-width:440px;color:var(--muted);font-size:14px;line-height:1.8;margin:0 0 4px}
.building-video-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(230px,.7fr);background:#f2f1e9;border:1px solid var(--line)}
.building-note{padding:32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.building-note .tag{margin-bottom:14px}
.building-note p{font-size:14px;color:var(--muted);line-height:1.8;margin:0}
.building-text-link{margin-top:20px;color:var(--green);font-size:13px;font-weight:700;text-decoration:none;border-bottom:1px solid #a9b49b;padding-bottom:4px}
.building-gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:50px 0 19px}
.building-gallery-heading .page-h3{margin-bottom:7px}
.building-gallery-heading p{margin-bottom:0}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border:1px solid #aeb7a9;color:var(--green);text-decoration:none;font-size:12px;font-weight:700;white-space:nowrap;transition:background .2s,color .2s}
.btn-outline:hover{background:var(--green);color:white}
.building-gallery{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:190px 190px;gap:12px}
.building-photo{position:relative;display:block;overflow:hidden;background:#dfe4da;min-height:170px}
.building-photo--wide{grid-row:span 2}
.building-photo img{width:100%;height:100%;min-height:170px;display:block;object-fit:cover;transition:transform .45s ease}
.building-photo:hover img{transform:scale(1.035)}
.building-photo:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(15,28,22,.68));pointer-events:none}
.building-photo span{position:absolute;z-index:1;left:17px;bottom:14px;color:#fff;font-size:11px;letter-spacing:.08em}
.building-caption{font-size:11px;color:#7a847c;line-height:1.6;margin:13px 0 0}
.btn.btn-outline {
  background: transparent;
  color: var(--green);
}

.btn.btn-outline:hover,
.btn.btn-outline:focus-visible {
  background: var(--green);
  color: white;
}
@media(max-width:800px){.building-heading{grid-template-columns:1fr;gap:12px}.building-video-layout{grid-template-columns:1fr}.building-note{padding:24px}.building-gallery{grid-template-columns:1fr 1fr;grid-template-rows:240px 165px 165px}.building-photo--wide{grid-column:span 2;grid-row:auto}}
@media(max-width:520px){.building-section{margin-top:54px;padding-top:40px}.building-gallery-heading{align-items:flex-start;flex-direction:column;margin-top:36px}.building-gallery{grid-template-rows:210px 135px 135px;gap:8px}.building-photo{min-height:130px}.building-photo img{min-height:130px}.building-photo span{left:11px;bottom:11px;font-size:10px}}
