.tents{padding:28px 0 72px}
.tents h1{font-size:clamp(26px,3.4vw,40px);margin:8px 0 10px}
.lead{color:var(--muted);max-width:640px;margin-bottom:22px}
.rail{background:#4a3b2e;height:18px;margin-bottom:0}
.row{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;background:var(--wood);padding:16px 10px 28px;border:1px solid var(--line)}
.tent{background:#1c1814;border:1px solid var(--line);padding:16px 12px;text-align:center;scroll-margin-top:76px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between}
.tent h2{font-size:16px;margin:8px 0}
.tent p{font-size:12px;color:var(--muted);margin-bottom:10px}
.tent img{width:100%;height:72px;object-fit:cover;margin:8px 0}
.tent .name{font-size:11px;letter-spacing:.14em;color:var(--lamp)}
@media(max-width:900px){.row{grid-template-columns:1fr 1fr}.tent{min-height:0}}
