/* Visit Us (spec §7c): trust sequence — where → when → how much →
   what it looks like → talk to us. No map embed; directions deep link
   is the only red action on the page. */
.vu-location{border:1px solid var(--line);background:var(--surface);
  padding:20px;margin-top:14px}
.vu-location .addr{font-family:var(--font-display);font-size:26px;line-height:1.05}
.vu-location .hint{font-size:13px;color:var(--muted);margin-top:6px}
.vu-location .btn{margin-top:14px}

.vu-cards{display:flex;flex-direction:column;gap:12px;margin-top:14px}
.vu-card{border:1px solid var(--line);padding:18px 20px}
.vu-card h2{font-size:24px;line-height:1.05}
.vu-card div{font-size:13px;line-height:1.9;color:var(--body);margin-top:8px}

.vu-section{margin-top:24px}
.vu-prices{margin-top:10px;border-top:1px solid var(--line)}
.vu-prices .row{display:flex;align-items:center;justify-content:space-between;
  padding:13px 2px;border-bottom:1px solid var(--line);font-size:13px}
.vu-note{font-size:11px;color:var(--muted);margin-top:8px}

.vu-photos{display:flex;flex-direction:column;gap:12px;margin-top:10px}
.vu-photos figure{margin:0;position:relative}
.vu-photos img{aspect-ratio:16/10;object-fit:cover;width:100%}
.vu-photos figcaption{position:absolute;bottom:8px;left:10px;font-weight:600;
  font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7)}

.vu-hire{background:var(--surface);border:1px solid var(--line);
  padding:18px 20px;margin-top:24px}
.vu-hire h2{font-size:24px;line-height:1.05}
.vu-hire p{font-size:12px;color:var(--muted);margin:6px 0 0}
.vu-hire a{display:inline-block;font-weight:600;font-size:13px;margin-top:10px}

.vu-contact{display:flex;gap:12px;padding:24px 0 30px}
.vu-contact .btn{flex:1}

@media (min-width:720px){
  .vu-location{padding:32px 36px;margin-top:24px;display:flex;
    align-items:center;justify-content:space-between;gap:32px}
  .vu-location .addr{font-size:34px}
  .vu-location .hint{font-size:15px;margin-top:8px}
  .vu-location .btn{margin-top:0;flex:none}
  .vu-cards{flex-direction:row;margin-top:24px}
  .vu-card{flex:1;padding:28px 32px}
  .vu-card h2{font-size:30px}
  .vu-card div{font-size:15px;line-height:2;margin-top:12px}
  .vu-section{margin-top:36px}
  .vu-prices{margin-top:14px}
  .vu-prices .row{padding:16px 4px;font-size:15px}
  .vu-note{font-size:13px;margin-top:10px}
  .vu-photos{flex-direction:row;gap:24px;margin-top:14px}
  .vu-photos figure{flex:1}
  .vu-photos figcaption{bottom:10px;left:12px;font-size:10px}
  .vu-hire{margin-top:36px;padding:26px 32px;display:flex;
    align-items:center;justify-content:space-between;gap:24px}
  .vu-hire h2{font-size:30px}
  .vu-hire p{font-size:14px}
  .vu-hire a{margin-top:0;flex:none;font-size:15px}
  .vu-contact{padding:32px 0 44px}
  .vu-contact .btn{flex:none;padding:13px 26px}
}
