.work-grid { grid-template-columns: 1fr 1fr; }
.place-cuttack, .place-marthapur { min-height: 330px; }
.place-marthapur { background: #e8efe7; }
.about { align-items: stretch; background: #fff; display: grid; grid-template-columns: minmax(260px, .88fr) minmax(0, 1.12fr); margin: 0 auto; max-width: 1180px; }
.about img { height: 100%; max-height: 520px; min-height: 350px; object-fit: cover; width: 100%; }
.about-copy { padding: clamp(2.5rem, 7vw, 6rem); }
.about h2 { font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.8rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; margin: .6rem 0 1.3rem; max-width: 520px; }
.about-copy p:not(.section-tag) { font-size: 1.05rem; max-width: 540px; }
@media (max-width: 700px) { .work-grid, .about { grid-template-columns: 1fr; }.place-cuttack, .place-marthapur { min-height: 0; }.about img { min-height: 290px; max-height: 380px; }.about-copy { padding: 3.5rem 1rem; } }
