.hero-photo{width:94%;height:390px;object-fit:cover;border-radius:22px;box-shadow:0 35px 80px rgba(14,20,27,.18)}
.photo-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:230px;gap:14px}.photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:16px}.photo-grid img:first-child{grid-row:span 2}
.price-highlight{background:#fff4f5;border-top:1px solid #ffd8dc;border-bottom:1px solid #ffd8dc}.price-row{padding:46px 0;display:flex;align-items:center;justify-content:space-between;gap:40px}.price-row h2{font-size:42px;margin:0 0 8px}.price-row p:last-child{max-width:720px;color:#555d66;margin:0}
@media(max-width:900px){.photo-grid{grid-template-columns:1fr 1fr}.photo-grid img:first-child{grid-row:auto;grid-column:span 2}.price-row{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.hero-photo{height:290px;width:100%}.photo-grid{grid-auto-rows:170px;gap:9px}.price-row h2{font-size:34px}}
