.locations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.location-card{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(18,52,24,.07)}.location-card-body{padding:26px}.location-card h3{font:700 28px/1.2 'Playfair Display',serif;margin:7px 0 10px}.location-address{color:var(--muted);font-size:14px;margin:0 0 16px}.location-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.location-actions .btn{padding:11px 17px}.map-frame{background:#eef4e8;min-height:320px}.map-frame iframe{display:block;width:100%;height:320px;border:0}.location-profile-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start}.location-profile{border:1px solid var(--line);border-radius:22px;padding:28px;background:var(--cream)}.location-profile h2{font:700 32px/1.2 'Playfair Display',serif;margin:8px 0 16px}.location-profile dl{margin:0}.location-profile dt{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-weight:800;margin-top:15px}.location-profile dd{margin:4px 0 0;color:var(--ink)}.location-services{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.location-service{padding:15px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:14px;font-weight:700}.location-service:before{content:'✓';color:var(--green);margin-right:8px}.team-note{padding:14px 18px;border:1px dashed #b6cbb3;background:#f8fbf6;border-radius:12px;color:var(--muted);font-size:13px;margin-bottom:24px}.team-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.team-card{border:1px solid var(--line);border-radius:18px;padding:20px 16px;background:#fff;text-align:center}.team-avatar{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:linear-gradient(135deg,#dff2d7,#9ad27f);color:var(--forest);font:800 19px Manrope}.team-card h3{font:800 14px/1.35 Manrope;margin:0 0 7px}.team-card p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}.demo-badge{display:inline-block;margin-top:12px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#5d6f61;background:#eef3ec;border-radius:999px;padding:5px 8px}.branch-proof{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}.branch-proof span{font-size:12px;font-weight:800;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px}.location-hero{background:radial-gradient(circle at 85% 25%,rgba(120,206,18,.2),transparent 25%),linear-gradient(130deg,#edf6e9,#fff)}.location-hero .branch-proof span{background:rgba(255,255,255,.8)}@media(max-width:980px){.team-grid{grid-template-columns:repeat(3,1fr)}.location-profile-grid{grid-template-columns:1fr}.locations-grid{grid-template-columns:1fr}}@media(max-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}.location-services{grid-template-columns:1fr}.map-frame,.map-frame iframe{min-height:280px;height:280px}.location-card-body{padding:21px}}